---
title: "Get Camp By Uid"
method: GET
path: "/api/camp/{uid}"
---

# Get Camp By Uid

`GET /api/camp/{uid}`

## Path parameters

- `uid` string, required — Unique identifier for camp

## Response `200`

Successful Response

- CampModel
  - `uid` string, required
  - `name` string, required
  - `year` integer, required
  - `url` string, nullable
  - `contact_email` string, nullable
  - `hometown` string, nullable
  - `description` string, nullable
  - `landmark` string, nullable — To find our camp, look for the ________.
  - `location` CampLocationModel
    - `frontage` string, nullable — One of the following: Esplanade, 1:00, 1:15, 1:30, 1:45, 10:00, 10:15, 10:30, 10:45, 11:00, 11:15, 11:30, 11:45, 12:00, 12:15, 12:30, 12:45, 2:00, 2:15, 2:30, 2:45, 3:00, 3:15, 3:30, 3:45, 4:00, 4:15, 4:30, 4:45, 5:00, 5:15, 5:30, 5:45, 6:00, 6:15, 6:30, 6:45, 7:00, 7:15, 7:30, 7:45, 8:00, 8:15, 8:30, 8:45, 9:00, 9:15, 9:30, 9:45, A, B, C, D, E, F, G, H, I, J, K, L, 9:00 B Plaza, 9:00 G Plaza, 3:00 B Plaza, 3:00 G Plaza, 4:30 B Plaza, 4:30 G Plaza, 6:00 G Plaza, 7:30 B Plaza, 7:30 G Plaza, 9:00 Portal, 3:00 Portal, 7:30 Portal, 4:30 Portal, 6:00 Portal, Center Camp Plaza, Rte 66 Z1, Rte 66 Z2, Rte 66 Z3, Rte 66 Z4, Rte 66 Z5, Rte 66 Z6, Rte 66, Airport Road, Rte 66 Qrtr One, Rte 66 Qrtr Two, Rte 66 Qrtr Three, Rte 66 Qrtr Four, Rod's Ring Road
    - `intersection` string, nullable — One of the following: Esplanade, 1:00, 1:15, 1:30, 1:45, 2:00, 2:15, 2:30, 2:45, 3:00, 3:15, 3:30, 3:45, 4:00, 4:15, 4:30, 4:45, 5:00, 5:15, 5:30, 5:45, 6:00, 6:15, 6:30, 6:45, 7:00, 7:15, 7:30, 7:45, 8:00, 8:15, 8:30, 8:45, 9:00, 9:15, 9:30, 9:45, 10:00, 10:15, 10:30, 10:45, 11:00, 11:15, 11:30, 11:45, 12:00, 12:15, 12:30, 12:45, A, B, C, D, E, F, G, H, I, J, K, L, 9:00 Portal, 3:00 Portal, 7:30 Portal, 4:30 Portal, 6:00 Portal, Rte 66 Qrtr One, Rte 66 Qrtr Two, Rte 66 Qrtr Three, Rte 66 Qrtr Four
    - `intersection_type` string, nullable — '&' or '@'
    - `dimensions` string, nullable
    - `exact_location` string, nullable — One of the following: Mid-block facing man, Mid-block facing mountain, Corner - facing man & 2:00, Corner - facing man & 6:00, Corner - facing man & 10:00, Corner - facing mountain & 2:00, Corner - facing mountain & 6:00, Corner - facing mountain & 10:00, Mid-block facing 2:00, Mid-block facing 6:00, Mid-block facing 10:00
  - `location_string` string, nullable
  - `images` CampImageModel[], nullable
    - `thumbnail_url` string, nullable

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