Skip to main content
GET
/
transit
/
stoptimetable
Scheduled Departures at a Stop
curl --request GET \
  --url 'https://api.511.org/transit/stoptimetable?api_key='
{
  "Siri": {
    "ServiceDelivery": {
      "StopTimetableDelivery": {
        "MonitoredStopVisit": [
          {
            "MonitoringRef": "18079",
            "MonitoredVehicleJourney": {
              "LineRef": "49",
              "DirectionRef": "outbound",
              "MonitoredCall": {
                "ExpectedArrivalTime": "2026-03-25T12:04:00-07:00"
              }
            }
          }
        ]
      }
    }
  }
}

Authorizations

api_key
string
query
required

511.org token query parameter.

Query Parameters

format
enum<string>
default:json

Desired response format. JSON is the default when omitted.

Available options:
json,
xml
operatorref
string
required

Current transit page casing for the operator reference. The PDF section 2.9 shows 'OperatorRef'.

monitoringref
string
required

Current transit page casing for the stop reference. The PDF section 2.9 shows 'MonitoringRef'.

lineref
string

Current transit page casing for the line reference. The PDF section 2.9 shows 'LineRef'.

starttime
string<date-time>

Optional departure-window start time in ISO-8601 format. The current transit page uses lowercase; the PDF section 2.9 uses StartTime.

endtime
string<date-time>

Optional departure-window end time in ISO-8601 format. The current transit page uses lowercase; the PDF section 2.9 uses EndTime.

Response

Scheduled stop visits in SIRI JSON or XML.

The response is of type object.