c0mm0.com — the continuously verified register of European data

Register record·API·FR·Updated DailyUNVERIFIED
C

Corbeilles de rue à Issy-les-Moulineaux

APIQuery nowOpen workbench🇫🇷France

Localisation des corbeilles sur le Territoire de Grand Paris Seine Ouest .

0
poor

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

Data schema (13 fields)

Filterable via the API (11)
id_corbcommunetype_corbeillesitenum_locrep_loclocalisationcomp_loccoll_megotcapacite_corbeillefournisseur

Click a field to see example values.

FillFieldTypeDescription
id_corbFilterable via the APIId corbtext
communeFilterable via the APICommunetext
type_corbeilleFilterable via the APIType corbeilletext
siteFilterable via the APItext
num_locFilterable via the APINum loctext
rep_locFilterable via the APIRep loctext
localisationFilterable via the APItext
comp_locFilterable via the APIComp loctext
geo_point_2dCoordinatesgeo_point_2d
geo_shapeShapegeo_shape
99.8%coll_megotFilterable via the APICOLLECTE MEGOTStext
0%capacite_corbeilleFilterable via the APICapacite corbeilletext
0%fournisseurFilterable via the APItext

Schema captured from opendatasoft 1 hour 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 1site: Voirie · commune: ISSY-LES-MOULINEAUX
{
  "site": "Voirie",
  "commune": "ISSY-LES-MOULINEAUX",
  "id_corb": "9204010198",
  "num_loc": "9",
  "rep_loc": null,
  "comp_loc": "ANGLE RUE DIDEROT",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        2.2722334314197226,
        48.82507369796292
      ]
    },
    "properties": {}
  },
  "coll_megot": "Non",
  "fournisseur": null,
  "geo_point_2d": {
    "lat": 48.82507369796292,
    "lon": 2.2722334314197226
  },
  "localisation": "RUE HOCHE",
  "type_corbeille": "Porte sac",
  "capacite_corbeille": null
}
Record 2site: Voirie · commune: ISSY-LES-MOULINEAUX
{
  "site": "Voirie",
  "commune": "ISSY-LES-MOULINEAUX",
  "id_corb": "9204010352",
  "num_loc": "96",
  "rep_loc": null,
  "comp_loc": "ANGLE CHEMIN DES VIGNES",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        2.2553451912211506,
        48.81736839877567
      ]
    },
    "properties": {}
  },
  "coll_megot": "Non",
  "fournisseur": null,
  "geo_point_2d": {
    "lat": 48.81736839877567,
    "lon": 2.2553451912211506
  },
  "localisation": "BOULEVARD RODIN",
  "type_corbeille": "Porte sac",
  "capacite_corbeille": null
}
Record 3site: Voirie · commune: ISSY-LES-MOULINEAUX
{
  "site": "Voirie",
  "commune": "ISSY-LES-MOULINEAUX",
  "id_corb": "9204010238",
  "num_loc": "11",
  "rep_loc": null,
  "comp_loc": "ANGLE RUE CAMILLE DESMOULINS",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        2.2672894618627715,
        48.831817517416724
      ]
    },
    "properties": {}
  },
  "coll_megot": "Oui",
  "fournisseur": null,
  "geo_point_2d": {
    "lat": 48.831817517416724,
    "lon": 2.2672894618627715
  },
  "localisation": "BOULEVARD GALLIENI",
  "type_corbeille": "Iris",
  "capacite_corbeille": null
}
Record 4site: Espace vert · commune: ISSY-LES-MOULINEAUX
{
  "site": "Espace vert",
  "commune": "ISSY-LES-MOULINEAUX",
  "id_corb": "9204010405",
  "num_loc": null,
  "rep_loc": null,
  "comp_loc": "derrière le jardin japonais",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        2.2702927090345106,
        48.816398201569854
      ]
    },
    "properties": {}
  },
  "coll_megot": "Non",
  "fournisseur": null,
  "geo_point_2d": {
    "lat": 48.816398201569854,
    "lon": 2.2702927090345106
  },
  "localisation": "PROMENADE DU VERGER",
  "type_corbeille": "Porte sac",
  "capacite_corbeille": null
}
Record 5site: Voirie · commune: ISSY-LES-MOULINEAUX
{
  "site": "Voirie",
  "commune": "ISSY-LES-MOULINEAUX",
  "id_corb": "9204010298",
  "num_loc": "34",
  "rep_loc": null,
  "comp_loc": "ANGLE RUE SEVERINE",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        2.2814897898219972,
        48.828389644044435
      ]
    },
    "properties": {}
  },
  "coll_megot": "Non",
  "fournisseur": null,
  "geo_point_2d": {
    "lat": 48.828389644044435,
    "lon": 2.2814897898219972
  },
  "localisation": "RUE ERNEST RENAN",
  "type_corbeille": "Porte sac",
  "capacite_corbeille": null
}

Live sample captured at profiling time — values may have changed upstream.

Using the API

Configuration

Base URL
https://data.issy.com/api/explore/v2.1/catalog/datasets/gpso_corbeilles_de_rue

License

  • Redistributable
  • Attribution required

Query examples

curl -s 'https://data.issy.com/api/explore/v2.1/catalog/datasets/gpso_corbeilles_de_rue/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

40 000 req/day
per ipmeasured
observed 1 hour ago

Dataset

Volume & freshness

Records
509
Update cadence
Daily
declared upstream
Last upstream update
22 hours ago
2026-07-24

License

No license declared upstream.

Documentation Data dictionary Versioning

Source: opendatasoft

Machine-readable & source

Corbeilles de rue à Issy-les-Moulineaux — live verification badge

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