Gallery Platform API
Reference

List art fairs (directory)

Lists the shared art-fair directory — canonical fair editions plus this gallery's own pending suggestions. Filter by a name query.

GET
/gallery/art-fairs

Lists the shared art-fair directory — canonical fair editions plus this gallery's own pending suggestions. Filter by a name query.

Authorization

bearerAuth shows:read
AuthorizationBearer <token>

A gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).

In: header

Scope: shows:read

Query Parameters

limit?integer
Range1 <= value <= 100
Default20
cursor?string
q?string
Length1 <= length <= 200

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

{  "data": [    {      "id": "string",      "name": "string",      "edition": "string",      "city": "string",      "country": "string",      "start_date": "string",      "end_date": "string",      "website_url": "string",      "status": "canonical",      "created_at": "string",      "updated_at": "string"    }  ],  "next_cursor": "string"}