
Ryan Bentley
VATSIM Developer-
Content Count
42 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Calendar
Articles
Blogs
Everything posted by Ryan Bentley
-
London Control frequencies become very chaotic with almost every transmission being stepped-on during peak hours, especially in the past week. Credit to the controllers that they stick with it and don't simply log off!
-
Missing controller sessions in atcsessions API call
Ryan Bentley replied to Kurt Ernstsen's topic in VATSIM API
We do not yet have a solution but I will update you if this changes. -
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/atcses
-
For me, I joined a small Discord group and made some friends there and barraged them with questions. It was less of structured / serious environment. Casual learning in a quiet environment. You can view some groups here: Groups - VATSIM Community
-
Missing controller sessions in atcsessions API call
Ryan Bentley replied to Kurt Ernstsen's topic in VATSIM API
It seems that this information is present in the connections table but not present in the atcsessions table which would indicate the issue lies within FSD. I will look into this further and update you. In the mean time, you can see the connection here: https://api.vatsim.net/api/ratings/1366052/connections/ -
Yes, certain endpoints are public and do not require token authentication.
-
I've rebuilt the search index for you. Can you see if it works for you now?
-
This task is not possible until we are fully off the old system, as it requires rearchitecting some backend stuff. We are slowly moving towards this goal, I can see this feature being possible within 2-3 months. Will keep you updated on this thread.
-
Viewing all of the ATC Sessions of a member Issue a GET request to one of these URLS: https://api.vatsim.net/api/ratings/<cid>/atcsessions/ You can search for different callsign or position types too like this: https://api.vatsim.net/api/ratings/<cid>/atcsessions/TWR/ https://api.vatsim.net/api/ratings/<cid>/atcsessions/EGKK/ Examples: https://api.vatsim.net/api/ratings/1375048/atcsessions/LSGG/ 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
-
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 fo
-
Different with time on stats.vatsim.net
Ryan Bentley replied to Nikita Grishin's topic in VATSIM API
Due to the way the old system (PHP) handles math and FPs differently, there is nothing much we can do. -
If there is a date present in this field, that is the date the user is due to be unsuspended.
-
Hi, You can also try using the API https://api.vatsim.net/api/ratings/1469468/flight_plans/
-
So you want to have a flag for active/not-active instead of rating 0? Things like this are not possible at the moment due to not being able to alter the database schema until we've fully migrated from the old stuff.
-
Subdivisions can now access a memberlist, you have to have authorization from the subdivision director to have a token for this. You can ask them to send me an e-mail (in my signature) for this.
-
Hi, You can use these settings: https://forums.vatsim.net/vatsim-connect-error for VATSIM Auth Requirements URL full_name vatsim_details email for VATSIM Auth Scope
-
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!
-
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!
-
We're working on this, will have it back up and running within a few weeks.
-
API has different return values with statistics center
Ryan Bentley replied to Qiushi Jin's topic in VATSIM API
Hi, can you give it another shot now? -
API has different return values with statistics center
Ryan Bentley replied to Qiushi Jin's topic in VATSIM API
This issue has now been resolved. -
VATSIM API Update 25/04/2020 rating_times now correctly reports the users controlling and pilot hours.
-
Viewing all of the members in your region, division, subdivision divdb replacement Issue a GET request to one of these URLS: https://api.vatsim.net/api/regions/<region_id>/members/ https://api.vatsim.net/api/divisions/<division_id>/members/ https://api.vatsim.net/api/subdivisions/<subdivision_id>/members/ You must have the correct token permissions to use these endpoints. Returned Response: JSON object containing the following fields: id, rating, pilotrating, name_first, name_last, age, countystate, country, susp_date, reg_date, region, division, subd
-
Any friendly air traffic community across US?
Ryan Bentley replied to Ruslan Demchenko's topic in Pilot Talk
You can try a Virtual Airline that accepts newbies or a newbie friendly group. Check out these forums: https://forums.vatsim.net/forum/319-virtual-airlines/ https://forums.vatsim.net/forum/356-groups/ -
API has different return values with statistics center
Ryan Bentley replied to Qiushi Jin's topic in VATSIM API
Yep, if you read the discussion above, we are already aware of the issue.