scooter ๐Ÿ›ด

This route allows you to pick up all the scooters near your location.

Get Scooters

GET https://api/roote.ai/api/realtime/:coords/freefloat/scooter?token=:token

Locate all nearby scooters (all brands).

Path Parameters

NameTypeDescription

:coords*

string

Latitude & Longitude 48.871051,2.3035782

Query Parameters

NameTypeDescription

:token*

string

Token api.roote.ai

[
    {
        "id": "A760000757",
        "lat": 48.869392,
        "lng": 2.302871,
        "battery": null,
        "type": "BIKE",
        "attributes": [],
        "provider": {
            "name": "Mobike"
        },
        "distance": 192
    },
    {
        "id": "anVtcDpCSUtFOjE2ODk2NA==",
        "lat": 48.870935,
        "lng": 2.3063633333333335,
        "battery": 77,
        "type": "BIKE",
        "attributes": [
            "GEARS",
            "ELECTRIC"
        ],
        "provider": {
            "name": "Jump"
        },
        "distance": 205
    }
]

Derniรจre mise ร  jour