mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 23:29:35 +02:00
13 lines
675 B
Markdown
13 lines
675 B
Markdown
# API documentation
|
||
|
||
- [`journeys(from, to, [opt])`](journeys.md) – get journeys between locations
|
||
- [`journeyLeg(ref, lineName, [opt])`](journey-leg.md) – get details for a leg of a journey
|
||
- [`departures(station, [opt])`](departures.md) – query the next departures at a station
|
||
- [`locations(query, [opt])`](locations.md) – find stations, POIs and addresses
|
||
- [`location(id)`](location.md) – get details about a location
|
||
- [`nearby(location, [opt])`](nearby.md) – show stations & POIs around
|
||
- [`radar(north, west, south, east, [opt])`](radar.md) – find all vehicles currently in a certain area
|
||
|
||
## Writing a profile
|
||
|
||
Check [the guide](writing-a-profile.md).
|