Airline Lookup Virtual Sandbox

Retrieve airline names and IATA codes for travel industry applications.

The Airline Lookup API provides a mapping service for IATA airline codes. Developers can use this to retrieve specific airline names based on a code or fetch a comprehensive list of all supported airline codes and their corresponding names for use in travel booking and management systems.

Use this hosted sandbox to simulate Airline 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 airline codes.

Airline Lookup virtual sandbox is up and running!

Use this sandbox URL as the API base in your code to simulate Airline Lookup responses instantly.

https://sabre-airline-lookup.mock.beeceptor.com



General

Query Parameter NameExample
airlinecodedeserunt qui occaecat ipsum sed
{
  "AirlineInfo": [
    {
      "AirlineCode": "UA",
      "AirlineName": "Emirates",
      "AlternativeBusinessName": "Air India"
    },
    {
      "AirlineCode": "NH",
      "AirlineName": "United Airlines, Inc.",
      "AlternativeBusinessName": "Air France"
    }
  ],
  "Links": [
    {
      "href": "https://api.cert.platform.sabre.com/v1/lists/utilities/airlines?airlinecode=AI",
      "rel": "self"
    },
    {
      "href": "https://api.cert.platform.sabre.com/v1/lists/utilities/airlines?airlinecode=AI",
      "rel": "self"
    },
    {
      "href": "https://api.cert.platform.sabre.com/v1/lists/utilities/airlines?airlinecode=AI",
      "rel": "self"
    },
    {
      "href": "https://api.cert.platform.sabre.com/v1/lists/utilities/airlines?airlinecode=AI",
      "rel": "self"
    }
  ]
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
sabretravelairlinesreference-dataiata