Skip to content

Change Public Transport Api

SocksOnHead edited this page Jul 21, 2025 · 3 revisions

Previous Page: HomeAPI-Setup


DISCLAIMER: Advanced, avoid if you aren't good at C#

Open the project in preferrable IDE and edit those files:

Update:

Replace:

When it comes to the response model, you can simply try to make a request to their endpoint and copy the JSON. For less pain in the ass, use https://json2csharp.com/ or other tool to recreate the model from JSON.

Clone this wiki locally