mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
.. | ||
departures.md | ||
journey-leg.md | ||
journeys.md | ||
location.md | ||
locations.md | ||
nearby.md | ||
radar.md | ||
readme.md | ||
writing-a-profile.md |
API documentation
journeys(from, to, [opt])
– get journeys between locationsjourneyLeg(ref, lineName, [opt])
– get details for a leg of a journeydepartures(station, [opt])
– query the next departures at a stationlocations(query, [opt])
– find stations, POIs and addresseslocation(id)
– get details about a locationnearby(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.