Travel Seasonality Airports Lookup Virtual Sandbox
Retrieve a list of supported destinations for travel seasonality analysis.
The Travel Seasonality Airports Lookup API provides a comprehensive list of supported destinations, allowing developers to identify which airports are available for seasonality-based travel queries and data analysis.
Use this hosted sandbox to simulate Travel Seasonality Airports 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, autocomplete behavior, invalid-code handling, and fallback logic for travel metadata such as airports, airlines, countries, or equipment codes.
General
GET
| Query Parameter Name | Example |
|---|---|
country | adipisicing voluptate aliqua |
region | North America |
{
"DestinationLocations": [
{
"DestinationLocation": {
"AirportCode": "DXB",
"AirportName": "Amsterdam-Schiphol",
"CityName": "New York",
"CountryCode": "AE",
"CountryName": "Hong Kong",
"RegionName": "Europe"
}
},
{
"DestinationLocation": {
"AirportCode": "AMS",
"AirportName": "Frankfurt Airport",
"CityName": "Amsterdam",
"CountryCode": "AU",
"CountryName": "Japan",
"RegionName": "Europe"
}
}
],
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/historical/seasonality/airports?region=NorthAmerica",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/historical/seasonality/airports?region=NorthAmerica",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/historical/seasonality/airports?region=MiddleEast",
"rel": "self"
}
]
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Service Homepage: developer.sabre.com/rest-api/travel-seasonality-airports-lookup/v1
sabretravelairportslookuprest