NDC reference catalog
Get airport
Lookup a curated NDC airport by IATA code.
GET
/v1/airports/{iataCode}Requires X-API-KeyReturns 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-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
iataCodestringRequiredThree-letter IATA airport code, case-insensitive.
Example:
MADResponse fields
iata_codestringRequiredThree-letter IATA airport code.
icao_codestringFour-letter ICAO airport code.
namestringRequiredAirport name.
citystringRequiredPrimary city served.
country_codestringRequiredISO 3166-1 alpha-2 country code.
timezonestringRequiredIANA timezone.
latnumberWGS84 latitude in decimal degrees.
lonnumberWGS84 longitude in decimal degrees.
Error codes
not_foundThe requested IATA code is not in the catalogue.