bike ๐Ÿšฒ

This route allows you to pick up any frefloating bikes near your location.

Get Bikes

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

Locate all nearby freefloating bikes (all brands).

Path Parameters

NameTypeDescription

:coords

string

Latitude & Longitude 48.871051,2.3035782

:token

string

Token api.roote.ai

[
        {
                "id": "A760001911",
                "lat": 48.871297,
                "lng": 2.303498,
                "battery": null,
                "type": "BIKE",
                "attributes": [],
                "provider": {
                "name": "Mobike"
                },
                "distance": 28
        },
        {
                "id": "anVtcDpCSUtFOjE1OTExNg==",
                "lat": 48.874245,
                "lng": 2.30449,
                "battery": 61,
                "type": "BIKE",
                "attributes": [
                "GEARS",
                "ELECTRIC"
                ],
                "provider": {
                "name": "Jump"
                },
                "distance": 361
        }
]

Derniรจre mise ร  jour