M

MoMA API

Interactive Documentation

No Token
GET /api/exhibitions-list

List Exhibitions

Lightweight exhibition list endpoint.

Parameters

Name Type Required Location Description
search string No query Optional exhibition query term.
token string Yes query MoMA API token.

Try It

Client-side request execution

Live URL

https://api.moma.org/api/exhibitions-list?search=2023

token *

Not set

Example Request

GET /api/exhibitions-list?search=2023&token=YOUR_TOKEN

Example Response

{
  "source": "MoMA TMS API",
  "language": "en",
  "resultsCount": 2,
  "exhibitions": [
    {
      "exhibitionID": 88,
      "exhibitionTitle": "A 2023 Exhibition"
    }
  ]
}