Aviation Data

List aircraft types

Aircraft type catalogue keyed by ICAO type designator.

GET/v1/aviation/aircraft-typesRequires X-API-Key

Filterable by `manufacturer` and `class` (e.g. `narrowbody`, `widebody`, `turboprop`). Keyed by the ICAO type designator.

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

manufacturerstring

Case-insensitive manufacturer name.

Example: Boeing
classstring

Aircraft class filter: narrowbody, widebody, regional, turboprop.

Example: widebody
pageinteger

1-based page number.

Example: 1
limitinteger

Page size (max 500).

Example: 50

Response fields

icao_type_codestringRequired

ICAO type designator (e.g. B77W).

manufacturerstringRequired

Manufacturer name.

modelstringRequired

Model name.

aircraft_classstringRequired

narrowbody, widebody, regional or turboprop.