Jump to content

You're browsing the 2004-2023 VATSIM Forums archive. All content is preserved in a read-only fashion.
For the latest forum posts, please visit https://forum.vatsim.net.

Need to find something? Use the Google search below.
PLEASE READ - Webmaster Support Forum
This forum will be retired in the near future. Please direct all queries to our dedicated GitHub support page https://github.com/vatsimnetwork/developer-info/discussions 
Here you can find documentation on our services and we are continuing to migrate pertinent information into the Wiki pages https://github.com/vatsimnetwork/developer-info/wiki

Get filed flight plan's estimated departure time


Bence Bozi
 Share

Recommended Posts

Bence Bozi
Posted
Posted

Hello,

I would like to make a terminal program for vACCHUN where we can see the departures aircraft's data. (Departure airport, destination, estimated departure time etc.). My question is how can I get these data? On VATEUD website I found the following api which is good but this api doesn't contains the EDT.

 

 

http://api.vateud.net/online/departures/egll

http://api.vateud.net/online/arrivals/egll

 

Thank you for your answer!

Link to comment
Share on other sites

Alex Long
Posted
Posted

Their API doesn't appear to output the data you're looking for, so you're going to most likely have to code it yourself. This data is being pulled from the VATSIM Data File (http://vatsim.aircharts.org/vatsim-data.txt) via randomly selecting a server from the status file (https://status.vatsim.net/). The best way to get this data is to open and read the file and then split the data out and have it search for a match to your airports via the departure airports, then just output the fields you want.

   
Link to comment
Share on other sites

Bence Bozi
Posted
Posted

Thank you for your answer!

Link to comment
Share on other sites

 Share