Hello, I'm from Kayseri. I love the Citymapper app. I use it frequently when I'm in Istanbul.
I currently live in Kayseri. Kayseri Transport offers a two-way bus system and an over-surface metro. You can easily access bus station information with a simple GET request using the following API:
Here, "lineId" refers to the Bus ID, where "directions=1" provides the list of departure stations, and "directions=2" provides the list of return stations.
The Surface Metro API is similar, with a slight difference in the line ID. It starts from T1 and ends at T3. More details can be found on the same website.
By the way, this system is entirely free to use. However, if you need assistance or have questions, you can contact them at bilgi@kayseriulasim.com.
If you find that the website is in Turkish and you don't fully understand it, I can help you create a script to make these requests. Just let me know your requirements, and I'll assist you accordingly.
Hello, I'm from Kayseri. I love the Citymapper app. I use it frequently when I'm in Istanbul.
I currently live in Kayseri. Kayseri Transport offers a two-way bus system and an over-surface metro. You can easily access bus station information with a simple GET request using the following API:
https://www.kayseriulasim.com/OtobusTramvayHatlari/OtobusDuraklariHaritaJSON?lineId=99&&directions=1
Here, "lineId" refers to the Bus ID, where "directions=1" provides the list of departure stations, and "directions=2" provides the list of return stations.
You can find more information on these APIs on the Kayseri Ulaşım (Kayseri Transport) website: https://www.kayseriulasim.com/OtobusTramvayHatlariHatDetay/HatDetay/15/?HAT_TURU=bus&&HAT_YON=ARRIVAL
The Surface Metro API is similar, with a slight difference in the line ID. It starts from T1 and ends at T3. More details can be found on the same website.
By the way, this system is entirely free to use. However, if you need assistance or have questions, you can contact them at bilgi@kayseriulasim.com.
If you find that the website is in Turkish and you don't fully understand it, I can help you create a script to make these requests. Just let me know your requirements, and I'll assist you accordingly.
Regards.