Lists are collections of Musement activities and third-party destinations grouped together based on editorial themes.
Every list is assigned a list type to indicate its general purpose. This endpoint returns all list types available in the API.
List types
Error
[- {
- "id": 3,
- "name": "Musement list"
}
]
Response only contains published lists with one or more available items.
Lists
Not found: no list matches request parameters
Error
[- {
- "id": 244,
- "subtitle": "Top experiences in New York",
- "title": "Top experiences",
- "description": "Pressed for time? Or maybe you just want to know what you can't miss straight up. This list was made for you. It rounds up the best experiences of the city, from fabulous local dining to landmark attractions.",
- "seo_title": "Top experiences in New York",
- "seo_description": "Pressed for time? Or maybe you just want to know what you can't miss straight up. This list was made for you. It rounds up the best experiences of the city, from fabulous local dining to attractions.",
- "temporary": false,
- "authors": [
- {
- "firstname": "John",
- "lastname": "Doe",
}
], - "list_type": {
- "id": 3,
- "name": "Musement list"
}, - "items": [
- {
- "event": {
- "title": "Empire State Building Observatory standard or skip-the-line tickets",
- "uuid": "0f660706-2046-11e7-9cc9-06a7e332783f"
}, - "public_type": "musement",
- "title": "Empire State Building Observatory tickets"
}
], - "items_count": {
- "generic": 0,
- "thirdparty": 1,
- "musement": 9
}, - "city": {
- "id": 55,
- "name": "New York",
- "time_zone": "America/New_York"
}, - "verticals": [
- { }
], - "category": { }
}
]
Returns a list.
List
Resource not found
Error
{- "id": 244,
- "subtitle": "Top experiences in New York",
- "title": "Top experiences",
- "description": "Pressed for time? Or maybe you just want to know what you can't miss straight up. This list was made for you. It rounds up the best experiences of the city, from fabulous local dining to landmark attractions.",
- "seo_title": "Top experiences in New York",
- "seo_description": "Pressed for time? Or maybe you just want to know what you can't miss straight up. This list was made for you. It rounds up the best experiences of the city, from fabulous local dining to attractions.",
- "temporary": false,
- "authors": [
- {
- "firstname": "John",
- "lastname": "Doe",
}
], - "list_type": {
- "id": 3,
- "name": "Musement list"
}, - "items": [
- {
- "event": {
- "title": "Empire State Building Observatory standard or skip-the-line tickets",
- "uuid": "0f660706-2046-11e7-9cc9-06a7e332783f"
}, - "public_type": "musement",
- "title": "Empire State Building Observatory tickets"
}
], - "items_count": {
- "generic": 0,
- "thirdparty": 1,
- "musement": 9
}, - "city": {
- "id": 55,
- "name": "New York",
- "time_zone": "America/New_York"
}, - "verticals": [
- null
], - "category": { }
}
Get all available musement.com pages for the specified list.
Pages for list
Resource not found
Error
[
]