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
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/activity-languages
- Sandbox serverhttps://sandbox.musement.com/api/v3/activity-languages
- Production serverhttps://api.musement.com/api/v3/activity-languages
- curl
- C#
- Node.js
curl -i -X GET \
https://partner-api.musement.com/_mock/reference/openapi/activity-languages \
-H 'X-Musement-Application: string' \
-H 'X-Musement-Version: 3.4.0'[ { "code": "st", "name": "stringstring" } ]
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/activity-taxonomies/exclusions
- Sandbox serverhttps://sandbox.musement.com/api/v3/activity-taxonomies/exclusions
- Production serverhttps://api.musement.com/api/v3/activity-taxonomies/exclusions
- curl
- C#
- Node.js
curl -i -X GET \
'https://partner-api.musement.com/_mock/reference/openapi/activity-taxonomies/exclusions?taxonomy_category_code=ACCOMMODATION' \
-H 'Accept-Language: en-US' \
-H 'X-Musement-Application: string' \
-H 'X-Musement-Version: 3.4.0'Taxonomy exclusions
The taxonomy's category, if any.
A value of NO-STANDARD is used for taxonomies which were written by the activity provider. These non-standard taxonomies are part of the translation for a specific language and might not match the Accept-Language header value.
The taxonomy name/label, translated based on the Accept-Language header value.
[ { "category": "TRANSPORTATION", "name": "Parking", "type": "HIGHLIGHT", "uuid": "5a830cc6-51e2-11e7-96a2-06d26c7657b2" } ]
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/activity-taxonomies/highlights
- Sandbox serverhttps://sandbox.musement.com/api/v3/activity-taxonomies/highlights
- Production serverhttps://api.musement.com/api/v3/activity-taxonomies/highlights
- curl
- C#
- Node.js
curl -i -X GET \
'https://partner-api.musement.com/_mock/reference/openapi/activity-taxonomies/highlights?taxonomy_category_code=ACCOMMODATION' \
-H 'Accept-Language: en-US' \
-H 'X-Musement-Application: string' \
-H 'X-Musement-Version: 3.4.0'Taxonomy highlights
The taxonomy's category, if any.
A value of NO-STANDARD is used for taxonomies which were written by the activity provider. These non-standard taxonomies are part of the translation for a specific language and might not match the Accept-Language header value.
The taxonomy name/label, translated based on the Accept-Language header value.
[ { "category": "FOOD-AND-DRINK", "name": "Mixed drinks at the bar - lit moves on the floor", "type": "HIGHLIGHT", "uuid": "7a1de19f-51e1-11e7-96a2-06d26c7657b2" } ]