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
}