Aviation Data

List airlines

Filterable airline catalogue with provenance.

GET/v1/aviation/airlinesRequires X-API-Key

Filter by IATA, ICAO, country, alliance, status or name substring. Pagination identical to airports.

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.

Query parameters

iatastring

Two-letter IATA code.

icaostring

Three-letter ICAO code.

countrystring

ISO 3166-1 alpha-2 country code.

alliancestring

oneworld, Star Alliance, SkyTeam or empty.

statusstring

Operational status (e.g. active, defunct).

pageinteger

1-based page number.

limitinteger

Page size (max 500).