Aviation Data
List airlines
Filterable airline catalogue with provenance.
GET
/v1/aviation/airlinesRequires X-API-KeyFilter by IATA, ICAO, country, alliance, status or name substring. Pagination identical to airports.
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.
Query parameters
iatastringTwo-letter IATA code.
icaostringThree-letter ICAO code.
countrystringISO 3166-1 alpha-2 country code.
alliancestringoneworld, Star Alliance, SkyTeam or empty.
statusstringOperational status (e.g. active, defunct).
pageinteger1-based page number.
limitintegerPage size (max 500).