Aviation Data
List aircraft types
Aircraft type catalogue keyed by ICAO type designator.
GET
/v1/aviation/aircraft-typesRequires X-API-KeyFilterable by `manufacturer` and `class` (e.g. `narrowbody`, `widebody`, `turboprop`). Keyed by the ICAO type designator.
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
manufacturerstringCase-insensitive manufacturer name.
Example:
BoeingclassstringAircraft class filter: narrowbody, widebody, regional, turboprop.
Example:
widebodypageinteger1-based page number.
Example:
1limitintegerPage size (max 500).
Example:
50Response fields
icao_type_codestringRequiredICAO type designator (e.g. B77W).
manufacturerstringRequiredManufacturer name.
modelstringRequiredModel name.
aircraft_classstringRequirednarrowbody, widebody, regional or turboprop.