find_buses_by_arrival_time
Find bus schedules arriving at a stop by a specific time. Enter boarding and alighting stops and target arrival time to plan your journey.
Instructions
Find scheduled buses that board at stop_a and arrive at stop_b by the given time.
Parameters: stop_a: Boarding stop (NaPTAN code or name). stop_b: Alighting stop (NaPTAN code or name). arrive_by: Target arrival time (HH:MM, 24h format). day: Optional day filter: mon, tue, wed, thu, fri, sat, sun. Defaults to today.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | No | ||
| stop_a | Yes | ||
| stop_b | Yes | ||
| arrive_by | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |