The Art Institute of Chicago's API provides JSON formatted data as a REST-style service that allows developers to explore and integrate the museum’s data into their projects. This API is the same tool that powers our website, our mobile app, and many other technologies in the museum.
ENDPOINTS
STRUCTURED FROM OPENAPI 3.1
GET
/artworks
A list of all artworks sorted by last updated date in descending order.
GET
/artworks/search
Search artworks data in the aggregator. Artworks in the groups of essentials are boosted so they'll show up hi
GET
/artworks/{id}
GET
/agents
A list of all agents sorted by last updated date in descending order.
GET
/agents/search
Search agents data in the aggregator.
GET
/agents/{id}
GET
/artists
A list of all artists sorted by last updated date in descending order.
GET
/artists/{id}
GET
/places
A list of all places sorted by last updated date in descending order.
GET
/places/search
Search places data in the aggregator.
GET
/places/{id}
GET
/galleries
A list of all galleries sorted by last updated date in descending order.