This repository was archived by the owner on Jun 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
from time import mktime
7
7
8
8
api_key = "5af1beca494712ed38d313714d4caff6"
9
- query_url_name = "https://www.mvg.de/fahrinfo/ api/location/queryWeb?q={name}" #for station names
10
- query_url_id = "https://www.mvg.de/fahrinfo/ api/location/query?q={id}" #for station ids
11
- departure_url = "https://www.mvg.de/fahrinfo/ api/departure/{id}?footway=0"
12
- nearby_url = "https://www.mvg.de/fahrinfo/ api/location/nearby?latitude={lat}&longitude={lon}"
13
- routing_url = "https://www.mvg.de/fahrinfo/ api/routing/?"
9
+ query_url_name = "https://www.mvg.de/api/fahrinfo /location/queryWeb?q={name}" #for station names
10
+ query_url_id = "https://www.mvg.de/api/fahrinfo /location/query?q={id}" #for station ids
11
+ departure_url = "https://www.mvg.de/api/fahrinfo /departure/{id}?footway=0"
12
+ nearby_url = "https://www.mvg.de/api/fahrinfo /location/nearby?latitude={lat}&longitude={lon}"
13
+ routing_url = "https://www.mvg.de/api/fahrinfo /routing/?"
14
14
interruptions_url = "https://www.mvg.de/.rest/betriebsaenderungen/api/interruptions"
15
15
16
16
You can’t perform that action at this time.
0 commit comments