| name | data type | description |
|---|---|---|
| stations | array of BikeRentalStation |
Example
{
"stations" : [ {
"id" : "...",
"y" : 12345.0,
"x" : 12345.0,
"bikesAvailable" : 12345,
"spacesAvailable" : 12345,
"allowDropoff" : true,
"isFloatingBike" : true,
"isCarStation" : true,
"networks" : [ "...", "..." ],
"realTimeData" : true,
"name" : "..."
}, {
"id" : "...",
"y" : 12345.0,
"x" : 12345.0,
"bikesAvailable" : 12345,
"spacesAvailable" : 12345,
"allowDropoff" : true,
"isFloatingBike" : true,
"isCarStation" : true,
"networks" : [ "...", "..." ],
"realTimeData" : true,
"name" : "..."
} ]
}