AeroDataBox · Example Payload

Aerodatabox Flight Delay Contract Example

AviationFlightsAerospaceFlight DataAirport Data

Aerodatabox Flight Delay 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

airportIcaoclassscheduledHourUtcmedianDelaydelayPercentilesnumConsideredFlightsnumFlightsDelayedBracketsfromUtctoUtc

Example Payload

Raw ↑
{
  "airportIcao": "KLAX",
  "class": "example_value",
  "scheduledHourUtc": 100,
  "medianDelay": "example_value",
  "delayPercentiles": [
    "example_value"
  ],
  "numConsideredFlights": 100,
  "numFlightsDelayedBrackets": [
    "example_value"
  ],
  "fromUtc": "2025-03-15T14:30:00Z",
  "toUtc": "2025-03-15T14:30:00Z"
}