d3f744f55ed7
Event Search
Returns events that match search criteria
Query parameters
Locale code in the format of {language code}_{country code}. See the list of supported locales.
Offset the list of returned results by this amount.
Number of events results to return. By default, it will return 3. Maximum is 50.
Sort by either descending or ascending order.
Sort on popularity or time start.
Unix timestamp. Will return events that only begin at or after the specified time.
Unix timestamp. Will return events that only end at or before the specified time.
List of category aliases.
Filter whether the events are free to attend. By default no filter is applied so both free and paid events will be returned.
List of event ids. Events associated with these event ids in this list will not show up in the response.
Required if either latitude or longitude is not provided. This string indicates the geographic area to be used when searching for events. Examples: "New York City", "NYC", "350 5th Ave, New York, NY 10118". Events returned in the response may not be strictly within the specified location.
Required, if location is not provided. Latitude of the location to search from. If latitude is provided, longitude is required too.
Required if location is not provided. Longitude of the location to search from. If longitude is provided, latitude is required too.
Search radius in meters. If the value is too large, a AREA_TOO_LARGE error may be returned. The max value is 40000 meters (about 25 miles).
Response
One more more events were found.