Stations ๐
This route will take you to all the self-service stations near your location.
Get Stations
GET
https://api.roote.ai/api/realtime/:coords/freefloat/station?token=:token
Localisation des stations de vรฉlos en libre-service.
Query Parameters
Name
Type
Description
:coords
string
Lat & Lng of your location. 48.8555,2.3447
:token
string
Your token devs.roote.ai
[
{
"id": "dmVsaWI6U1RBVElPTjo4MDQw",
"lat": 48.870103359864174,
"lng": 2.3043501377105713,
"battery": null,
"type": "STATION",
"attributes": null,
"availableVehicles": 2,
"availableStands": 30,
"isVirtual": false,
"provider": {
"name": "Velib",
"slug": "velib",
"website": "https://www.velib-metropole.fr/",
"deepLink": {
"android": null,
"ios": null
}
},
"distance": 120
},
{
"id": "dmVsaWI6U1RBVElPTjo4MTA1",
"lat": 48.86951797934417,
"lng": 2.302426218841562,
"battery": null,
"type": "STATION",
"attributes": null,
"availableVehicles": 24,
"availableStands": 7,
"isVirtual": false,
"provider": {
"name": "Velib",
"slug": "velib",
"website": "https://www.velib-metropole.fr/",
"deepLink": {
"android": null,
"ios": null
}
},
"distance": 190
}
]
Derniรจre mise ร jour
Cet article vous a-t-il รฉtรฉ utile ?