Direct Event Data Serving
Search
Search for event or place or performer. You can use it for a searchbar.
GET
/
v2
/
search
Authorizations
Authorization
string
headerrequiredIt is the "access_token" returned after login
Query Parameters
searchInput
string
requiredlocation[lng]
number
The coordinates [lng, lat] around which you are searching
location[lat]
number
The coordinates [lng, lat] around which you are searching
responseFilter
enum<string>
Available options:
events
, places
, performers
Response
200 - application/json
event
object | null
Event object returned with '/search'
Was this page helpful?