REALTIME ✅

api.roote.ai/api/realtime

Mode

Slug

Train

Train

RER

RER

Metro

Subway

Tramway

Tramway

Bus

Bus

Bateau

Boat

Voiture

Car

Scooter

Motorscooter

Station

Station

Vélo

Bike

Trottinette

Scooter

Using the REALTIME in queries

GET https://devs.roote.ai/api/realtime/:coords/:mode?token=:token

Replace the :token parameter with the active token of the devs.roote.ai account

Path Parameters

Name
Type
Description

:coords*

string

Latitude,Longitude 44.83301,-0.570184

:service*

string

REALTIME MODE

Query Parameters

Name
Type
Description

:token*

string

Active account token devs.roote.ai

[
    {
    "id": 625,
    "name": "Lionel",
    "lat": 44.834918,
    "lng": -0.568368,
    "battery": 88,
    "distance": 256
    },
    {
    "id": 693,
    "name": "Laurence",
    "lat": 44.835482,
    "lng": -0.568165,
    "battery": 86,
    "distance": 318
    }
]

Dernière mise à jour