AeroDataBox · Example Payload

Aerodatabox Daily Route Stat Record Contract Example

AviationFlightsAerospaceFlight DataAirport Data

Aerodatabox Daily Route Stat Record Contract Example is an example object payload from AeroDataBox, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

destinationaverageDailyFlightsoperators

Example Payload

Raw ↑
{
  "destination": "example_value",
  "averageDailyFlights": 1.5,
  "operators": [
    "example_value"
  ]
}