AeroDataBox · Example Payload

Aerodatabox Aircraft Registration Contract Example

AviationFlightsAerospaceFlight DataAirport Data

Aerodatabox Aircraft Registration Contract Example is an example object payload from AeroDataBox, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

regactivehexIcaoairlineNameregistrationDate

Example Payload

Raw ↑
{
  "reg": "example_value",
  "active": true,
  "hexIcao": "KLAX",
  "airlineName": "Los Angeles International",
  "registrationDate": "2025-03-15T14:30:00Z"
}