GET
/api/exhibitions Search Exhibitions
Search exhibitions with object and timeline metadata.
Parameters
| Name | Type | Required | Location | Description |
|---|---|---|---|---|
| search | string | Yes | query | Exhibition query term. |
| token | string | Yes | query | MoMA API token. |
Try It
Client-side request execution
Live URL
https://api.moma.org/api/exhibitions?search=modernExample Request
GET /api/exhibitions?search=modern&token=YOUR_TOKEN
Example Response
{
"source": "MoMA TMS API",
"language": "en",
"resultsCount": 1,
"exhibitions": [
{
"exhibitionID": 22,
"exhibitionTitle": "Modern Masters",
"objectCount": 45
}
]
}