NDC reference catalog

Get airline

Lookup a curated NDC-integrated airline by IATA code.

GET/v1/airlines/{iataCode}Requires X-API-Key

Returns 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-KeystringRequired

Opaque 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

iataCodestringRequired

Two-letter IATA airline code, case-insensitive.

Example: BA

Response fields

iata_codestringRequired

Two-letter IATA airline code.

icao_codestring

Three-letter ICAO airline code.

namestringRequired

Marketing name of the carrier.

callsignstring

Radio telephony callsign.

alliancestring

Alliance membership (lowercase, e.g. oneworld).

country_codestringRequired

ISO 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_statusstring

live, sandbox or unavailable.

Error codes

not_found

The requested IATA code is not in the catalogue.