Menu
API (v4)
Services
- Destinations
- Holidays
- Locations
- Routes
- Service Advisories
- Statuses
- Stop Features
- Stop Schedules
- Stops
- Streets
- System Messages
- Trip Planner
- Trip Schedules
- Variants
Other versions
Stop Schedules API
Returns the schedule information for the requested stop.
Valid URL Parameters
| start | The start time in YYYY-mm-ddTHH:MM:SS or HH:MM:SS format. Defaults to now. |
|---|---|
| end | The end time in YYYY-mm-ddTHH:MM:SS or HH:MM:SS format. Defaults to two hours after the start time. |
| route | The route or comma-delimited list of routes to display. By default, returns all routes at this stop. |
| max-results-per-route | The maximum number of scheduled stop times to return for each route at this stop. |
| usage |
The style of names to return.
|
|---|---|
| json-camel-case |
Return camelCase keys when returning data in JSON format.
|
Examples
Login to see sample results.
Identity
- stops/10064/schedule
- stops/10171/schedule?start=2025-11-05T14:00:42&route=D19
- stops/10066/schedule?start=2025-11-01T21:00:00
- stops/10641/schedule?route=FX3,D14
- stops/10641/schedule?max-results-per-route=2
- stops/10641/schedule?start=2025-10-29T23:00:00&end=02:00:00
- stops/10641/schedule?start=2025-10-29T23:00:00&end=2025-10-30T02:00:00
- stops/50633/schedule?start=06:00:00&end=07:15:00
- stops/10064/schedule?end=yesterday
- stops/10064/schedule?start=2025-10-29T15:00:00&end=2025-10-29T09:00:00
- stops/no-stop/schedule
Explore the API
Login to explore the Stop Schedules API.
Noteworthy Results
| stop | The stop that the schedule information is for. See the Stops service for more information. |
|---|---|
| route-schedules | A route schedule is returned for each route that observes the stop. |
| route-schedule/route | Basic route information. The xlink:href attribute points to the Routes service, which can be called for more information. |
| route-schedule/scheduled-stops | Each route-schedule contains a list of scheduled-stops. These contain information about when a bus on the given route will pass by the stop. |
| scheduled-stop/key | A unique identifier for this scheduled-stop. |
| scheduled-stop/trip-key | A unique identifier for the trip the bus is on. See the Trip Schedules service for more details. |
| scheduled-stop/cancelled | A boolean indicating whether this scheduled stop has been cancelled. |
| scheduled-stop/times/arrival/scheduled | The time that the bus is scheduled to arrive at the stop. |
| scheduled-stop/times/arrival/estimated | The current estimated arrival time of the bus at the stop. |
| scheduled-stop/times/departure/scheduled | The time that the bus is scheduled to leave the stop. |
| scheduled-stop/times/departure/estimated | The current estimated time that the bus will leave the stop. |
| scheduled-stop/variant | The variant of the route which the passing bus belongs to. See the Variants service for more information. |
| scheduled-stop/bus | Information about the passing bus. Will typically be present in today's schedule results and omitted for past and future dates. |
| bus/key | A unique identifier for the bus. |
| bus/bike-rack | Boolean field describing whether or not the bus has a bike rack. |
| bus/wifi | Boolean field describing whether or not the bus has wifi. |