bus
Get arrivals for a stop for a route
Get arrivals for a stop for a route
get/bus/routes/{route_id}/arrivals/{stop_id}
Path parameters
route_idstring required
Route id
stop_idstring required
Stop id
Response
Successful Operation
Example response
{
"copyright": "All data copyright University of Maryland 2021.",
"predictions": {
"routeTag": "104",
"stopTag": "regdrgar_d",
"routeTitle": "104 College Park Metro",
"agencyTitle": "University of Maryland",
"dirTitleBecauseNoPredictions": "College Park Metro",
"message": [
{
"priority": "Normal"
}
]
}
}