AeroDataBox · Example Payload

Aerodatabox Feed Service Status Contract Example

AviationFlightsAerospaceFlight DataAirport Data

Aerodatabox Feed Service Status 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

servicestatusminAvailableLocalDatemaxAvailableLocalDate

Example Payload

Raw ↑
{
  "service": "example_value",
  "status": "Departed",
  "minAvailableLocalDate": "2025-03-15T14:30:00Z",
  "maxAvailableLocalDate": "2025-03-15T14:30:00Z"
}