bus
Get specific stops
Get data for one or more stops
get/bus/stops/{stop_ids}
Path parameters
stop_idsstring[] required
Stop ids
Response
Successful Operation
Example response
{
"data": {
"stop_id": "laplat",
"title": "La Plata Hall",
"lat": -76.94563,
"long": 38.9922185
},
"count": 1
}Changes
Changed in 2 of the 12 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲