Skip to content

Instantly share code, notes, and snippets.

@Jxck-S
Last active March 12, 2021 03:04
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/3d1c3252e1d89a5df44f4debc3d2f5f5 to your computer and use it in GitHub Desktop.
Save Jxck-S/3d1c3252e1d89a5df44f4debc3d2f5f5 to your computer and use it in GitHub Desktop.
ADS-B Exchange v1 Single AC API Response / VRS Format
{
"ac": [
{
"postime": "1615518192631",
"icao": "AA733B",
"reg": "N7723E",
"type": "B737",
"wtc": "2",
"spd": "426.8",
"altt": "0",
"alt": "31025",
"galt": "31035",
"talt": "36000",
"lat": "28.480473",
"lon": "-82.373926",
"vsit": "0",
"vsi": "2880",
"trkh": "0",
"ttrk": "286.2",
"trak": "276.6",
"sqk": "0761",
"call": "SWA431",
"gnd": "0",
"trt": "5",
"pos": "1",
"mlat": "0",
"tisb": "0",
"sat": "0",
"opicao": "SWA",
"cou": "United States",
"mil": "0",
"interested": "0",
"from": "SAT San Antonio United States",
"to": "HOU William P Hobby Houston United States"
}
#All endpoint is same except it will include all ac instead of the one
],
"total": 1,
"ctime": 1615518197599
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment