Skip to content

Instantly share code, notes, and snippets.

@Jxck-S
Created December 24, 2020 04:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jxck-S/9fca776c24c1d51af54c107e6d126b0e to your computer and use it in GitHub Desktop.
Save Jxck-S/9fca776c24c1d51af54c107e6d126b0e to your computer and use it in GitHub Desktop.
Example Response of ADS-B Exchange v2 API
{
"ac": [
{
"hex": "a2fcf2",
"type": "adsb_icao",
"flight": "ASA541 ",
"r": "N292AK",
"t": "B739",
"alt_baro": 5400,
"alt_geom": 5650,
"gs": 250,
"track": 0.69,
"baro_rate": -960,
"squawk": "3766",
"emergency": "none",
"category": "A3",
"nav_qnh": 1026.4,
"nav_altitude_mcp": 4000,
"nav_heading": 343.83,
"lat": 47.143753,
"lon": -122.320953,
"nic": 8,
"rc": 186,
"seen_pos": 0.5,
"version": 2,
"nic_baro": 1,
"nac_p": 10,
"nac_v": 2,
"sil": 3,
"sil_type": "perhour",
"gva": 2,
"sda": 2,
"alert": 0,
"spi": 0,
"mlat": [],
"tisb": [],
"messages": 52561265,
"seen": 0,
"rssi": -5
},
{
"hex": "750312",
"type": "mode_s",
"r": "9M-SSF",
"t": "DHC6",
"alt_baro": 7025,
"gs": 182,
"tas": 164,
"track": 46.05,
"track_rate": -0.09,
"roll": -1.23,
"squawk": "3120",
"nav_qnh": 1010,
"nav_altitude_mcp": 7008,
"rr_lat": 3.2,
"rr_lon": 110.7,
"alert": 0,
"spi": 0,
"mlat": [],
"tisb": [],
"messages": 2485,
"seen": 1.9,
"rssi": -12
},
#.... thounsands of more ac
],
"msg": "No error",
"now": 1608782952200,
"total": 4918,
"ctime": 1608782953225,
"ptime": 35
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment