Sabre Countries Lookup Mock Server

Retrieve a list of origin and destination countries for travel workflows.

The Countries Lookup API provides a standardized list of countries supported by Sabre systems. Developers can use this service to populate UI dropdowns, validate country codes in booking requests, and ensure consistency across travel applications.

Use this hosted mock server to simulate Sabre Countries 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 country codes and names.

Sabre Countries Lookup mock server is up and running!

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

https://sabre-countries.mock.beeceptor.com



General

Query Parameter NameExample
pointofsalecountryUt
{
  "DestinationCountries": [
    {
      "CountryCode": "CN",
      "CountryName": "China"
    },
    {
      "CountryCode": "CN",
      "CountryName": "Spain"
    },
    {
      "CountryCode": "ES",
      "CountryName": "India"
    },
    {
      "CountryCode": "BR",
      "CountryName": "Australia"
    }
  ],
  "Links": [
    {
      "href": "https://api.cert.platform.sabre.com/v1/lists/supported/countries?pointofsalecountry=DE",
      "rel": "self"
    },
    {
      "href": "https://api.cert.platform.sabre.com/v1/lists/supported/countries?pointofsalecountry=DE",
      "rel": "self"
    }
  ],
  "OriginCountries": [
    {
      "CountryCode": "FR",
      "CountryName": "Brazil"
    },
    {
      "CountryCode": "AU",
      "CountryName": "Germany"
    },
    {
      "CountryCode": "CN",
      "CountryName": "France"
    }
  ],
  "PointOfSale": "TK"
}
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.
sabretravellookupreference-datacountries