v1

latestOpenAPI 3.1.02026-07-176918.4 KB

Get Event By Uid

get/api/event/{uid}

Path parameters

uidstring required

Response

Successful Response

uidstring required
titlestring required
event_idinteger nullable
descriptionstring nullable
yearinteger required
print_descriptionstring
slugstring nullable
hosted_by_campstring nullable

Camp uid

located_at_artstring nullable

Art uid

other_locationstring
check_locationboolean
urlstring nullable
all_dayboolean
contactstring nullable

Example response

{
  "all_day": false,
  "check_location": false,
  "contact": "john.valentino@burningman.org",
  "description": "Burning Man Project’s official artist storytelling series. Conversations & panel discussions with playa artists.",
  "event_id": 47160,
  "event_type": {
    "abbr": "arts",
    "label": "Arts & Crafts"
  },
  "hosted_by_camp": "a1XVI0000022UVW2A2",
  "occurrence_set": [
    {
      "end_time": "2024-08-27T14:30:00-07:00",
      "start_time": "2024-08-27T13:00:00-07:00"
    },
    {
      "end_time": "2024-08-28T14:30:00-07:00",
      "start_time": "2024-08-28T13:00:00-07:00"
    },
    {
      "end_time": "2024-08-29T14:30:00-07:00",
      "start_time": "2024-08-29T13:00:00-07:00"
    }
  ],
  "other_location": "",
  "print_description": "",
  "slug": "5ye8cMz8UPJU7L9n2tpe-art-speaks-artist-storytelling",
  "title": "Art Speaks Artist Storytelling",
  "uid": "5ye8cMz8UPJU7L9n2tpe",
  "year": 2024
}