Providers ⚙️
This route will allow you to retrieve all vehicles of a brand near your location.
Works in all cities with at least one freefloating operator.
Get Providers
GET
https://api.roote.ai/api/realtime/:coords/:provider?token=:token
Affiche les véhicules d'une marque en particulier.
Path Parameters
Name
Type
Description
:coords*
string
Latitude,Longitude 48.8589101,2.3119548
:provider*
string
Among the list of suppliers
Query Parameters
Name
Type
Description
:token*
string
Token api.roote.ai
[
{
"id": 344,
"name": "Alicia",
"lat": 44.87534,
"lng": -0.545555,
"battery": 83,
"distance": 64
},
{
"id": 626,
"name": "Mia",
"lat": 44.874393,
"lng": -0.549393,
"battery": 45,
"distance": 88
},
{
"id": 541,
"name": "Matt",
"lat": 44.875133,
"lng": -0.553293,
"battery": 57,
"distance": 144
},
{
"id": 620,
"name": "Noémie",
"lat": 44.872645,
"lng": -0.546712,
"battery": 92,
"distance": 575
}
]
Dernière mise à jour
Cet article vous a-t-il été utile ?