Get airline
Lookup a curated NDC-integrated airline by IATA code.
/v1/airlines/{iataCode}Requires X-API-KeyReturns the legacy curated record for one carrier, including NDC version support and live/sandbox status. For the rich multi-source view (callsign, hubs, provenance) use `GET /v1/aviation/airlines/{id}` under **Aviation Data**.
Authorization
X-API-KeystringRequiredOpaque API key issued from the Norba dashboard. Sent on every request as the X-API-Key HTTP header. Missing or invalid keys are rejected with 401 Unauthorized.
Path parameters
iataCodestringRequiredTwo-letter IATA airline code, case-insensitive.
BAResponse fields
iata_codestringRequiredTwo-letter IATA airline code.
icao_codestringThree-letter ICAO airline code.
namestringRequiredMarketing name of the carrier.
callsignstringRadio telephony callsign.
alliancestringAlliance membership (lowercase, e.g. oneworld).
country_codestringRequiredISO 3166-1 alpha-2 country code.
ndc_versions_supportedarray<string>NDC schema versions supported, e.g. ["21.3"]. Present only for carriers with active NDC connectivity.
ndc_statusstringlive, sandbox or unavailable.
Error codes
not_foundThe requested IATA code is not in the catalogue.