Guides · Aviation Data

Aviation Data Reference

The Norba Aviation Data API provides a comprehensive, canonical catalogue of airports, airlines, and aircraft types — sourced from OurAirports and OpenTravelData.

Airports

Full airport profiles including runways, timezone, elevation, and coordinates. Two resolution modes: summary (iata_code, name, city, country) and full (all fields plus runways).

FieldTypeDescription
iata_codestring (3)IATA 3-letter airport code (e.g. LHR, JFK, MAD).
icao_codestring (4)ICAO 4-letter airport code (e.g. EGLL). Used in flight plans.
namestringCanonical airport name (e.g. London Heathrow Airport).
citystringCity the airport serves (e.g. London).
countrystringISO 3166-1 alpha-2 country code (e.g. GB).
timezonestringIANA timezone identifier (e.g. Europe/London).
latitudenumberDecimal latitude.
longitudenumberDecimal longitude.
elevation_ftnumberElevation above sea level in feet.
runwaysarray<Runway>List of runways with length, width, surface, and magnetic headings.

Airlines

Airline profiles with IATA/ICAO codes, alliance membership, country, callsign, and fleet summary. Filterable by active status and IATA code.

FieldTypeDescription
iata_codestring (2)IATA 2-letter airline code (e.g. BA, EI, VY).
icao_codestring (3)ICAO 3-letter airline code (e.g. BAW, EIN).
namestringFull airline name (e.g. British Airways).
callsignstringRadio callsign (e.g. SPEEDBIRD).
countrystringCountry of registration.
alliancestringAlliance membership (oneworld, Star Alliance, SkyTeam, or null).
activebooleanWhether the airline is currently operating.
fleet_summaryFleetSummaryBreakdown of aircraft types by count, with manufacturer and model.

Capabilities

Every Aviation Data API endpoint is live in production. A green dot indicates the feature is fully implemented and available.

CategoryEndpointMethodStatus
AirportsGET /v1/aviation/airportsGETLive
AirportsGET /v1/aviation/airports/{id}GETLive
AirportsGET /v1/aviation/airports/{id}/fullGETLive
AirportsGET /v1/aviation/airports/{id}/runwaysGETLive
AirlinesGET /v1/aviation/airlinesGETLive
AirlinesGET /v1/aviation/airlines/{id}GETLive
AirlinesGET /v1/aviation/airlines/{id}/fleet-summaryGETLive
AircraftGET /v1/aviation/aircraft-typesGETLive
AircraftGET /v1/aviation/aircraft-types/{icao_type}GETLive
SystemGET /v1/reference/sourcesGETLive

Aircraft Types

Aircraft type lookup by IATA or ICAO code. Includes manufacturer, model, body type, and engine classification. Used by the normalization pipeline to enrich offer responses with aircraft family names.

FieldTypeDescription
iata_codestring (3)IATA aircraft type code (e.g. 32A, 788).
icao_codestring (4)ICAO aircraft type designator (e.g. A20N, B788).
manufacturerstringManufacturer name (Airbus, Boeing, Embraer, etc.).
modelstringCanonical model name (A320neo, 787-8 Dreamliner).
descriptionstringBrief human-readable description.
physical_class_enginestringFAA physical/engine class: Jet, Turboprop, Piston, Electric.

Data Sources

All reference data is sourced from open datasets and refreshed periodically:

  • OurAirports — airport coordinates, elevation, runways, timezone data.
  • OpenTravelData — airline IATA/ICAO codes, callsigns, alliance membership.
API Documentation — Norba | Norba — NDC Aggregation API