v1

latestOpenAPI 3.0.1MIT2026-07-17201038.9 KB
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

copyrightstring

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"
      }
    ]
  }
}