city_limitinteger >= 0
Limit the maximum number of cities to include in the response.
A positive value is required in order to receive cities in the response.
city_offsetinteger >= 0
Default: 0
Exclude the first N
cities from the response, where N
is the specified integer value.
coordinatesstring (-)?\d{1,3}(\.\d+)?,(-)?\d{1,3}(\.\d+)?
Filter results to those located near the specified latitude and longitude. Separate the coordinates with a comma.
Must be used together with the distance
parameter.
Example: coordinates=45.7386,-9.3641
extend_content_fieldsstring
Default: AUTO
Combined with the text
parameter, filter results based on the title only or all content properties:
AUTO
: initially filter results based on titles. If no results are found, extend the search to include other content properties.
NO
: filter results based on titles only.
YES
: filter results based on all content properties.
Enum: AUTO NO YES extend_other_languagesstring
Default: AUTO
Combined with the text
parameter, filter results based on the Accept-Language
header value or all languages:
AUTO
: initially filter results based on the Accept-Language
header value. If no results are found, extend the search to include all languages.
NO
: filter results based on the Accept-Language
header value.
YES
: filter results based on all languages.
Enum: AUTO NO YES fuzziness_levelstring
Default: LEVEL-0
Change the "fuzziness" level for the text
parameter value. Higher levels are less strict about exact text matches.
Enum: AUTO LEVEL-0 LEVEL-1 LEVEL-2 list_limitinteger >= 0
Limit the maximum number of Musement lists to include in the response.
A positive value is required in order to receive lists in the response.
list_offsetinteger >= 0
Default: 0
Exclude the first N
Musement lists from the response, where N
is the specified integer value.
minimum_eventsinteger >= 1
Default: 1
Filter results to those which are connected to the specified minimum number of activities.
sort_byArray of strings
Sort results by one or more of the following values:
relevance
: From lowest to highest relevance value.
-relevance
: From highest to lowest relevance value.
distance
: Results closest to the coordinates
parameter appear first.
-distance
: Results farthest from the coordinates
parameter appear first.
This parameter will accept two values, separated with a comma.
Items which do not use relevance or coordinates will not be affected by this parameter.
Items Enum: -distance -relevance distance relevance textstring
Filter results by key words.
text_operatorstring
Default: AUTO
Change how the text
parameter filters results when multiple words are used:
AND
: results must contain all the key words.
AUTO
: filters by AND
first. If there are no results, extend to include OR
results.
OR
: results must contain at least one of the key words.
Enum: AND AUTO OR venue_limitinteger [ 0 .. 5 ]
Limit the maximum number of venues to include in the response.
A positive value is required in order to receive venues in the response.
Using a value greater than the maximum is ignored and the maximum number of possible results is used instead.
venue_offsetinteger >= 0
Default: 0
Exclude the first N
venues from the response, where N
is the specified integer value.
zero_terms_querystring
Default: NONE
If set to ALL
, if all of the stop words have been removed, search will be performed, if set to 'NONE' will not
Enum: ALL NONE