get_approach_for_station
Retrieve real-time bus approach information for all active routes at a given Nagoya bus station, sorted by proximity of arriving buses.
Instructions
Get real-time bus approach information for all routes at a station.
Provides a list of routes that currently have activity at the specified station (either a recent passage time or at least one approaching bus), along with a URL for more details.
Routes that have neither a latest pass time nor any approaching buses are filtered out and are not included in the result. The remaining routes are sorted by the proximity of their approaching buses so that routes with the nearest approaching vehicles appear first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| station_number | Yes | The station number to query (e.g., 22460). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | バス停の接近情報のURL | |
| routes | Yes | 接近情報のある系統のリスト |