Travel Seasonality Airports Lookup Mock Server
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 mock server 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 | in occaecat sit sunt deserunt |
region | Asia Pacific |
{
"DestinationLocations": [
{
"DestinationLocation": {
"AirportCode": "LHR",
"AirportName": "Singapore Changi",
"CityName": "Tokyo",
"CountryCode": "AU",
"CountryName": "Hong Kong",
"RegionName": "Europe"
}
},
{
"DestinationLocation": {
"AirportCode": "DXB",
"AirportName": "Frankfurt Airport",
"CityName": "Dubai",
"CountryCode": "JP",
"CountryName": "United States",
"RegionName": "Europe"
}
},
{
"DestinationLocation": {
"AirportCode": "LAX",
"AirportName": "Singapore Changi",
"CityName": "Tokyo",
"CountryCode": "JP",
"CountryName": "France",
"RegionName": "Europe"
}
},
{
"DestinationLocation": {
"AirportCode": "CDG",
"AirportName": "Los Angeles International",
"CityName": "Tokyo",
"CountryCode": "JP",
"CountryName": "Netherlands",
"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=Asia",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/historical/seasonality/airports?region=Asia",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/historical/seasonality/airports?region=Asia",
"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