---
title: "Get Art"
method: GET
path: "/api/art"
---

# Get Art

`GET /api/art`

## Query parameters

- `year` integer, required — Year of event
- `category` string, nullable
- `program` string, nullable
- `search` string, nullable

## Response `200`

Successful Response

- ArtModel[]
  - `uid` string, required
  - `name` string, required
  - `year` integer, required
  - `url` string, nullable
  - `contact_email` string, nullable
  - `hometown` string, nullable
  - `description` string, nullable
  - `artist` string, nullable
  - `category` string, nullable
  - `program` string, nullable
  - `donation_link` string, nullable
  - `location` ArtLocationModel
    - `hour` integer, nullable, required
    - `minute` integer, nullable, required
    - `distance` integer, nullable, required
    - `category` string, nullable, required
    - `gps_latitude` number, nullable, required
    - `gps_longitude` number, nullable, required
  - `location_string` string, nullable
  - `images` ArtImageModel[], nullable
    - `thumbnail_url` string, nullable, required
    - `gallery_ref` string, nullable
  - `guided_tours` boolean — Included in art tours
  - `self_guided_tour_map` boolean — Included in self-guided tour map

## Other responses

- `404` — Item not found
- `422` — Validation Error
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/iburnapp/apis/burning-man-public-api.md) · [All operations](https://skmtc.net/iburnapp/apis/burning-man-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/iburnapp/burning-man-public-api/versions/746ea0e30be1/schema)
