Skip to content
Discussion options

You must be logged in to vote

Hey, just wanted to ask if there's and endpoint anywhere, where I can fetch the restricted stations (https://vatsim-germany.org/controllers/restricted) from? Same with the S1 Tower (https://vatsim-germany.org/controllers/s1). Or do I have to implement those manually for my project? Thanks

You can fetch them from the Datahub. They used the repository here. There is a stations.json file at the bottom where all stations are combined into one JSON file. The JSON arguments should be:

S1 Tower: "s1_twr": true
and GCAP: "gcap_status": "1" or "gcap_status": "AFIS"

Hopefully this helps! 😄

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by LaLeX1491
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants