db-vendo-client/p/db/base.json

9 lines
413 B
JSON
Raw Normal View History

2021-01-14 20:31:31 +01:00
{
2024-12-07 16:16:31 +00:00
"journeysEndpoint": "https://int.bahn.de/web/api/angebote/fahrplan",
"refreshJourneysEndpoint": "https://int.bahn.de/web/api/angebote/recon",
2024-12-07 18:29:16 +00:00
"locationsEndpoint": "https://int.bahn.de/web/api/reiseloesung/orte",
"nearbyEndpoint": "https://int.bahn.de/web/api/reiseloesung/orte/nearby",
2024-12-10 17:51:20 +00:00
"boardEndpoint": "https://regio-guide.de/@prd/zupo-travel-information/api/public/ri/board/",
"defaultLanguage": "en"
}