Airline Lookup Mock Server

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 mock server 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 mock server is up and running!

Use this mock 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
airlinecodeex
{
  "AirlineInfo": [
    {
      "AirlineCode": "UA",
      "AirlineName": "All Nippon Airways Co., Ltd.",
      "AlternativeBusinessName": "United"
    },
    {
      "AirlineCode": "UA",
      "AirlineName": "All Nippon Airways Co., Ltd.",
      "AlternativeBusinessName": "ANA"
    },
    {
      "AirlineCode": "SQ",
      "AirlineName": "Delta Air Lines, Inc.",
      "AlternativeBusinessName": "Delta"
    },
    {
      "AirlineCode": "DL",
      "AirlineName": "American Airlines, Inc.",
      "AlternativeBusinessName": "Lufthansa"
    }
  ],
  "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"
    }
  ]
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
sabretravelairlinesreference-dataiata