Ryan Bentley 22 Posted April 10, 2020 Share Posted April 10, 2020 Watch this thread - Select "Follow" in the top-right to receive e-mail updates when the VATSIM API changes 1 Ryan Bentley VATSIM Senior Developer [email protected] Link to post Share on other sites
Ryan Bentley 22 Posted April 12, 2020 Author Share Posted April 12, 2020 VATSIM API Update 12/04/2020 API users with the correct role can now append comments to a users profile (add_comment) A comment is automatically appended to a members profile when update_via_division is called. The message includes the fields which have been updated. Ryan Bentley VATSIM Senior Developer [email protected] Link to post Share on other sites
Ryan Bentley 22 Posted April 25, 2020 Author Share Posted April 25, 2020 VATSIM API Update 25/04/2020 rating_times now correctly reports the users controlling and pilot hours. 2 Ryan Bentley VATSIM Senior Developer [email protected] Link to post Share on other sites
Ryan Bentley 22 Posted May 15, 2020 Author Share Posted May 15, 2020 VATSIM API Update 15/05/2020 Added /connections/ endpoint to member ratings. This returns paginated results detailing the users connections to the network. Added regions, divisions, subdivision APIs to allow better listing of members and future features Check out the Swagger browser to see everything! 3 Ryan Bentley VATSIM Senior Developer [email protected] Link to post Share on other sites
Ryan Bentley 22 Posted May 21, 2020 Author Share Posted May 21, 2020 VATSIM API Update 21/05/2020 Added /flight_plans/ endpoint to member ratings. This returns paginated results detailing the users flight plans. Check out the Swagger browser to see everything! Ryan Bentley VATSIM Senior Developer [email protected] Link to post Share on other sites
Ryan Bentley 22 Posted June 24, 2020 Author Share Posted June 24, 2020 VATSIM API Update 24/06/2020 Added /atcsessions/ endpoint to member ratings. This returns paginated results detailing the users time controlling all the position types on the network. You can add some filters to this, for example https://api.vatsim.net/api/ratings/1375048/atcsessions/?page_size=100 will show the last 100 ATC sessions, or you could add a search to it like this: https://api.vatsim.net/api/ratings/1375048/atcsessions/EGKK/?page_size=100 or https://api.vatsim.net/api/ratings/1375048/atcsessions/TWR/?page_size=100ETC. Switched to using PATCH instead of PUT for updating a members details. PUT will later be used for full instead of partial replacements. Check out the Swagger browser to see everything! Ryan Bentley VATSIM Senior Developer [email protected] Link to post Share on other sites
Ryan Bentley 22 Posted December 2, 2020 Author Share Posted December 2, 2020 VATSIM API Update 01/12/2020 Added the ability to filter atcsessions by "date", facility type (including sector splits), and to specify a "start" parameter to view all sessions after a certain date. You can now view by facility type, eg: https://api.vatsim.net/api/ratings/1240411/atcsessions/EGLL_APP/ - this will show things like EGLL_N_APP, EGLL_S_APP, EGLL_APP You can also just query by type: https://api.vatsim.net/api/ratings/1240411/atcsessions/APP/ You can add either the "date" or "start" parameter to the query.https://api.vatsim.net/api/ratings/1240411/atcsessions/EGLL_APP/?date=2020-09-18 - this will show any EGLL_APP position controlled on that datehttps://api.vatsim.net/api/ratings/1240411/atcsessions/EGLL_APP/?start=2020-09-18 - this will show any EGLL_APP position controlled on or after that date. Ryan Bentley VATSIM Senior Developer [email protected] Link to post Share on other sites
Ryan Bentley 22 Posted April 1 Author Share Posted April 1 VATSIM API Update 31/03/2021 Authorised users (those of you that use tokens) can now see a users e-mail address in all ratings endpoints. Ryan Bentley VATSIM Senior Developer [email protected] Link to post Share on other sites
Ryan Bentley 22 Posted April 11 Author Share Posted April 11 VATSIM API Update 11/04/2021 Added lastratingchange field to ratings endpoints. Ryan Bentley VATSIM Senior Developer [email protected] Link to post Share on other sites
Recommended Posts