---
title: "Search international art fairs calendar"
method: GET
path: "/api/gpt/art-fairs"
---

# Search international art fairs calendar

`GET /api/gpt/art-fairs`

Returns a calendar of major international art fairs and exhibitions worldwide. Can filter by country, type, and upcoming events.

## Query parameters

- `country` string
- `type` string
- `upcoming` boolean
- `limit` integer

## Response `200`

List of art fairs

- ArtFairList
  - `total` integer
  - `items` ArtFair[]
    - `name` string — Art fair name
    - `website` string — Official website URL
    - `dates` string — Date description text
    - `startDate` string, date — Start date
    - `endDate` string, date — End date
    - `type` string — Fair type (Contemporary, Modern, Design, etc.)
    - `city` string — City where fair is held
    - `country` string — Country where fair is held
  - `filters` object
    - `countries` string[]
    - `types` string[]

---

[API](https://skmtc.net/mondoir/apis/mondoir-api.md) · [All operations](https://skmtc.net/mondoir/apis/mondoir-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mondoir/mondoir-api/versions/51e5d4ca262c/schema)
