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

13 lines
702 B
JSON
Raw Normal View History

2024-12-21 23:04:05 +00:00
{
2025-10-21 17:25:40 +00:00
"journeysEndpoint": "https://app.services-bahn.de/mob/angebote/fahrplan",
"bestpriceEndpoint": "https://app.services-bahn.de/mob/angebote/tagesbestpreis",
"refreshJourneysEndpointTickets": "https://app.services-bahn.de/mob/angebote/recon",
"refreshJourneysEndpointPolyline": "https://app.services-bahn.de/mob/trip/recon",
"locationsEndpoint": "https://app.services-bahn.de/mob/location/search",
"stopEndpoint": "https://app.services-bahn.de/mob/location/details/",
"nearbyEndpoint": "https://app.services-bahn.de/mob/location/nearby",
"tripEndpoint": "https://app.services-bahn.de/mob/zuglauf/",
"boardEndpoint": "https://app.services-bahn.de/mob/bahnhofstafel/",
2024-12-21 23:04:05 +00:00
"defaultLanguage": "en"
}