timetable
Retrieve planned train times at any station for a chosen date, helping plan future journeys with filters for time, origin, and destination.
Instructions
Booked train times at a station for any date the timetable covers (usually months ahead). Use for future trips; for right now prefer live_departures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Only trains later calling here. | |
| date | No | YYYY-MM-DD, 'today' or 'tomorrow'. | |
| rows | No | ||
| time | No | Start time HH:MM (24h). Default: now today, else the whole day. | |
| board | No | departures | |
| station | Yes | Station name or CRS code. | |
| from_station | No | Only trains earlier calling here. | |
| window_minutes | No | ||
| include_calling_points | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| board | Yes | ||
| filter | No | ||
| source | Yes | ||
| station | Yes | ||
| messages | No | Station/network alerts. | |
| services | Yes | ||
| platform_available | No | False if the live feed publishes no platforms for this station. |