departure_platform
Find which platform a train departs from at a station. Returns the live platform when announced, otherwise the booked timetable platform flagged as 'booked'.
Instructions
Which platform one train leaves from. Live platforms are often announced only ~10 minutes before departure at large stations; until then the booked (timetable) platform is returned and flagged as 'booked'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Only trains calling at this station. | |
| time | No | Booked departure HH:MM (24h). Default: the next train. | |
| station | Yes | Station name or CRS code. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| service | Yes | ||
| station | Yes | ||
| platform | No | ||
| platform_source | No | ||
| minutes_to_departure | No | From now to the expected (else booked) departure. |