Böni Posted July 16 Posted July 16 Hello there Im working on a timetable application for the simrail-server. I got the full timetable over the API. But there is a lot of data i don't need and it slows the whole application down getting the data. My plan is to only get the data from a specific train-number, which i can select. Is there a way to get the data from only one Train? Is there an API to that which i could use? I tried to reverse-engineer some project of others but i coulnd't find a solution to my problem. Can anyone help me with this question? Thanks
Blendzior Posted July 16 Posted July 16 No need to reverse engineer 😅 https://wiki.simrail.eu/en/API/Timetable-endpoint https://api1.aws.simrail.eu:8082/api/getAllTimetables?serverCode=en1&train=1441
Recommended Posts