q | query | string | no | Return only those Events matching the given keyword(s). Accepts any string as a keyword. |
sort_by | query | string | no | Sort order of list of Events. Prefix with a hyphen to reverse the sort order. (e.g. [object Object]) |
location.address | query | string | no | The address of the location you want to search for Events around. |
location.within | query | string | no | The distance you want to search around the given location. This should be an integer followed by “mi” or “km”. |
location.latitude | query | string | no | The latitude of the location you want to search for Events around. |
location.longitude | query | string | no | The longitude of the location you want to search for Events around. |
location.viewport.northeast.latitude | query | string | no | The latitude of the northeast corner of a viewport. |
location.viewport.northeast.longitude | query | string | no | The longitude of the northeast corner of a viewport. |
location.viewport.southwest.latitude | query | string | no | The latitude of the southwest corner of a viewport. |
location.viewport.southwest.longitude | query | string | no | The longitude of the southwest corner of a viewport. |
organizer.id | query | string | no | Filter Events organized by the given Organizer ID. |
user.id | query | string | no | Filter Events owned by the given User ID. |
categories | query | string | no | Filter Events under the given category IDs. This should be a comma delimited string of category IDs |
subcategories | query | string | no | Filter Events under the given subcategory IDs. This should be a comma delimited string of subcategory IDs. |
formats | query | string | no | Filter Events with the given format IDs. This should be a comma delimited string of format IDs. |
price | query | string | no | Filter Events that are “free” or “paid”. (e.g. free) |
start_date.range_start | query | string | no | Filter Events with start dates after the given date. |
start_date.range_end | query | string | no | Filter Events with start dates before the given date. |
start_date.keyword | query | string | no | Filter Events with start dates within the given keyword date range. (e.g. today) |
date_modified.range_start | query | string | no | Filter Events with modified dates after the given UTC date. |
date_modified.range_end | query | string | no | Filter Events with modified dates before the given UTC date. |
date_modified.keyword | query | string | no | Filter Events with modified dates within the given keyword date range. (e.g. today) |
search_type | query | string | no | Use the preconfigured settings for this type of search - Current option is “promoted”. (e.g. promoted) |
include_all_series_instances | query | string | no | Boolean for whether or not you want to see all instances of repeating Events in search results. |
include_unavailable_events | query | string | no | Boolean for whether or not you want to see Events without tickets on sale. |
include_adult_events | query | string | no | Boolean for whether or not you want to see Events with adult content. |
incorporate_user_affinities | query | string | no | Incorporate additional information from the user’s historic preferences. |
high_affinity_categories | query | string | no | Make search results prefer Events in these categories. This should be a comma delimited string of category IDs. |