AeroDataBox · Example Payload

Aerodatabox Airport Distance Time Contract Example

AviationFlightsAerospaceFlight DataAirport Data

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

Top-level fields

fromtogreatCircleDistanceapproxFlightTime

Example Payload

Raw ↑
{
  "from": "example_value",
  "to": "example_value",
  "greatCircleDistance": "example_value",
  "approxFlightTime": "example_value"
}