---
title: "Get Event By Uid"
method: GET
path: "/api/event/{uid}"
---

# Get Event By Uid

`GET /api/event/{uid}`

## Path parameters

- `uid` string, required

## Response `200`

Successful Response

- EventModel
  - `uid` string, required
  - `title` string, required
  - `event_id` integer, nullable
  - `description` string, nullable
  - `event_type` EventTypeModel
    - `label` string, nullable, required
    - `abbr` string, nullable, required
  - `year` integer, required
  - `print_description` string
  - `slug` string, nullable
  - `hosted_by_camp` string, nullable — Camp uid
  - `located_at_art` string, nullable — Art uid
  - `other_location` string
  - `check_location` boolean
  - `url` string, nullable
  - `all_day` boolean
  - `contact` string, nullable
  - `occurrence_set` EventOccurrenceModel[], nullable
    - `start_time` string, nullable, required
    - `end_time` string, nullable, required

## 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)
