---
title: "Search UAE art galleries and cultural venues"
method: GET
path: "/api/gpt/galleries"
---

# Search UAE art galleries and cultural venues

`GET /api/gpt/galleries`

Returns a directory of art galleries, museums, and cultural venues in the United Arab Emirates. Can filter by city, category, or search term.

## Query parameters

- `city` string
- `category` string
- `q` string
- `limit` integer

## Response `200`

List of galleries and venues

- GalleryDirectoryList
  - `total` integer
  - `items` GalleryVenue[]
    - `name` string — Gallery or venue name
    - `category` string — Type of venue (Art gallery, Museum, etc.)
    - `city` string — City in UAE
    - `address` string — Full street address
    - `website` string — Official website URL
    - `googleMapsUrl` string — Google Maps link
    - `rating` number — Google rating (0-5)
    - `reviewCount` integer — Number of Google reviews
    - `photoUrl` string — Photo URL
  - `filters` object
    - `cities` string[]
    - `categories` 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)
