v1

latestOpenAPI 3.0.1MIT2026-07-17201038.9 KB
bus

View specific routes

Get route data for one or more routes

get/bus/routes/{route_ids}

Path parameters

route_idsstring[] required

Route ids

Response

Successful Operation

countnumber

Number of routes returned

Example response

{
  "data": {
    "route_id": "701",
    "title": "701 UMB BioPark",
    "stops": [
      {
        "stop_id": "laplat",
        "title": "La Plata Hall",
        "lat": -76.94563,
        "long": 38.9922185
      }
    ],
    "directions": [
      {
        "direction_id": "ramsapts",
        "title": "Ramsay St Apts"
      }
    ],
    "lat_max": 39.2995236,
    "lat_min": 39.28301,
    "long_max": -76.620848,
    "long_min": -76.6320545
  },
  "count": 1
}