Bicycle parkingStationnement vélo
Stationnement véloBicycle parking
This dataset provides the locations of bicycle parking facilities, published via the Toulouse Métropole open data portal. It lists the geographic position of stands and racks intended for cyclists, allowing users to identify where bicycles can be securely left within the area covered. The data is made freely accessible without authentication and can support mapping, urban planning, or cycling-related applications.Localisation des emplacements de stationnement pour les vélos.
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (13 fields)
Click a field to see example values.
| Fill | Field | Type | Description |
|---|---|---|---|
| — | geo_point_2dGeo Point | geo_point_2d | Geographic coordinates (latitude/longitude) of the bike parking location.Geographic coordinates (latitude/longitude) of the bike parking location. |
| — | geo_shapeShape | geo_shape | Geometric shape representing the bike parking location.Geometric shape representing the bike parking location. |
| — | lib_voieLib voie | text | Name of the street where the facility is located.Nom de la rue |
| — | no | text | Nearest street number to the parking location.Numéro de la rue le plus proche où se situe l'emplacement spécifique |
| — | communeCommune | text | Name of the municipality.Nom de la commune |
| — | nb_placesNb places | int | Number of bike parking spaces available.de places Longueur |
| — | coord_xCoord x | double | Longitude coordinate of the location.Longitude |
| — | coord_yCoord y | double | Latitude coordinate of the location.Latitude |
| — | code_postalPostal code | int | Postal code of the location.Postal code of the location. |
| — | quartier | int | Numeric code identifying the district.Numeric code identifying the district. |
| 59.2% | quartier_residQuartier resid | text | Name of the residential district.Name of the residential district. |
| 91.2% | territoire | text | Name of the broader territory or area.Name of the broader territory or area. |
| 11.8% | date_creationDate creation | text | Date the parking facility record was created.Date the parking facility record was created. |
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: 94 · commune: TOULOUSE
{
"no": "94",
"commune": "TOULOUSE",
"coord_x": 1.433557,
"coord_y": 43.621629,
"lib_voie": "RUE DU GENERAL BOURBAKI",
"quartier": 8,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
1.433556764287133,
43.621629194224006
]
]
},
"properties": {}
},
"nb_places": 6,
"territoire": "Territoire Nord",
"code_postal": 31200,
"geo_point_2d": {
"lat": 43.621629194224006,
"lon": 1.4335567642871334
},
"date_creation": null,
"quartier_resid": "ARNAUNE"
}Record 2no: 7 · commune: TOULOUSE
{
"no": "7",
"commune": "TOULOUSE",
"coord_x": 1.432329,
"coord_y": 43.623424,
"lib_voie": "RUE BERNARD PALISSY",
"quartier": 8,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
1.432328957316884,
43.62342382841059
]
]
},
"properties": {}
},
"nb_places": 2,
"territoire": null,
"code_postal": 31200,
"geo_point_2d": {
"lat": 43.62342382841059,
"lon": 1.4323289573168845
},
"date_creation": null,
"quartier_resid": "ARNAUNE"
}Record 3no: 11 · commune: TOULOUSE
{
"no": "11",
"commune": "TOULOUSE",
"coord_x": 1.453337,
"coord_y": 43.617441,
"lib_voie": "RUE JOUBERT",
"quartier": 4,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
1.453337281600737,
43.61744128209443
]
]
},
"properties": {}
},
"nb_places": 6,
"territoire": null,
"code_postal": 31500,
"geo_point_2d": {
"lat": 43.61744128209443,
"lon": 1.4533372816007375
},
"date_creation": null,
"quartier_resid": "BONNEFOY-BETEILLE"
}Record 4no: 66 · commune: TOULOUSE
{
"no": "66",
"commune": "TOULOUSE",
"coord_x": 1.457383,
"coord_y": 43.620028,
"lib_voie": "RUE DU FAUBOURG BONNEFOY",
"quartier": 4,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
1.457383347089201,
43.620028468431514
]
]
},
"properties": {}
},
"nb_places": 8,
"territoire": null,
"code_postal": 31500,
"geo_point_2d": {
"lat": 43.620028468431514,
"lon": 1.4573833470892008
},
"date_creation": null,
"quartier_resid": "BONNEFOY-BETEILLE"
}Record 5no: 1 · commune: TOULOUSE
{
"no": "1",
"commune": "TOULOUSE",
"coord_x": 1.460822,
"coord_y": 43.618054,
"lib_voie": "CHE MAURICE",
"quartier": 4,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
1.460821933602754,
43.618054094763345
]
]
},
"properties": {}
},
"nb_places": 2,
"territoire": null,
"code_postal": 31500,
"geo_point_2d": {
"lat": 43.618054094763345,
"lon": 1.4608219336027541
},
"date_creation": null,
"quartier_resid": "BONNEFOY-BETEILLE"
}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/stationnement-velo
License
- ✓ Redistributable
- ✓ Attribution required
Query examples
curl -s 'https://data.toulouse-metropole.fr/api/explore/v2.1/catalog/datasets/stationnement-velo/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.