Art Institute of Chicago · Example Payload

Art Institute Of Chicago Galleries List Example

Art And DesignMuseumOpen DataCultural HeritageIIIFPublic APIsOpen-Source

Art Institute Of Chicago Galleries List Example is an example object payload from Art Institute of Chicago, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

paginationdatainfoconfig

Example Payload

Raw ↑
{
  "pagination": {
    "total": 179,
    "limit": 1,
    "offset": 0,
    "total_pages": 179,
    "current_page": 1,
    "next_url": "https://api.artic.edu/api/v1/galleries?page=2&limit=1"
  },
  "data": [
    {
      "id": 2147478068,
      "api_model": "galleries",
      "api_link": "https://api.artic.edu/api/v1/galleries/2147478068",
      "title": "Gallery 272",
      "latitude": 41.879156071866,
      "longitude": -87.621979248831,
      "tgn_id": null,
      "is_closed": false,
      "number": "272",
      "floor": "2",
      "latlon": "41.879156071866,-87.621979248831",
      "source_updated_at": "2026-05-21T15:41:15-05:00",
      "updated_at": "2026-05-21T15:42:39-05:00",
      "timestamp": "2026-05-29T09:19:16-05:00"
    }
  ],
  "info": {
    "license_text": "The data in this response is licensed under a Creative Commons Zero (CC0) 1.0 designation and the Terms and Conditions of artic.edu.",
    "license_links": [
      "https://creativecommons.org/publicdomain/zero/1.0/",
      "https://www.artic.edu/terms"
    ],
    "version": "1.14"
  },
  "config": {
    "iiif_url": "https://www.artic.edu/iiif/2",
    "website_url": "http://www.artic.edu"
  }
}