mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-04-20 23:23:56 +03:00
11 lines
624 B
JSON
11 lines
624 B
JSON
{
|
|
"journeysEndpoint": "https://int.bahn.de/web/api/angebote/fahrplan",
|
|
"bestpriceEndpoint": "https://int.bahn.de/web/api/angebote/tagesbestpreis",
|
|
"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"
|
|
}
|