AeroDataBox · Example Payload

Aerodatabox Runway Contract Example

AviationFlightsAerospaceFlight DataAirport Data

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

Top-level fields

nametrueHdglengthwidthisClosedlocationsurfacedisplacedThresholdhasLighting

Example Payload

Raw ↑
{
  "name": "Los Angeles International",
  "trueHdg": 1.5,
  "length": "example_value",
  "width": "example_value",
  "isClosed": true,
  "location": "example_value",
  "surface": "example_value",
  "displacedThreshold": "example_value",
  "hasLighting": true
}