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
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/activities/{activityUuid}/country
- Sandbox serverhttps://sandbox.musement.com/api/v3/activities/{activityUuid}/country
- Production serverhttps://api.musement.com/api/v3/activities/{activityUuid}/country
- curl
- C#
- Node.js
curl -i -X GET \
'https://partner-api.musement.com/_mock/reference/openapi/activities/{activityUuid}/country' \
-H 'Accept-Language: en-US' \
-H 'X-Musement-Application: string' \
-H 'X-Musement-Version: 3.4.0'{ "country_prefix": "+39", "currency_code": "EUR", "id": 82, "iso_code": "IT", "iso3char": "ITA", "name": "Italy" }
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/activities/{activityUuid}/destinations
- Sandbox serverhttps://sandbox.musement.com/api/v3/activities/{activityUuid}/destinations
- Production serverhttps://api.musement.com/api/v3/activities/{activityUuid}/destinations
- curl
- C#
- Node.js
curl -i -X GET \
'https://partner-api.musement.com/_mock/reference/openapi/activities/{activityUuid}/destinations' \
-H 'Accept-Language: en-US' \
-H 'X-Musement-Application: string' \
-H 'X-Musement-Version: 3.4.0'Cities for activity
A string identifier for the city, based on the English version of the city name. This property is not affected by the Accept-Language header.
A plain text description of the city, translated according to the Accept-Language header value.
A description of the city with HTML tags, translated according to the Accept-Language header value.
A URL for the city's cover image.
An SEO-friendly version of the city name for a page headline, translated based on the Accept-Language header value.
An SEO-friendly description of the city, translated based on the Accept-Language header value.
An SEO-friendly version of the city name, translated based on the Accept-Language header value.
The name of city, translated according to the Accept-Language header value.
The city slug, used for creating the city URL. Changes based on the value of the Accept-Language value.
The city's time zone.
An automatically generated Musement URL for the city based on the X-Musement-Market header and slug property. The URL is only valid for select X-Musement-Market values and cities.
A property used for ranking multiple cities by popularity. Top selling cities will have a higher value.
The default city for an activity always appears in the /activities and /activities/{activityUuid} endpoints.
Additional information about the city in plain text, ideal for a "Read more" section, translated based on the Accept-Language header value.
Additional information about the city with HTML tags, ideal for a "Read more" section, translated based on the Accept-Language header value.
[ { "id": 76, "code": "washington dc", "content": "Often overshadowed by the more flashy New York City, Washington DC represents an essential destination of an East Coast tour. In fact, the District of Columbia is a real must-see for those who want to discover and get in touch with the true essence of American history and culture. Not only a political capital but also an important cultural and artistic center, Washington DC is found between the states of Virginia - on its southwest side - and Maryland - on its southeast, northeast, and northwest sides. The ideal tour of Washington starts from the National Mall, a monumental avenue of about 3 km that runs along the east-west from Capitol Hill to the Lincoln Memorial.", "content_html": "<p>Often overshadowed by the more flashy New York City, <strong>Washington DC </strong>represents an essential destination of an East Coast tour. In fact, the <strong>District of Columbia</strong> is a real <strong>must-see</strong> for those who want to discover and get in touch with the true essence of American history and culture.</p><p>Not only a <strong>political capital</strong> but also an <strong>important cultural and artistic center</strong>, Washington DC is found between the states of Virginia - on its southwest side - and Maryland - on its southeast, northeast, and northwest sides.</p><p>The ideal tour of Washington starts from the <strong>National Mall</strong>, a monumental avenue of about 3 km that runs along the east-west from <strong>Capitol Hill</strong> to the <strong>Lincoln Memorial</strong>. </p>", "country": { … }, "cover_image_url": "https://images-sandbox.musement.com/cover/0001/43/washington_header-42349.jpeg", "activities_count": 14, "latitude": 38.918, "list_count": 0, "longitude": -77.037, "meta_description": "Find out what's happening in Washington D.C. and book your tickets for the best museums and operas in advance. Skip the line, make your trip more enjoyable. Museums, opera, classical concerts at your fingertips.", "more": "", "name": "Washington DC", "show_in_popular": false, "time_zone": "America/New_York", "top": false, "url": "https://.sbox.musement.com/us/washington-dc/", "uuid": "ec1dd48e-339d-11ea-ba3c-029a16533fe4", "venue_count": 1, "weight": 2, "default": true } ]
Request
Extra customer data is information requested per reservation. You can use this endpoint for a preview of possible fields that might be used during the reservation flow.
The response follows the JSON Schema Specification to describe the info requested for each participant.
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/activities/{activityUuid}/extra-customer-data/schema
- Sandbox serverhttps://sandbox.musement.com/api/v3/activities/{activityUuid}/extra-customer-data/schema
- Production serverhttps://api.musement.com/api/v3/activities/{activityUuid}/extra-customer-data/schema
- curl
- C#
- Node.js
curl -i -X GET \
'https://partner-api.musement.com/_mock/reference/openapi/activities/{activityUuid}/extra-customer-data/schema' \
-H 'X-Musement-Application: string' \
-H 'X-Musement-Version: 3.4.0'Extra customer data for activity
The type of item:
cart_customer_guest: Customer info for cartcart_item_participants_info: Participant info for cart itemform: Extra customer dataparticipant: Participant info
{ "title": "form", "type": "object", "properties": { "property1": { … }, "property2": { … }, "phone_number": { … } }, "required": [ "phone_number" ] }