get_departures
Retrieve real-time departures for a station using its EVA number, including delays, platform changes, cancellations, and added trips.
Instructions
Get the timetable for a station within one hour slice, including real-time data: delays (delay_minutes), platform changes, cancellations, and added trips such as replacement buses. Defaults to the current date and hour.
Args: eva_no: EVA number of the station (e.g. "8000001" for Aachen Hbf). Use find_station to look it up. date: Day in YYMMDD format (e.g. "260713"). Defaults to today. hour: Hour in HH format, 00-23. Defaults to the current hour.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| hour | No | ||
| eva_no | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |