NDC reference catalog

Get airport

Lookup a curated NDC airport by IATA code.

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

Returns the legacy curated record for one airport. For the rich multi-source airport (with runways, frequencies, navaids, timezone, departures and arrivals) use `GET /v1/aviation/airports/{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

Three-letter IATA airport code, case-insensitive.

Example: MAD

Response fields

iata_codestringRequired

Three-letter IATA airport code.

icao_codestring

Four-letter ICAO airport code.

namestringRequired

Airport name.

citystringRequired

Primary city served.

country_codestringRequired

ISO 3166-1 alpha-2 country code.

timezonestringRequired

IANA timezone.

latnumber

WGS84 latitude in decimal degrees.

lonnumber

WGS84 longitude in decimal degrees.

Error codes

not_found

The requested IATA code is not in the catalogue.