> For the complete documentation index, see [llms.txt](https://docs.roote.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roote.ai/api/realtime/freefloat.md).

# Freefloat  🚥

This route will allow you to pick up all freefloating objects near your location.

{% hint style="success" %}
Works in all cities with at least one freefloating operator.
{% endhint %}

## Get Freefloat

<mark style="color:blue;">`GET`</mark> `https://api.roote.ai/api/realtime/:coords/freefloat/:mode?token=:token`

Tous les véhicules en freefloating à proximité serons affichés.

#### Path Parameters

| Name                                      | Type   | Description                                     |
| ----------------------------------------- | ------ | ----------------------------------------------- |
| :coords<mark style="color:red;">\*</mark> | string | <p>Latitude,Longitude<br>44.83301,-0.570184</p> |

#### Query Parameters

| Name                                     | Type   | Description        |
| ---------------------------------------- | ------ | ------------------ |
| :token<mark style="color:red;">\*</mark> | string | api.roote.ai token |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```javascript
[
    {
        "id": "dm9pOlNDT09URVI6YWJhYTc1YmItYmJiMi00NGRkLWJjOTItOWE0OTIwMWEzY2U4",
        "lat": 48.858333587646484,
        "lng": 2.3133206367492676,
        "battery": 82,
        "type": "SCOOTER",
        "attributes": [
        "ELECTRIC"
        ],
        "provider": {
        "name": "Voi"
        },
        "distance": 119
    },
    {
        "id": "A760001592",
        "lat": 48.858178,
        "lng": 2.310595,
        "battery": null,
        "type": "BIKE",
        "attributes": [],
        "provider": {
        "name": "Mobike"
        },
        "distance": 129
    },
    {
        "id": "anVtcDpCSUtFOjE3NDE2Mw==",
        "lat": 48.857958333333336,
        "lng": 2.3106466666666665,
        "battery": 68,
        "type": "BIKE",
        "attributes": [
        "GEARS",
        "ELECTRIC"
        ],
        "provider": {
        "name": "Jump"
        },
        "distance": 143
    }
]
```

{% endtab %}

{% tab title="204 Could not find a cake matching this query." %}

```javascript
{
    "message": "Aucun résultat."
}
```

{% endtab %}
{% endtabs %}

{% hint style="warning" %}
The radius is 400 metres around your position.
{% endhint %}

{% hint style="info" %}
You can obtain up to 50 results.
{% endhint %}

## What is freefloating ?&#x20;

{% embed url="<https://medium.com/roote/transport-public-free-floating-nouvelle-mobilite-durable-️-9b5052a3f22d>" %}
🇫🇷 Read about new micro-mobility 🛵
{% endembed %}
