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

12 lines
683 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",
2025-01-14 21:12:23 +00:00
"refreshJourneysEndpointTickets": "https://int.bahn.de/web/api/angebote/recon",
"refreshJourneysEndpointPolyline": "https://int.bahn.de/web/api/reiseloesung/verbindung",
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-18 01:16:57 +00:00
"tripEndpoint": "https://int.bahn.de/web/api/reiseloesung/fahrt",
"regioGuideTripEndpoint": "https://regio-guide.de/@prd/zupo-travel-information/api/public/ri/journey/",
2024-12-10 17:51:20 +00:00
"boardEndpoint": "https://regio-guide.de/@prd/zupo-travel-information/api/public/ri/board/",
"defaultLanguage": "en"
}