City Pairs Lookup Mock Server

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 mock server 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.

City Pairs Lookup mock server is up and running!

Use this mock URL as the API base in your code to simulate City Pairs Lookup responses instantly.

https://sabre-city-pairs.mock.beeceptor.com



General(3 operations)

Query Parameter NameExample
pointofsalecountryoccaecat sunt quis
origincountrydolor qui dolore
destinationcountryadipisicing
originregionEurope
destinationregionLatin America
triptypeOneWay
{
  "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"
    }
  ],
  "OriginDestinationLocations": [
    {
      "DestinationLocation": {
        "AirportCode": "HND",
        "AirportName": "Amsterdam Airport Schiphol",
        "CityName": "Manteshire",
        "CountryCode": "KE",
        "CountryName": "Western Sahara",
        "RegionName": "Asia"
      },
      "OriginDestinationLocations": "DXB-FRA",
      "OriginLocation": {
        "AirportCode": "JFK",
        "AirportName": "John F. Kennedy International Airport",
        "CityName": "North Hailieville",
        "CountryCode": "SM",
        "CountryName": "Antigua and Barbuda",
        "RegionName": "Australia"
      },
      "TripType": "OneWay"
    },
    {
      "DestinationLocation": {
        "AirportCode": "HND",
        "AirportName": "Amsterdam Airport Schiphol",
        "CityName": "Reggieview",
        "CountryCode": "JO",
        "CountryName": "Guadeloupe",
        "RegionName": "Europe"
      },
      "OriginDestinationLocations": "DXB-LHR",
      "OriginLocation": {
        "AirportCode": "HND",
        "AirportName": "Singapore Changi Airport",
        "CityName": "Halliestad",
        "CountryCode": "LV",
        "CountryName": "Malaysia",
        "RegionName": "Australia"
      },
      "TripType": "Return"
    },
    {
      "DestinationLocation": {
        "AirportCode": "DXB",
        "AirportName": "Amsterdam Airport Schiphol",
        "CityName": "Conorbury",
        "CountryCode": "MC",
        "CountryName": "Montenegro",
        "RegionName": "Asia"
      },
      "OriginDestinationLocations": "HKG-SFO",
      "OriginLocation": {
        "AirportCode": "SFO",
        "AirportName": "Frankfurt Airport",
        "CityName": "Christiansentown",
        "CountryCode": "BI",
        "CountryName": "Bulgaria",
        "RegionName": "South America"
      },
      "TripType": "OneWay"
    },
    {
      "DestinationLocation": {
        "AirportCode": "LHR",
        "AirportName": "San Francisco International Airport",
        "CityName": "Chapel Hill",
        "CountryCode": "CK",
        "CountryName": "Kiribati",
        "RegionName": "Asia"
      },
      "OriginDestinationLocations": "JFK-EZE",
      "OriginLocation": {
        "AirportCode": "AMS",
        "AirportName": "O'Hare International Airport",
        "CityName": "South Savion",
        "CountryCode": "MO",
        "CountryName": "Togo",
        "RegionName": "Asia"
      },
      "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.
Query Parameter NameExample
origincountryut tempor
destinationcountryqui labore non tempor eu
originregionMiddle East
destinationregionEurope
{
  "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": "DXB",
        "AirportName": "Tokyo Haneda Airport",
        "CityName": "North Vella",
        "CountryCode": "TM",
        "CountryName": "Malta",
        "RegionName": "Asia"
      },
      "OriginDestinationLocations": "SIN-SYD",
      "OriginLocation": {
        "AirportCode": "HND",
        "AirportName": "Singapore Changi Airport",
        "CityName": "North Rodolfo",
        "CountryCode": "SE",
        "CountryName": "Canada",
        "RegionName": "Africa"
      }
    },
    {
      "DestinationLocation": {
        "AirportCode": "SFO",
        "AirportName": "Amsterdam Airport Schiphol",
        "CityName": "North Maci",
        "CountryCode": "PF",
        "CountryName": "Haiti",
        "RegionName": "Australia"
      },
      "OriginDestinationLocations": "JFK-EZE",
      "OriginLocation": {
        "AirportCode": "DXB",
        "AirportName": "Tokyo Haneda Airport",
        "CityName": "East Janessafurt",
        "CountryCode": "CY",
        "CountryName": "Tanzania",
        "RegionName": "Antarctica"
      }
    }
  ]
}
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.
Query Parameter NameExample
origincountrydolor
destinationcountrylaboris fugiat
originregionMiddle East
destinationregionAsia Pacific
{
  "Links": [
    {
      "href": "https://api.cert.platform.sabre.com/v1/lists/supported/forecast/flights/origins-destinations?destinationcountry=AR",
      "rel": "self"
    }
  ],
  "OriginDestinationLocations": [
    {
      "DestinationLocation": {
        "AirportCode": "HKG",
        "AirportName": "Amsterdam Airport Schiphol",
        "CityName": "Port Blair",
        "CountryCode": "GD",
        "CountryName": "Falkland Islands (Malvinas)",
        "RegionName": "North America"
      },
      "OriginDestinationLocations": "DXB-LHR",
      "OriginLocation": {
        "AirportCode": "SFO",
        "AirportName": "San Francisco International Airport",
        "CityName": "Fort Scotty",
        "CountryCode": "KE",
        "CountryName": "Benin",
        "RegionName": "Antarctica"
      }
    },
    {
      "DestinationLocation": {
        "AirportCode": "ORD",
        "AirportName": "Amsterdam Airport Schiphol",
        "CityName": "Porterville",
        "CountryCode": "LU",
        "CountryName": "San Marino",
        "RegionName": "Antarctica"
      },
      "OriginDestinationLocations": "DXB-LHR",
      "OriginLocation": {
        "AirportCode": "AMS",
        "AirportName": "Dubai International Airport",
        "CityName": "Ortiztown",
        "CountryCode": "PF",
        "CountryName": "Svalbard & Jan Mayen Islands",
        "RegionName": "Antarctica"
      }
    },
    {
      "DestinationLocation": {
        "AirportCode": "ORD",
        "AirportName": "London Heathrow Airport",
        "CityName": "Lompoc",
        "CountryCode": "BQ",
        "CountryName": "Philippines",
        "RegionName": "Australia"
      },
      "OriginDestinationLocations": "DXB-LHR",
      "OriginLocation": {
        "AirportCode": "JFK",
        "AirportName": "Frankfurt Airport",
        "CityName": "Lake Jeffery",
        "CountryCode": "TH",
        "CountryName": "Puerto Rico",
        "RegionName": "Asia"
      }
    },
    {
      "DestinationLocation": {
        "AirportCode": "SIN",
        "AirportName": "O'Hare International Airport",
        "CityName": "Fort Marlentown",
        "CountryCode": "IR",
        "CountryName": "Aruba",
        "RegionName": "Europe"
      },
      "OriginDestinationLocations": "HKG-SFO",
      "OriginLocation": {
        "AirportCode": "ORD",
        "AirportName": "San Francisco International Airport",
        "CityName": "Ellenboro",
        "CountryCode": "MS",
        "CountryName": "Saint Helena",
        "RegionName": "Asia"
      }
    },
    {
      "DestinationLocation": {
        "AirportCode": "ORD",
        "AirportName": "Amsterdam Airport Schiphol",
        "CityName": "Veumstad",
        "CountryCode": "MH",
        "CountryName": "Nicaragua",
        "RegionName": "Europe"
      },
      "OriginDestinationLocations": "JFK-LAX",
      "OriginLocation": {
        "AirportCode": "AMS",
        "AirportName": "Frankfurt Airport",
        "CityName": "South Hankland",
        "CountryCode": "LC",
        "CountryName": "Singapore",
        "RegionName": "Asia"
      }
    }
  ]
}
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.
sabretravelaviationlookupreference-data