A collection of endpoints which can be used to search the catalog for relevant activities.
Musement API (3.5.0)
For merchant or affiliate partners wishing to use the Musement API.
See the Authentication section for details on how to authenticate with the API.
GET /activities/{activityUuid}/dates/{date}- Added
availability,max_buyandmin_buyproperties to timeslots. For more info, check out our guide
- Added
Limit the maximum number of activities to include in the response.
A positive value is required in order to receive activities in the response.
Exclude the first N activities from the response, where N is the specified integer value.
Limit the maximum number of categories to include in the response.
A positive value is required in order to receive categories in the response.
Exclude the first N categories from the response, where N is the specified integer value.
Limit the maximum number of cities to include in the response.
A positive value is required in order to receive cities in the response.
Exclude the first N cities from the response, where N is the specified integer value.
Filter results using latitude and longitude, separated by a comma.
By itself, this parameter does not affect the results. Use the sort_by parameter to get results closest (or farthest) from the specified coordinates.
Results that do not contain coordinate data will not be affected by this parameter.
Limit the maximum number of countries to include in the response.
A positive value is required in order to receive countries in the response.
Exclude the first N countries from the response, where N is the specified integer value.
Limit the maximum number of hotels to include in the response.
A positive value is required in order to receive hotels in the response.
Exclude the first N hotels from the response, where N is the specified integer value.
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.
Exclude the first N Musement lists from the response, where N is the specified integer value.
Limit the maximum number of pickup points to include in the response.
A positive value is required in order to receive pickup points in the response.
Exclude the first N pickup points from the response, where N is the specified integer value.
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 thecoordinatesparameter appear first.-distance: Results farthest from thecoordinatesparameter 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.
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.
The value of this parameter might affect the language of the content in the response, provided a translation in the requested language is available.
A partner's application value, used for analyzing API usage and to identify areas of improvement.
The API version to use for the request.
When absent, the latest version is used by default, however the latest version may not be stable. Partners are encouraged to use the latest stable version: 3.4.0.
- Mock serverhttps://partner-api.musement.com/_mock/reference/openapi/autocomplete
- Sandbox serverhttps://sandbox.musement.com/api/v3/autocomplete
- Production serverhttps://api.musement.com/api/v3/autocomplete
- curl
- C#
- Node.js
curl -i -X GET \
'https://partner-api.musement.com/_mock/reference/openapi/autocomplete?activity_limit=0&activity_offset=0&category_limit=0&category_offset=0&city_limit=0&city_offset=0&coordinates=string&country_limit=0&country_offset=0&hotel_limit=0&hotel_offset=0&list_limit=0&list_offset=0&pickup_limit=0&pickup_offset=0&sort_by=distance&text=string&venue_limit=5&venue_offset=0' \
-H 'Accept-Language: en-US' \
-H 'X-Musement-Application: string' \
-H 'X-Musement-Version: 3.4.0'[ { "type": "activities", "items": [ … ] } ]