Art Institute of Chicago

Museum collection metadata, mostly CC0, no key

🎬 MediaNEWchecked 2h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL

Browse the Art Institute's collection as JSON: artworks, artists, exhibitions, and IIIF image links. Metadata ships under CC0 (the description field is CC-BY), so it is friendly for apps and research. No key is required, though a contact User-Agent is appreciated.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · new
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://api.artic.edu/api/v1/artworks?limit=1

{
  "pagination": {
    "total": 132133,
    "limit": 1,
    "current_page": 1
  },
  "data": [
    {
      "id": 252015,
      "title": "Guided Tour",
      "main_reference_number": "2019.1190",
      "date_display": "2010",
      "artist_display": "Judy Fiskin\nAmerican, born 1945",
      "place_of_origin": "United States"
    }
  ]
}
Call itcurl · fetch · python
curl "https://api.artic.edu/api/v1/artworks?limit=1"
const res = await fetch("https://api.artic.edu/api/v1/artworks?limit=1");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.artic.edu/api/v1/artworks?limit=1")
print(res.json())
Endpoints · 6NewFULL DOCS ↗
Monitored path responding — GET /api/v1/artworks?limit=1checked 2h ago
GET/api/v1/artworks?limit=1PROBED

Museum collection metadata, mostly CC0, no key

GET/api

Api — documented GET route.

GET/api/1

Api details by ID (example: 1).

GET/api?limit=10

Api — documented GET route.

GET/api/search?q=test

Search by query parameters.

GET/api/v1/artworks?limit=5

Artworks — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Art Institute of Chicago: common questions

Is Art Institute of Chicago free to use?

Yes — Art Institute of Chicago is a free media API. Free tier: Free, no key. Commercial use is allowed on the free tier.

Does Art Institute of Chicago need an API key?

No — Art Institute of Chicago needs no API key or signup. You can call it straight away; rate limits still apply (60 requests/min per IP (per docs)).

Can I call Art Institute of Chicago from the browser?

Yes — Art Institute of Chicago returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Art Institute of Chicago up right now?

As of our last scheduled check, Art Institute of Chicago is new. We re-probe it every sweep — the status badge and uptime chart above always show the latest.