v1

latestOpenAPI 3.0.1MIT2026-07-17201038.9 KB
bus

Bus schedules

Get bus schedules for a route

get/bus/routes/{route_id}/schedules

Path parameters

route_idstring required

Route id

Response

Successful Operation

daysstring

The days the schedule runs

directionstring

Direction id for the route. See Route object.

routestring

Route id

Example response

[
  {
    "days": "f",
    "stops": [
      {
        "stop_id": "laplat",
        "name": "La Plata Hall"
      }
    ]
  }
]