Skip to main content
GET
/
transit
/
stopplaces
Stop Places
curl --request GET \
  --url 'https://api.511.org/transit/stopplaces?api_key='
{
  "Siri": {
    "ServiceDelivery": {
      "DataObjectDelivery": {
        "dataObjects": {
          "SiteFrame": {
            "stopPlaces": {
              "StopPlace": [
                {
                  "id": "18079",
                  "Name": "Mission St & 16th St"
                }
              ]
            }
          }
        }
      }
    }
  }
}

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
operator_id
string
required

Operator or agency identifier.

stop_id
string

Stop identifier.

Response

Stop places in JSON or XML.

The response is of type object.