AeroDataBox · Example Payload

Aerodatabox Flight Plan Contract Example

AviationFlightsAerospaceFlight DataAirport Data

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

Top-level fields

flightRulesflightTyperevisionNostatusroutealtitudeairspeedlastUpdatedUtc

Example Payload

Raw ↑
{
  "flightRules": "example_value",
  "flightType": "example_value",
  "revisionNo": 100,
  "status": "Departed",
  "route": "example_value",
  "altitude": "example_value",
  "airspeed": "example_value",
  "lastUpdatedUtc": "2025-03-15T14:30:00Z"
}