NDC reference catalog
List airports
Curated NDC airport catalogue (legacy).
GET
/v1/airportsRequires X-API-KeyReturns the full flat list of airports used by the legacy NDC catalogue (no filtering or pagination). For the rich filterable airport database (OurAirports-backed, with type, elevation, region, scheduled service, runway count and provenance) see `/v1/aviation/airports` 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.
Response 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 (e.g. Europe/London).
latnumberWGS84 latitude in decimal degrees.
lonnumberWGS84 longitude in decimal degrees.