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.
General
GET
| Query Parameter Name | Example |
|---|---|
airlinecode | ex |
{
"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.Service Homepage: developer.sabre.com/rest-api/airline-lookup/v1
sabretravelairlinesreference-dataiata