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

VATSIM data API documentation?


Jeff Thomas
 Share

Recommended Posts

Jeff Thomas
Posted
Posted

Sorry been out of the VATSIM web development world for a couple years.

 

Where can I find docomeentation on all the web services provided by VATSIM? Is there a Git somewhere with all the docs/code examples/issues/etc?

 

I am specifically looking for a PIREP verification api that I could post a CID,CALLSIGN, DEPARTURE, ARRIVAL, and DATE to and have the api respond with yes/no and time online for that flight.

 

It would also be nice to be able to p[Mod - Happy Thoughts] a list to conserve connections.

Jeff Thomas

VP-IT

https://joinava.org

Link to comment
Share on other sites

David Zhong
Posted
Posted

Hopefully you'd remember from your past experience that the VATSIM datafeed is less than 100% reliable and that they don't recommend it for PIREP verification

 

As such, there is no official "PIREP verification API".

David Zhong

Link to comment
Share on other sites

Luke Kolin
Posted
Posted

1. Get a list of all your members' CIDs.

2. Pull down a ServInfo feed every three minutes, and if you see one of your members online, log it.

3. Wait for a PIREP to come in, see if you have track data for that CID/Departure/Arrival.

4. Profit!

 

As David points out, it's no substitute for a proper flight data recorder. There's two or three out there that everyone advertises as "custom ACARS".

 

Cheers!

... I spawn hundreds of children a day. They are daemons because they are easier to kill. The first four remain stubbornly alive despite my (and their) best efforts.

... Normal in my household makes you a member of a visible minority.

Link to comment
Share on other sites

  • 3 months later...
Jeff Thomas
Posted
Posted

Ok thanks for the hints on the PIREP verification system.

 

Now, how about the docomeentation for the current services?

 

Jeff

Jeff Thomas

VP-IT

https://joinava.org

Link to comment
Share on other sites

Luke Kolin
Posted
Posted
Now, how about the docomeentation for the current services?

 

Funny guy! You should have put a "thanks, I'm here all week" on the end, but it's Friday.

 

Seriously, it sounds like you're writing this from a VA perspective, I don't know any tangible services VATSIM offers beyond the Servinfo feed.

 

Cheers!

 

Luke

... I spawn hundreds of children a day. They are daemons because they are easier to kill. The first four remain stubbornly alive despite my (and their) best efforts.

... Normal in my household makes you a member of a visible minority.

Link to comment
Share on other sites

 Share