Travel Theme Lookup Mock Server
Retrieve supported travel themes and categories for personalized travel recommendations.
The Travel Theme Lookup API provides a list of supported Sabre travel themes, which are genres or categories of travel based on geography, points of interest, or recreational activities like beaches, national parks, or skiing.
Use this hosted mock server to simulate Travel Theme Lookup APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready.
This keeps your integration code consistent across local development, QA, demos, and production.
Use cases:
Use this sandbox to verify reference-data mapping, category-filtering logic, and UI-dropdown population for travel-theme selection workflows, ensuring your application correctly handles theme-based search parameters and metadata.
General
GET
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/themes/FAMILY",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/themes/BEACH",
"rel": "self"
}
],
"Themes": [
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/themes/SKIING",
"rel": "destinations"
}
],
"Theme": "BEACH"
},
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/themes/WILDLIFE",
"rel": "destinations"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/themes/NATIONAL_PARKS",
"rel": "destinations"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/themes/HISTORICAL",
"rel": "destinations"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/themes/CULINARY",
"rel": "destinations"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/themes/CULINARY",
"rel": "destinations"
}
],
"Theme": "BEACH"
},
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/themes/WILDLIFE",
"rel": "destinations"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/themes/BEACH",
"rel": "destinations"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/themes/WILDLIFE",
"rel": "destinations"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/themes/HISTORICAL",
"rel": "destinations"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/themes/ADVENTURE",
"rel": "destinations"
}
],
"Theme": "BEACH"
},
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/themes/CULINARY",
"rel": "destinations"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/themes/CULINARY",
"rel": "destinations"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/themes/HISTORICAL",
"rel": "destinations"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/themes/ADVENTURE",
"rel": "destinations"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/themes/SKIING",
"rel": "destinations"
}
],
"Theme": "BEACH"
}
]
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Service Homepage: developer.sabre.com/rest-api/travel-theme-lookup/1.0.0
sabretravellookupthemesreference