Aircraft Equipment Lookup Mock Server
Retrieve aircraft names based on IATA equipment codes.
The Aircraft Equipment Lookup API provides a mapping service to translate IATA aircraft equipment codes into human-readable aircraft names, essential for displaying accurate flight details in travel applications.
Use this hosted mock server to simulate Aircraft Equipment 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 aircraft equipment codes.
General
GET
| Query Parameter Name | Example |
|---|---|
aircraftcode | Lorem Ut Excepteur |
{
"AircraftInfo": [
{
"AircraftCode": "320",
"AircraftName": "AIRBUS A380"
}
],
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v1/lists/utilities/aircraft/equipment?aircraftcode=TU5",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v1/lists/utilities/aircraft/equipment?aircraftcode=TU5",
"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/aircraft-equipment-lookup/v1
sabretravelaviationreference-datarest