GET
/events
Find event occurrences in the area. Returns results at specific place and time, event groups are expanded for every occurrence.
category query — List of required EventCategory ids (Tier 1)activity query — List of required activity type ids (compliment to category)ambience query — List of required ambience idsgenre query — List of required genre idsname query — Matching on event and place namesq query — Text query matching titles, description, various text, tags, categoryfrom_day query — Start on or after date specified (2015-10-16)to_day query — Start on or before date specified (2015-10-16)capacity_min query — Min capacity at locationcapacity_max query — Min capacity at locationcenter query — latitude,longitude of the origin pointradius query — Distance from origin in metersbbox query — Corner of a bounding box (lat,lng). Requires 0 or 2 pairspolygon query — Closed custom polygon. Ordered list of lat,lng pairswithin query — Search within specified geopolitical place idoffset query — Return results starting at specified offsetlimit query — Max results to returnfieldset query · required — Return results starting at specified offset (summary, context, detail)
GET
/events/{id}
Get Specific event details.
id path · required — event @idfieldset query
GET
/places
Venues, landmarks, regions, these are all places to search.
category query — List of required PlaceCategory ids (Tier 1)function query — List of required PlaceFunction ids (Tier 2)ambience query — List of required ambience idstag query — List of required tagstype query — Specific PlaceType to returnname query — Match on place namesexact query — Require an exact name matchcapacity_min query — Min capacity at locationcapacity_max query — Min capacity at locationstreet query — Address of the place or street component of the addresslocality query — city, town, or neighborhood of the placeregion query — region or statepostal_code query — Postal or zip codecountry query — country component of the addresscenter query — latitude,longitude of the origin pointradius query — Distance from origin in metersbbox query — Corner of a bounding box (lat,lng). Requires 0 or 2 pairspolygon query — Closed custom polygon. Ordered list of lat,lng pairswithin query — Search within specified geopolitical place idoffset query — Return results starting at specified offsetlimit query — Max results to returnfieldset query · required — Return results starting at specified offset (summary, context, detail)
GET
/places/{id}
Get specific place details
id path · required — place @idfieldset query