PASAR API
Modern museum API with full-text search, rich metadata and IIIF image URLs you can resize on the fly. Keyless JSON, thoughtful docs. Global, works for MY.
View docs ↗ More Fun & playground APIscurl 'https://api.artic.edu/api/v1/artworks/search?q=monet&limit=5'
I'm building an app using a free Southeast Asian API (no auth needed). API: Art Institute of Chicago ~ artworks with IIIF images Provider: Art Institute of Chicago Endpoint: GET https://api.artic.edu/api/v1/artworks/search?q=monet&limit=5 It returns JSON. Source: Art Institute of Chicago (https://api.artic.edu/docs/) Source type: Curated source Endpoint type: Provider API base URL Integration difficulty: Copy-paste ready Last checked: 2026-07-03 Production caveat: Still handle empty rows, schema changes, pagination, stale coverage, and temporary upstream failures. Help me fetch this and build a simple page that displays it nicely. Include basic production safeguards for errors, empty responses, schema changes, caching, and rate limits.