Car-sharing StationsStations d'auto partage
Stations d'auto partageCar-sharing Stations
This API provides the locations of car-sharing stations, published as open data by Toulouse Métropole in France. It offers geolocated information on where shared vehicles can be picked up or dropped off within the metropolitan area, and can be used to support mapping, mobility planning, or integration into transport applications.Localisation des stations d’autopartage
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (14 fields)
Click a field to see example values.
| Fill | Field | Type | Description |
|---|---|---|---|
| — | geo_point_2dGeo Point | geo_point_2d | — |
| — | geo_shapeShape | geo_shape | — |
| — | lib_voieLib voie | text | Nom de la rue |
| — | no | text | Numéro de la rue le plus proche où se situe l'emplacement spécifique |
| — | communeCommune | text | Nom de la commune |
| — | nb_placesNb places | int | Nombre de places |
| — | date_verifDate verif | text | — |
| — | coord_xCoord x | double | Longitude |
| — | coord_yCoord y | double | Latitude |
| — | code_postalPostal code | int | — |
| 54.4% | date_creationDate creation | text | — |
| 94.4% | quartier | int | — |
| 55.6% | quartier_residQuartier resid | text | — |
| 67.8% | territoire | text | — |
Schema captured from opendatasoft 7 days ago.
Query the data
Pick columns and a sort, then fetch a live preview straight from the source. Choose an API-filterable column (marked ▾) under “Where” to pick from its list of values.
Sample data (5 records)
Record 1no: 68 · commune: TOULOUSE
{
"no": "68",
"commune": "TOULOUSE",
"coord_x": 1.420134,
"coord_y": 43.599935,
"lib_voie": "BD JEAN BRUNHES",
"quartier": 19,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
1.420134171651864,
43.59993471339791
]
]
},
"properties": {}
},
"nb_places": 2,
"date_verif": "2025-10-01+02:00",
"territoire": "Territoire Centre",
"code_postal": 31300,
"geo_point_2d": {
"lat": 43.59993471339791,
"lon": 1.420134171651864
},
"date_creation": "2022-03-29+02:00",
"quartier_resid": "RAVELIN"
}Record 2no: 3 · commune: TOULOUSE
{
"no": "3",
"commune": "TOULOUSE",
"coord_x": 1.457659,
"coord_y": 43.621369,
"lib_voie": "RUE DU DR MARCEL BOUVIER",
"quartier": 4,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
1.457659349964256,
43.62136912227804
]
]
},
"properties": {}
},
"nb_places": 2,
"date_verif": "2026-06-03+02:00",
"territoire": null,
"code_postal": 31500,
"geo_point_2d": {
"lat": 43.62136912227804,
"lon": 1.457659349964256
},
"date_creation": null,
"quartier_resid": "BONNEFOY-BETEILLE"
}Record 3no: 8 · commune: TOULOUSE
{
"no": "8",
"commune": "TOULOUSE",
"coord_x": 1.445817,
"coord_y": 43.59538,
"lib_voie": "GRANDE-RUE NAZARETH",
"quartier": 1,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
1.445817251652846,
43.59538037064068
]
]
},
"properties": {}
},
"nb_places": 2,
"date_verif": "2026-06-23+02:00",
"territoire": null,
"code_postal": 31000,
"geo_point_2d": {
"lat": 43.59538037064068,
"lon": 1.4458172516528465
},
"date_creation": "2025-07-21+02:00",
"quartier_resid": "OZENNE"
}Record 4no: 260 · commune: TOULOUSE
{
"no": "260",
"commune": "TOULOUSE",
"coord_x": 1.397547,
"coord_y": 43.618279,
"lib_voie": "AV DE CASSELARDIT",
"quartier": 20,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
1.397546635359787,
43.61827868792629
]
]
},
"properties": {}
},
"nb_places": 2,
"date_verif": "2026-06-23+02:00",
"territoire": null,
"code_postal": 31300,
"geo_point_2d": {
"lat": 43.61827868792629,
"lon": 1.3975466353597874
},
"date_creation": "2025-11-10+01:00",
"quartier_resid": null
}Record 5no: 16 · commune: TOULOUSE
{
"no": "16",
"commune": "TOULOUSE",
"coord_x": 1.447647,
"coord_y": 43.585248,
"lib_voie": "GRANDE-RUE SAINT MICHEL",
"quartier": 5,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
1.447647467444647,
43.5852477730526
]
]
},
"properties": {}
},
"nb_places": 2,
"date_verif": "2026-06-25+02:00",
"territoire": null,
"code_postal": 31400,
"geo_point_2d": {
"lat": 43.5852477730526,
"lon": 1.4476474674446471
},
"date_creation": "2025-09-29+02:00",
"quartier_resid": "GORP"
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Configuration
- Base URL
- https://data.toulouse-metropole.fr/api/explore/v2.1/catalog/datasets/stations-d-auto-partage
License
- ✓ Redistributable
- ✓ Attribution required
Query examples
curl -s 'https://data.toulouse-metropole.fr/api/explore/v2.1/catalog/datasets/stations-d-auto-partage/records?limit=20' -H 'Accept: application/json'First 20 records of the dataset as JSON.
Uses the Opendatasoft Explore v2.1 syntax — supports select, where, group_by and order_by.
Rate limits
Dataset
Volume & freshness
License
No license declared upstream.
Source: opendatasoft
Machine-readable & source
Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.