Sabre Top Destinations Mock Server
Retrieve the most booked leisure destinations from a specific origin.
The Top Destinations API provides insights into popular travel routes by returning a list of the most booked leisure destinations for a given origin city or airport. It is useful for travel applications looking to provide destination recommendations or trend analysis to users.
Use this hosted mock server to simulate Sabre Top Destinations 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 destination-ranking logic, validate response schemas for top-booked routes, test UI rendering of destination lists, and handle edge cases where no booking data exists for a specific origin.
General
GET
| Query Parameter Name | Example |
|---|---|
origin | adipisicing amet do nostrud ut |
origincountry | enim do |
destinationcountry | ex |
destinationtype | Overall |
theme | BEACH |
region | <any custom region> |
topdestinations | -78618002 |
lookbackweeks | 8 |
{
"Destinations": [
{
"Destination": {
"AirportName": "O'Hare International Airport",
"CityName": "Singapore",
"CountryCode": "GB",
"CountryName": "United Arab Emirates",
"DestinationLocation": "HND",
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/NYC/airports",
"rel": "airportsInCity"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/MIA/airports",
"rel": "airportsInCity"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/MIA/airports",
"rel": "airportsInCity"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/MIA/airports",
"rel": "airportsInCity"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/MIA/airports",
"rel": "airportsInCity"
}
],
"MetropolitanAreaName": "Paris",
"RegionName": "North America",
"Type": "City"
},
"Rank": 9
}
],
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/NYC/airports",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/LAX/airports",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/NYC/airports",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/MIA/airports",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/cities/NYC/airports",
"rel": "self"
}
],
"LookBackWeeks": 50,
"OriginLocation": "CXR",
"Theme": "ROMANTIC"
}{
"errorCode": "WARN.RAF.APPLICATION",
"instance": "load-balancer-01",
"message": "Invalid request parameter",
"reportingSystem": "RAF",
"status": "Complete",
"timeStamp": "2026-06-16T00:00:00.0Z",
"type": "Application"
}{
"errorCode": "WARN.RAF.APPLICATION",
"instance": "gateway-server-01",
"message": "No results were found",
"reportingSystem": "RAF",
"status": "Complete",
"timeStamp": "2026-06-16T00:00:00.0Z",
"type": "Application"
}{
"errorCode": "WARN.RAF.APPLICATION",
"instance": "application-server-2",
"message": "Service temporarily unavailable",
"reportingSystem": "RAF",
"status": "Complete",
"timeStamp": "2026-06-16T00:00:00.0Z",
"type": "Application"
}Service Homepage: developer.sabre.com/rest-api/top-destinations/v1
sabretraveldestinationsanalyticsrest