OpenSky Network · Example Payload

States All Response

AviationFlight TrackingADS-BAircraftAirportReal-TimeHistorical Data

States All Response is an example object payload from OpenSky Network, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

timestates

Example Payload

Raw ↑
{
  "time": 1458564121,
  "states": [
    ["3c6444", "DLH400  ", "Germany", 1458564120, 1458564121, 8.5432, 47.2231, 9144.0, false, 251.2, 87.5, 0.0, null, 9448.8, "1000", false, 0],
    ["4b1816", "SWR123  ", "Switzerland", 1458564118, 1458564121, 7.5898, 47.4566, 6248.4, false, 198.4, 265.1, -4.9, null, 6553.2, "2200", false, 0],
    ["3944ef", null, "France", null, 1458564100, 6.1423, 46.2044, null, true, 0.0, null, null, null, null, null, false, 0]
  ]
}