c0mm0.com — the continuously verified register of European data

Register record·API·FR·Updated WeeklyVERIFIED · checked 15h ago
S

Stationnement des deux roues motorisés

APIQuery nowOpen workbenchSubscribe🇫🇷France

Localisation des places de stationnement réservé aux deux roues motorisés sur le territoire. Le terme deux-roues motorisés (2RM) représente l’ensemble des véhicules à deux roues et à propulsion mécanique, quelle que soit l’énergie de propulsion.

42
fair

Weighted across five axes. Tap a ring for what it measures.

Data schema (14 fields)

Filterable via the API (12)
lib_voienosuffixecommunenb_placescoord_xcoord_ycode_postalquartierterritoiredate_creationquartier_resid

Click a field to see example values.

FillFieldTypeDescription
geo_point_2dGeo Pointgeo_point_2d
geo_shapeShapegeo_shape
lib_voieFilterable via the APILib voietextNom de la rue
noFilterable via the APItextNuméro de la rue le plus proche où se situe l'emplacement spécifique
suffixeFilterable via the APItext
communeFilterable via the APICommunetextNom de la commune
nb_placesFilterable via the APINb placesintNombre de places
coord_xFilterable via the APICoord xdoubleLongitude
coord_yFilterable via the APICoord ydoubleLatitude
code_postalFilterable via the APIPostal codeint
93.6%quartierFilterable via the APIint
95.6%territoireFilterable via the APItext
35.1%date_creationFilterable via the APIDate creationtext
69.3%quartier_residFilterable via the APIQuartier residtext

Schema captured from opendatasoft 20 hours 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: 136 · commune: TOULOUSE
{
  "no": "136",
  "commune": "TOULOUSE",
  "coord_x": 1.449386,
  "coord_y": 43.635859,
  "suffixe": null,
  "lib_voie": "CHE DE LANUSSE",
  "quartier": 9,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "MultiPoint",
      "coordinates": [
        [
          1.449386209322981,
          43.635858883394604
        ]
      ]
    },
    "properties": {}
  },
  "nb_places": 4,
  "territoire": "Territoire Nord",
  "code_postal": 31200,
  "geo_point_2d": {
    "lat": 43.635858883394604,
    "lon": 1.4493862093229812
  },
  "date_creation": null,
  "quartier_resid": null
}
Record 2no: 5 · commune: TOULOUSE
{
  "no": "5",
  "commune": "TOULOUSE",
  "coord_x": 1.450056,
  "coord_y": 43.600944,
  "suffixe": "B",
  "lib_voie": "RUE JOSEPH DE MALARET",
  "quartier": 1,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "MultiPoint",
      "coordinates": [
        [
          1.450055883135071,
          43.600944176050966
        ]
      ]
    },
    "properties": {}
  },
  "nb_places": 6,
  "territoire": null,
  "code_postal": 31000,
  "geo_point_2d": {
    "lat": 43.600944176050966,
    "lon": 1.4500558831350712
  },
  "date_creation": "2025-02-14+01:00",
  "quartier_resid": "WILSON"
}
Record 3no: 7 · commune: TOULOUSE
{
  "no": "7",
  "commune": "TOULOUSE",
  "coord_x": 1.482548,
  "coord_y": 43.59779,
  "suffixe": null,
  "lib_voie": "RUE DE CASTELNAUDARY",
  "quartier": 11,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "MultiPoint",
      "coordinates": [
        [
          1.482548221285751,
          43.59779041438716
        ]
      ]
    },
    "properties": {}
  },
  "nb_places": 4,
  "territoire": "Territoire Est",
  "code_postal": 31500,
  "geo_point_2d": {
    "lat": 43.59779041438716,
    "lon": 1.4825482212857515
  },
  "date_creation": null,
  "quartier_resid": null
}
Record 4no: — · commune: BLAGNAC
{
  "no": null,
  "commune": "BLAGNAC",
  "coord_x": 1.369494,
  "coord_y": 43.641719,
  "suffixe": null,
  "lib_voie": "RUE DU DOCTEUR PRESSAC",
  "quartier": null,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "MultiPoint",
      "coordinates": [
        [
          1.369494497080502,
          43.64171926228876
        ]
      ]
    },
    "properties": {}
  },
  "nb_places": 3,
  "territoire": "Territoire Ouest",
  "code_postal": 31700,
  "geo_point_2d": {
    "lat": 43.64171926228876,
    "lon": 1.3694944970805016
  },
  "date_creation": null,
  "quartier_resid": null
}
Record 5no: 32 · commune: TOULOUSE
{
  "no": "32",
  "commune": "TOULOUSE",
  "coord_x": 1.42669,
  "coord_y": 43.599906,
  "suffixe": null,
  "lib_voie": "RUE DES FONTAINES",
  "quartier": 6,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "MultiPoint",
      "coordinates": [
        [
          1.426689653682343,
          43.59990644228435
        ]
      ]
    },
    "properties": {}
  },
  "nb_places": 3,
  "territoire": "Territoire Centre",
  "code_postal": 31300,
  "geo_point_2d": {
    "lat": 43.59990644228435,
    "lon": 1.4266896536823432
  },
  "date_creation": null,
  "quartier_resid": "RAVELIN"
}

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-des-deux-roues-motorises

License

  • Redistributable
  • Attribution required

Query examples

curl -s 'https://data.toulouse-metropole.fr/api/explore/v2.1/catalog/datasets/stationnement-des-deux-roues-motorises/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.

Full API documentation ↗

Rate limits

20 000 req/day
per ipmeasured
observed 20 hours ago

Dataset

Volume & freshness

Records
362
Update cadence
Weekly
declared upstream
Last upstream update
2 days ago
2026-07-25

License

No license declared upstream.

Documentation Data dictionary Versioning

Source: opendatasoft

Machine-readable & source

Stationnement des deux roues motorisés — live verification badge

Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.