-
|
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? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
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: Hopefully this helps! 😄 |
Beta Was this translation helpful? Give feedback.
-
|
Ah okay, didn't know you're just fetching the JSONs from GitHub 😂 |
Beta Was this translation helpful? Give feedback.
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": trueand GCAP:
"gcap_status": "1"or"gcap_status": "AFIS"Hopefully this helps! 😄