Get realtime status for a stop or line
get_realtime_statusObtain realtime status summary for a stop (counts of on-time, delayed, cancelled departures) or a line (active vehicles and delays).
Instructions
Get a realtime health summary. For a stop, pass stop_place_id: it summarizes how many upcoming departures are on time, delayed, or cancelled. For a line, pass line_id: it reports how many vehicles are currently active and their delays.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line_id | No | Line ID (e.g. 'ATB:Line:2_3', from get_departures) for a line-level summary | |
| stop_place_id | No | Stop Place ID for a stop-level summary |