plan_journey
Plan a rail journey between two stations, with up to six changes and options sorted by duration and simplicity. Includes Cross-London transfer links and live delay warnings for today's trains.
Instructions
Plan journeys between two stations, with changes up to max_changes. Returns the fastest options first plus the fewest-changes option. Cross-London transfers between terminals are included as approximate walk/Tube links. For today's trains in the next two hours, live Darwin times are added and at-risk connections flagged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| via | No | Force a change at this station. | |
| date | No | YYYY-MM-DD, 'today' or 'tomorrow'. | |
| live | No | Overlay Darwin live times for today. | |
| time | No | Depart at or after HH:MM. Default now. | |
| count | No | ||
| origin | Yes | Start station name or CRS code. | |
| destination | Yes | End station name or CRS code. | |
| max_changes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| origin | Yes | ||
| journeys | Yes | ||
| destination | Yes | ||
| searched_from | Yes | ||
| interchanges_considered | No |