platform_departures
Retrieve the next trains departing from a specified station platform within the next two hours, including trains whose booked platform may still change.
Instructions
The next trains leaving from one platform in the next ~2 hours. A train whose live platform isn't announced yet is matched on its booked platform (platform_source 'booked'), which can still change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| station | Yes | Station name or CRS code. | |
| platform | Yes | Platform, e.g. '4' or '9B'. |
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. |