AeroDataBox · Schema

FlightBatchDelayContract

Delay information about a batch of flights

AviationFlightsAerospaceFlight DataAirport Data

Properties

Name Type Description
numTotal integer Total number of flights in the the batch (including cancelled)
numQualifiedTotal integer Total number of flights in the batch, which were used to to calculate the delay information (including cancelled). Should equal to or less than `NumTotal`. The closer the value of this property to the
numCancelled integer Total amount of flights in the batch
medianDelay string Median delay of flights in the batch (format: [-]hh:mm:ss). Value can be negative (therefore, means early occurence).
delayIndex number Normalized value on scale from 0.0 to 5.0 which corresponds with current amount of delays and cancellations in a given batch of flights (the less - the better).
View JSON Schema on GitHub