City Pairs Lookup Virtual Sandbox
Retrieve supported origin and destination airport code combinations for Sabre Air Shopping APIs.
The City Pairs Lookup API provides a comprehensive list of supported city pairs for REST Air Shopping services. Developers can use this to verify valid origin and destination airport code combinations for shopping, historical, and forecast flight queries.
Use this hosted sandbox to simulate City Pairs 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(3 operations)
GET
| Query Parameter Name | Example |
|---|---|
pointofsalecountry | aliqua fugiat |
origincountry | sunt labore anim exercitation qui |
destinationcountry | veniam nulla dolor officia |
originregion | Africa |
destinationregion | Asia Pacific |
triptype | OneWay |
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/flights/origins-destinations?destinationcountry=AR&triptype=Return",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/flights/origins-destinations?destinationcountry=AR&triptype=Return",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/flights/origins-destinations?destinationcountry=AR&triptype=Return",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/shop/flights/origins-destinations?destinationcountry=AR&triptype=Return",
"rel": "self"
}
],
"OriginDestinationLocations": [
{
"DestinationLocation": {
"AirportCode": "LHR",
"AirportName": "Singapore Changi Airport",
"CityName": "Toytown",
"CountryCode": "LR",
"CountryName": "Sri Lanka",
"RegionName": "North America"
},
"OriginDestinationLocations": "JFK-EZE",
"OriginLocation": {
"AirportCode": "SIN",
"AirportName": "Tokyo Haneda Airport",
"CityName": "Freedahaven",
"CountryCode": "RS",
"CountryName": "Monaco",
"RegionName": "Australia"
},
"TripType": "Return"
},
{
"DestinationLocation": {
"AirportCode": "FRA",
"AirportName": "Amsterdam Airport Schiphol",
"CityName": "East Faebury",
"CountryCode": "LI",
"CountryName": "Martinique",
"RegionName": "Europe"
},
"OriginDestinationLocations": "SIN-SYD",
"OriginLocation": {
"AirportCode": "HKG",
"AirportName": "Frankfurt Airport",
"CityName": "New Tavarescester",
"CountryCode": "NI",
"CountryName": "Nicaragua",
"RegionName": "Australia"
},
"TripType": "OneWay"
},
{
"DestinationLocation": {
"AirportCode": "SFO",
"AirportName": "O'Hare International Airport",
"CityName": "Champaign",
"CountryCode": "FR",
"CountryName": "Wallis and Futuna",
"RegionName": "Australia"
},
"OriginDestinationLocations": "SIN-SYD",
"OriginLocation": {
"AirportCode": "SFO",
"AirportName": "Frankfurt Airport",
"CityName": "Jakubowskiland",
"CountryCode": "CL",
"CountryName": "Afghanistan",
"RegionName": "South America"
},
"TripType": "OneWay"
}
]
}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.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.GET
| Query Parameter Name | Example |
|---|---|
origincountry | dolore occaecat eiusmod |
destinationcountry | est sit |
originregion | Middle East |
destinationregion | Europe |
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/historical/flights/origins-destinations?destinationcountry=AR",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/historical/flights/origins-destinations?destinationcountry=AR",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/historical/flights/origins-destinations?destinationcountry=AR",
"rel": "self"
}
],
"OriginDestinationLocations": [
{
"DestinationLocation": {
"AirportCode": "ORD",
"AirportName": "San Francisco International Airport",
"CityName": "Lorenzaside",
"CountryCode": "IE",
"CountryName": "Eswatini",
"RegionName": "Australia"
},
"OriginDestinationLocations": "DXB-FRA",
"OriginLocation": {
"AirportCode": "JFK",
"AirportName": "Dubai International Airport",
"CityName": "Port Favian",
"CountryCode": "BZ",
"CountryName": "Malaysia",
"RegionName": "Asia"
}
},
{
"DestinationLocation": {
"AirportCode": "HND",
"AirportName": "Singapore Changi Airport",
"CityName": "Lake Hipolito",
"CountryCode": "UA",
"CountryName": "Argentina",
"RegionName": "Africa"
},
"OriginDestinationLocations": "ORD-NRT",
"OriginLocation": {
"AirportCode": "HKG",
"AirportName": "Dubai International Airport",
"CityName": "West Jeromehaven",
"CountryCode": "BJ",
"CountryName": "Equatorial Guinea",
"RegionName": "Europe"
}
},
{
"DestinationLocation": {
"AirportCode": "SFO",
"AirportName": "John F. Kennedy International Airport",
"CityName": "West Ilianachester",
"CountryCode": "LA",
"CountryName": "Reunion",
"RegionName": "North America"
},
"OriginDestinationLocations": "AMS-SIN",
"OriginLocation": {
"AirportCode": "AMS",
"AirportName": "Frankfurt Airport",
"CityName": "East Wilmerside",
"CountryCode": "CZ",
"CountryName": "United States Minor Outlying Islands",
"RegionName": "Australia"
}
},
{
"DestinationLocation": {
"AirportCode": "SIN",
"AirportName": "Hong Kong International Airport",
"CityName": "Lonieboro",
"CountryCode": "BZ",
"CountryName": "Antarctica",
"RegionName": "Europe"
},
"OriginDestinationLocations": "DXB-LHR",
"OriginLocation": {
"AirportCode": "AMS",
"AirportName": "Tokyo Haneda Airport",
"CityName": "Idaho Falls",
"CountryCode": "LK",
"CountryName": "Ethiopia",
"RegionName": "Asia"
}
},
{
"DestinationLocation": {
"AirportCode": "SFO",
"AirportName": "John F. Kennedy International Airport",
"CityName": "Baltimore",
"CountryCode": "LV",
"CountryName": "Paraguay",
"RegionName": "Australia"
},
"OriginDestinationLocations": "SIN-SYD",
"OriginLocation": {
"AirportCode": "SIN",
"AirportName": "London Heathrow Airport",
"CityName": "Russelfort",
"CountryCode": "GW",
"CountryName": "Mexico",
"RegionName": "Australia"
}
}
]
}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.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.GET
| Query Parameter Name | Example |
|---|---|
origincountry | in mollit elit consequat |
destinationcountry | cupidatat |
originregion | Middle East |
destinationregion | Africa |
{
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/forecast/flights/origins-destinations?destinationcountry=AR",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/supported/forecast/flights/origins-destinations?destinationcountry=AR",
"rel": "self"
}
],
"OriginDestinationLocations": [
{
"DestinationLocation": {
"AirportCode": "FRA",
"AirportName": "John F. Kennedy International Airport",
"CityName": "Kovacekport",
"CountryCode": "ER",
"CountryName": "Eswatini",
"RegionName": "Antarctica"
},
"OriginDestinationLocations": "SIN-SYD",
"OriginLocation": {
"AirportCode": "HND",
"AirportName": "San Francisco International Airport",
"CityName": "Metzstead",
"CountryCode": "ID",
"CountryName": "Belgium",
"RegionName": "South America"
}
},
{
"DestinationLocation": {
"AirportCode": "LHR",
"AirportName": "Tokyo Haneda Airport",
"CityName": "Johnsonborough",
"CountryCode": "RE",
"CountryName": "Bulgaria",
"RegionName": "Asia"
},
"OriginDestinationLocations": "ORD-NRT",
"OriginLocation": {
"AirportCode": "DXB",
"AirportName": "John F. Kennedy International Airport",
"CityName": "Dickitown",
"CountryCode": "BA",
"CountryName": "Belgium",
"RegionName": "Africa"
}
},
{
"DestinationLocation": {
"AirportCode": "LHR",
"AirportName": "Hong Kong International Airport",
"CityName": "East Albin",
"CountryCode": "CY",
"CountryName": "Greenland",
"RegionName": "South America"
},
"OriginDestinationLocations": "LAX-HND",
"OriginLocation": {
"AirportCode": "ORD",
"AirportName": "John F. Kennedy International Airport",
"CityName": "Jodiefield",
"CountryCode": "BT",
"CountryName": "Bahamas",
"RegionName": "Europe"
}
}
]
}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.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Service Homepage: developer.sabre.com/rest-api/city-pairs-lookup/v1
sabretravelaviationlookupreference-data