mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-04-30 19:49:59 +03:00
10 lines
547 B
JSON
10 lines
547 B
JSON
{
|
|
"journeysEndpoint": "https://int.bahn.de/web/api/angebote/fahrplan",
|
|
"refreshJourneysEndpointTickets": "https://int.bahn.de/web/api/angebote/recon",
|
|
"refreshJourneysEndpointPolyline": "https://int.bahn.de/web/api/reiseloesung/verbindung",
|
|
"locationsEndpoint": "https://int.bahn.de/web/api/reiseloesung/orte",
|
|
"nearbyEndpoint": "https://int.bahn.de/web/api/reiseloesung/orte/nearby",
|
|
"tripEndpoint": "https://int.bahn.de/web/api/reiseloesung/fahrt",
|
|
"boardEndpoint": "https://int.bahn.de/web/api/reiseloesung/",
|
|
"defaultLanguage": "en"
|
|
}
|