Agent

A person or organization (artist, maker, donor, etc.).

Art And DesignMuseumOpen DataCultural HeritageIIIFPublic APIsOpen-Source

Properties

Name Type Description
id integer
api_model string
api_link string
title string
sort_title stringnull
alt_titles arraynull
is_artist boolean
birth_date integernull
death_date integernull
description stringnull
ulan_id stringnull Getty ULAN identifier.
suggest_autocomplete_all arrayobjectnull
source_updated_at string
updated_at string
timestamp string
View JSON Schema on GitHub

JSON Schema

art-institute-of-chicago-agent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.artic.edu/schemas/agent.schema.json",
  "title": "Agent",
  "type": "object",
  "description": "A person or organization (artist, maker, donor, etc.).",
  "properties": {
    "id": {
      "type": "integer"
    },
    "api_model": {
      "type": "string"
    },
    "api_link": {
      "type": "string",
      "format": "uri"
    },
    "title": {
      "type": "string"
    },
    "sort_title": {
      "type": [
        "string",
        "null"
      ]
    },
    "alt_titles": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    },
    "is_artist": {
      "type": "boolean"
    },
    "birth_date": {
      "type": [
        "integer",
        "null"
      ]
    },
    "death_date": {
      "type": [
        "integer",
        "null"
      ]
    },
    "description": {
      "type": [
        "string",
        "null"
      ]
    },
    "ulan_id": {
      "type": [
        "string",
        "null"
      ],
      "description": "Getty ULAN identifier."
    },
    "suggest_autocomplete_all": {
      "type": [
        "array",
        "object",
        "null"
      ]
    },
    "source_updated_at": {
      "type": "string",
      "format": "date-time"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time"
    },
    "timestamp": {
      "type": "string",
      "format": "date-time"
    }
  },
  "required": [
    "id",
    "title",
    "api_model",
    "api_link"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/art-institute-of-chicago-agent"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.