get_departures
Retrieve real-time departure predictions, vehicle countdowns, and stop alerts for any Metro Transit stop by stop ID or by route, direction, and place code.
Instructions
Get real-time departure predictions, vehicle countdowns, and stop alerts for a Metro Transit stop or station. You can query either by a 4-5 digit Stop ID, or by Route ID + Direction ID + Place Code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stop_id | No | The 4-to-5 digit Stop ID (posted on bus stop signs and train platforms, e.g. 51408 for Nicollet Mall Station). | |
| route_id | No | Route ID (e.g. '902' for Green Line). | |
| place_code | No | Station place code (e.g. '5SNI', 'TF1', 'WARE', from get_route_stops). | |
| direction_id | No | Direction ID (0 or 1). |