Live Flight

Description

Get your own live flight data object.

Endpoint

GET / POST https://api.simtoolkitpro.co.uk/api/v1/live-flight

Parameters

token - Your API key

Response

{
   "Type":"OK",
   "Data":{
      "id":"577463113",
      "flight":"EZS1019",
      "phase":"Cruise",
      "lat":"41.8289741116852",
      "lon":"-1.64369984144848",
      "head":"23",
      "speed":"463",
      "alt":"33520",
      "dep":"GMMX",
      "dest":"LFSB",
      "nick":"....",
      "ident":"a13e6a1f7d9a260b25b70291cd401543",
      "updated":"2020-12-28 01:02:15",
      "af":"A320",
      "uid":"....",
      "ete_mins":"67",
      "route":"GMMX\/28 OBOG4D OBOGA UG850 VALBA UZ801 TOLSI UG5 KORIS UL27 MAR UN871 KINNI UZ67 KORED UN871 KONOL Z59 LUMEL LUME8K LFSB\/15",
      "progress_pct":"57",
      "sim":null
   }
}

Rate Limiting

Due to data update rates this endpoint is limited to 1 call every 10 seconds per API key.