v1

latestOpenAPI 3.1.02026-07-176918.4 KB

Get Art By Uid

get/api/art/{uid}

Path parameters

uidstring required

Unique identifier for art

Unique identifier for art

Response

Successful Response

uidstring required
namestring required
yearinteger required
urlstring nullable
contact_emailstring nullable
hometownstring nullable
descriptionstring nullable
artiststring nullable
categorystring nullable
programstring nullable
donation_linkstring nullable
location_stringstring nullable
guided_toursboolean

Included in art tours

self_guided_tour_mapboolean

Included in self-guided tour map

Example response

{
  "artist": "Caroline Ghosn",
  "category": "Open Playa",
  "contact_email": "volunteer@2024temple.com",
  "description": "The Temple of Together is about the light that emerges when we come together with all parts of ourselves and with the oneness we share with every other living being. In this time of global challenge and conflict, she invites each of us to unfurl under her protection and be seen, loved, and inspired.",
  "donation_link": "https://crowdfundr.com/temple2024",
  "guided_tours": true,
  "hometown": "Oakland, CA",
  "images": [
    {
      "thumbnail_url": "https://burningman.widen.net/content/da2cbqbalc/jpeg/a2IVI0000008m7V2AQ-Final.jpeg?w=640&keep=c&crop=yes&color=cccccc&quality=80&u=r3rtjx"
    }
  ],
  "location": {
    "category": "Open Playa",
    "distance": 2500,
    "gps_latitude": 40.79179890754886,
    "gps_longitude": -119.1976993927176,
    "hour": 12,
    "minute": 0
  },
  "location_string": "12:00 2500', Open Playa",
  "name": "Temple of Together",
  "program": "Honorarium",
  "self_guided_tour_map": true,
  "uid": "a2IVI0000008m7V2AQ",
  "url": "http://www.2024temple.com",
  "year": 2024
}