v1

latestOpenAPI 3.1.02026-07-176918.4 KB

Get Camp By Uid

get/api/camp/{uid}

Path parameters

uidstring required

Unique identifier for camp

Unique identifier for camp

Response

Successful Response

uidstring required
namestring required
yearinteger required
urlstring nullable
contact_emailstring nullable
hometownstring nullable
descriptionstring nullable
landmarkstring nullable

To find our camp, look for the ________.

location_stringstring nullable

Example response

{
  "contact_email": "census@burningman.org",
  "description": "The Census has been collecting information about the population of Black Rock City since 2002. The results of the Census from previous years will be on display at the Census Lab on playa and published in the Population Analysis Report on our website at http://blackrockcitycensus.org",
  "hometown": "Reno",
  "images": [
    {
      "thumbnail_url": "https://burningman.widen.net/content/da2cbqbalc/jpeg/a1XVI000001vN7N2AU-Final.jpeg?w=640&keep=c&crop=yes&color=cccccc&quality=80&u=r3rtjx"
    }
  ],
  "landmark": "pink Census signs and colorful data displays",
  "location": {
    "dimensions": "75 x 110",
    "exact_location": "Mid-block facing 10:00",
    "frontage": "Esplanade",
    "intersection": "6:30",
    "intersection_type": "&"
  },
  "location_string": "Esplanade & 6:30",
  "name": "Census",
  "uid": "a1XVI000001vN7N2AU",
  "url": "http://census.burningman.org",
  "year": 2024
}