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.
General
GET
| Query Parameter Name | Example |
|---|---|
pointofsalecountry | Ut |
{
"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.Service Homepage: developer.sabre.com/rest-api/countries-lookup/v1
sabretravellookupreference-datacountries