Please note, we are in the process of retiring the public api. The public api, as well as its documentation and playground, will remain available until July 28th, 2025. This change will not affect integration partners using our partner api.


If you're an Artsy partner gallery, reach out to your Artsy Liaison or contact our Support team for assistance.

Public API Documentation > Resources > Fairs

Fairs API

An art fair is an event to which partners bring shows with artworks.

Retrieving Fairs

Retrieve fairs by following the fairs link from root.

curl -v "https://api.artsy.net/api/fairs" -H "X-XAPP-Token: XAPP_TOKEN"

This endpoint accepts the following parameters.

Name Value
status One of 'running', 'closed', 'upcoming' or 'current'.

The response is a paginated result with embedded fairs.

Retrieving a Fair

Users can retrieve a specific fair by ID by rendering the "fair" link template from root.

curl -v "https://api.artsy.net/api/fairs/{id}" -H "X-XAPP-Token: XAPP_TOKEN"

Fair JSON Format

error: the server responded with status 404

Links

Key Target
self The fair resource.
shows Fair shows.

Example

error: the server responded with status 429