REST API
Download Stops GeoJSON
{
"type": "FeatureCollection",
"features": [
{
"geometry": {
"coordinates": [
-76.449313,
41.00196
],
"type": "Point"
},
"properties": {
"name": "Corner East/5th",
"stopKey": "cornerEast5th"
},
"type": "Feature"
},
...
]
}{
"message": "Error retrieving stops GeoJSON."
}Download Loops GeoJSON
Upload Stops GeoJSON
Headers
Name
Type
Description
Request Body
Name
Type
Description
Upload Loops GeoJSON
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Last updated