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
Example response
[
{
"days": "f",
"stops": [
{
"stop_id": "laplat",
"name": "La Plata Hall"
}
]
}
]