mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
738 B
738 B
API documentation
journeys(from, to, [opt])
– get journeys between locationstrip(id, lineName, [opt])
– get details for a tripdepartures(station, [opt])
– query the next departures at a stationarrivals(station, [opt])
– query the next arrivals at a stationlocations(query, [opt])
– find stations, POIs and addressesstation(id, [opt])
– get details about a stationnearby(location, [opt])
– show stations & POIs aroundradar(north, west, south, east, [opt])
– find all vehicles currently in a certain area
Writing a profile
Check the guide.