Art Institute of Chicago · Schema
Artwork
An artwork in the Art Institute of Chicago collection.
Art And DesignMuseumOpen DataCultural HeritageIIIFPublic APIsOpen Source
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Unique numeric identifier. |
| api_model | string | |
| api_link | string | |
| title | string | Title of the artwork. |
| alt_titles | arraynull | |
| thumbnail | objectnull | |
| main_reference_number | string | Accession number. |
| has_not_been_viewed_much | boolean | |
| boost_rank | integernull | |
| date_start | integernull | |
| date_end | integernull | |
| date_display | stringnull | Human-readable date string. |
| date_qualifier_title | stringnull | |
| date_qualifier_id | integernull | |
| artist_display | stringnull | Human-readable artist credit line. |
| place_of_origin | stringnull | |
| description | stringnull | Description (CC-BY 4.0). |
| short_description | stringnull | |
| dimensions | stringnull | |
| dimensions_detail | arraynull | |
| medium_display | stringnull | |
| inscriptions | stringnull | |
| credit_line | stringnull | |
| catalogue_display | stringnull | |
| publication_history | stringnull | |
| exhibition_history | stringnull | |
| provenance_text | stringnull | |
| edition | stringnull | |
| publishing_verification_level | string | |
| internal_department_id | integernull | |
| fiscal_year | integernull | |
| fiscal_year_deaccession | integernull | |
| is_public_domain | boolean | |
| is_zoomable | boolean | |
| max_zoom_window_size | integernull | |
| copyright_notice | stringnull | |
| has_multimedia_resources | boolean | |
| has_educational_resources | boolean | |
| has_advanced_imaging | boolean | |
| colorfulness | numbernull | |
| color | objectnull | |
| latitude | numbernull | |
| longitude | numbernull | |
| latlon | stringnull | |
| is_on_view | boolean | |
| on_loan_display | stringnull | |
| gallery_title | stringnull | |
| gallery_id | integernull | |
| nomisma_id | stringnull | |
| artwork_type_title | stringnull | |
| artwork_type_id | integernull | |
| department_title | stringnull | |
| department_id | stringnull | |
| artist_id | integernull | |
| artist_title | stringnull | |
| alt_artist_ids | array | |
| artist_ids | array | |
| artist_titles | array | |
| category_ids | array | |
| category_titles | array | |
| term_titles | array | |
| style_id | stringnull | |
| style_title | stringnull | |
| alt_style_ids | array | |
| style_ids | array | |
| style_titles | array | |
| classification_id | stringnull | |
| classification_title | stringnull | |
| alt_classification_ids | array | |
| classification_ids | array | |
| classification_titles | array | |
| subject_id | stringnull | |
| alt_subject_ids | array | |
| subject_ids | array | |
| subject_titles | array | |
| material_id | stringnull | |
| alt_material_ids | array | |
| material_ids | array | |
| material_titles | array | |
| technique_id | stringnull | |
| alt_technique_ids | array | |
| technique_ids | array | |
| technique_titles | array | |
| theme_titles | array | |
| image_id | stringnull | IIIF identifier; combine with config.iiif_url to retrieve images. |
| alt_image_ids | array | |
| document_ids | array | |
| sound_ids | array | |
| video_ids | array | |
| text_ids | array | |
| section_ids | array | |
| section_titles | array | |
| site_ids | array | |
| is_boosted | boolean | |
| suggest_autocomplete_all | arrayobjectnull | |
| source_updated_at | string | |
| updated_at | string | |
| timestamp | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.artic.edu/schemas/artwork.schema.json",
"title": "Artwork",
"type": "object",
"description": "An artwork in the Art Institute of Chicago collection.",
"properties": {
"id": {
"type": "integer",
"description": "Unique numeric identifier."
},
"api_model": {
"type": "string"
},
"api_link": {
"type": "string",
"format": "uri"
},
"title": {
"type": "string",
"description": "Title of the artwork."
},
"alt_titles": {
"type": [
"array",
"null"
],
"items": {
"type": "string"
}
},
"thumbnail": {
"type": [
"object",
"null"
]
},
"main_reference_number": {
"type": "string",
"description": "Accession number."
},
"has_not_been_viewed_much": {
"type": "boolean"
},
"boost_rank": {
"type": [
"integer",
"null"
]
},
"date_start": {
"type": [
"integer",
"null"
]
},
"date_end": {
"type": [
"integer",
"null"
]
},
"date_display": {
"type": [
"string",
"null"
],
"description": "Human-readable date string."
},
"date_qualifier_title": {
"type": [
"string",
"null"
]
},
"date_qualifier_id": {
"type": [
"integer",
"null"
]
},
"artist_display": {
"type": [
"string",
"null"
],
"description": "Human-readable artist credit line."
},
"place_of_origin": {
"type": [
"string",
"null"
]
},
"description": {
"type": [
"string",
"null"
],
"description": "Description (CC-BY 4.0)."
},
"short_description": {
"type": [
"string",
"null"
]
},
"dimensions": {
"type": [
"string",
"null"
]
},
"dimensions_detail": {
"type": [
"array",
"null"
],
"items": {
"type": "object"
}
},
"medium_display": {
"type": [
"string",
"null"
]
},
"inscriptions": {
"type": [
"string",
"null"
]
},
"credit_line": {
"type": [
"string",
"null"
]
},
"catalogue_display": {
"type": [
"string",
"null"
]
},
"publication_history": {
"type": [
"string",
"null"
]
},
"exhibition_history": {
"type": [
"string",
"null"
]
},
"provenance_text": {
"type": [
"string",
"null"
]
},
"edition": {
"type": [
"string",
"null"
]
},
"publishing_verification_level": {
"type": "string"
},
"internal_department_id": {
"type": [
"integer",
"null"
]
},
"fiscal_year": {
"type": [
"integer",
"null"
]
},
"fiscal_year_deaccession": {
"type": [
"integer",
"null"
]
},
"is_public_domain": {
"type": "boolean"
},
"is_zoomable": {
"type": "boolean"
},
"max_zoom_window_size": {
"type": [
"integer",
"null"
]
},
"copyright_notice": {
"type": [
"string",
"null"
]
},
"has_multimedia_resources": {
"type": "boolean"
},
"has_educational_resources": {
"type": "boolean"
},
"has_advanced_imaging": {
"type": "boolean"
},
"colorfulness": {
"type": [
"number",
"null"
]
},
"color": {
"type": [
"object",
"null"
]
},
"latitude": {
"type": [
"number",
"null"
]
},
"longitude": {
"type": [
"number",
"null"
]
},
"latlon": {
"type": [
"string",
"null"
]
},
"is_on_view": {
"type": "boolean"
},
"on_loan_display": {
"type": [
"string",
"null"
]
},
"gallery_title": {
"type": [
"string",
"null"
]
},
"gallery_id": {
"type": [
"integer",
"null"
]
},
"nomisma_id": {
"type": [
"string",
"null"
]
},
"artwork_type_title": {
"type": [
"string",
"null"
]
},
"artwork_type_id": {
"type": [
"integer",
"null"
]
},
"department_title": {
"type": [
"string",
"null"
]
},
"department_id": {
"type": [
"string",
"null"
]
},
"artist_id": {
"type": [
"integer",
"null"
]
},
"artist_title": {
"type": [
"string",
"null"
]
},
"alt_artist_ids": {
"type": "array",
"items": {
"type": "integer"
}
},
"artist_ids": {
"type": "array",
"items": {
"type": "integer"
}
},
"artist_titles": {
"type": "array",
"items": {
"type": "string"
}
},
"category_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"category_titles": {
"type": "array",
"items": {
"type": "string"
}
},
"term_titles": {
"type": "array",
"items": {
"type": "string"
}
},
"style_id": {
"type": [
"string",
"null"
]
},
"style_title": {
"type": [
"string",
"null"
]
},
"alt_style_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"style_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"style_titles": {
"type": "array",
"items": {
"type": "string"
}
},
"classification_id": {
"type": [
"string",
"null"
]
},
"classification_title": {
"type": [
"string",
"null"
]
},
"alt_classification_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"classification_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"classification_titles": {
"type": "array",
"items": {
"type": "string"
}
},
"subject_id": {
"type": [
"string",
"null"
]
},
"alt_subject_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"subject_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"subject_titles": {
"type": "array",
"items": {
"type": "string"
}
},
"material_id": {
"type": [
"string",
"null"
]
},
"alt_material_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"material_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"material_titles": {
"type": "array",
"items": {
"type": "string"
}
},
"technique_id": {
"type": [
"string",
"null"
]
},
"alt_technique_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"technique_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"technique_titles": {
"type": "array",
"items": {
"type": "string"
}
},
"theme_titles": {
"type": "array",
"items": {
"type": "string"
}
},
"image_id": {
"type": [
"string",
"null"
],
"description": "IIIF identifier; combine with config.iiif_url to retrieve images."
},
"alt_image_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"document_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"sound_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"video_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"text_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"section_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"section_titles": {
"type": "array",
"items": {
"type": "string"
}
},
"site_ids": {
"type": "array",
"items": {
"type": "integer"
}
},
"is_boosted": {
"type": "boolean"
},
"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"
]
}