Art Institute of Chicago · Example Payload

Art Institute Of Chicago Agents List Example

Art And DesignMuseumOpen DataCultural HeritageIIIFPublic APIsOpen-Source

Art Institute Of Chicago Agents 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": 16813,
    "limit": 1,
    "offset": 0,
    "total_pages": 16813,
    "current_page": 1,
    "next_url": "https://api.artic.edu/api/v1/agents?page=2&limit=1"
  },
  "data": [
    {
      "id": 57336,
      "api_model": "agents",
      "api_link": "https://api.artic.edu/api/v1/agents/57336",
      "title": "Alan Saret",
      "sort_title": "Saret, Alan",
      "alt_titles": null,
      "is_artist": true,
      "birth_date": 1944,
      "death_date": 2026,
      "description": null,
      "ulan_id": null,
      "suggest_autocomplete_all": {
        "input": [
          "Alan Saret",
          "Saret, Alan"
        ],
        "weight": 2,
        "contexts": {
          "groupings": [
            "title"
          ]
        }
      },
      "source_updated_at": "2026-05-28T13:33:09-05:00",
      "updated_at": "2026-05-28T13:33: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"
  }
}