c0mm0.com — the continuously verified register of European data

Register record·API·FRUNVERIFIED
C

Collecte des Déchets d’Équipements Électriques et Électroniques (D3E) à Issy-les-Moulineaux

APIQuery nowOpen workbench🇫🇷France

Collecte des déchets d'équipements électriques et électroniques (D3E) en kg sur le Territoire de Grand Paris Seine Ouest, depuis 2018. GEMF : Gros Electroménager Froid GEMHF : Gros Electroménager Hors Froid PAM : Petit Appareil en Mélange

0
poor

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

Data schema (13 fields)

Filterable via the API (12)
communegeopointadresse_du_point_de_collecteannee_collectedate_collectegemf_kggemhf_kgecran_kgpam_kgtotal_kgnombre_apporteurs_deeekg_visite_deee

Click a field to see example values.

FillFieldTypeDescription
100%communeFilterable via the APICommunetext
100%geopointFilterable via the APItext
100%adresse_du_point_de_collecteFilterable via the APIAdresse du point de collectetext
100%annee_collecteFilterable via the APIAnnéedate
100%date_collecteFilterable via the APIDate de la collectedate
100%gemf_kgFilterable via the APIGemf kgintGros Électroménager Froid
100%gemhf_kgFilterable via the APIGemhf kgintGros Électroménager Hors Froid
100%ecran_kgFilterable via the APIEcran kgint
100%pam_kgFilterable via the APIPam kgintPetit Appareil en Mélange
100%total_kgFilterable via the APITotal kgint
nombre_apporteurs_deeeFilterable via the APINombre d'apporteurs D3Eint
kg_visite_deeeFilterable via the APIkg D3E / apporteurdouble
geolocalisationGéolocalisationgeo_point_2d

Schema captured from opendatasoft 2 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 1pam_kg: 948 · commune: ISSY-LES-MOULINEAUX
{
  "pam_kg": 948,
  "commune": "ISSY-LES-MOULINEAUX",
  "gemf_kg": 70,
  "ecran_kg": 287,
  "gemhf_kg": 120,
  "geopoint": "48.8279,2.279",
  "total_kg": 1425,
  "date_collecte": "2018-01-20",
  "annee_collecte": "2018",
  "kg_visite_deee": 18.506493506493506,
  "geolocalisation": {
    "lat": 48.8274513,
    "lon": 2.2778718
  },
  "nombre_apporteurs_deee": 77,
  "adresse_du_point_de_collecte": "Parvis Corentin Celton"
}
Record 2pam_kg: 592 · commune: ISSY-LES-MOULINEAUX
{
  "pam_kg": 592,
  "commune": "ISSY-LES-MOULINEAUX",
  "gemf_kg": 0,
  "ecran_kg": 148,
  "gemhf_kg": 0,
  "geopoint": "48.8279,2.279",
  "total_kg": 740,
  "date_collecte": "2018-02-17",
  "annee_collecte": "2018",
  "kg_visite_deee": 6.271186440677966,
  "geolocalisation": {
    "lat": 48.8274513,
    "lon": 2.2778718
  },
  "nombre_apporteurs_deee": 118,
  "adresse_du_point_de_collecte": "Parvis Corentin Celton"
}
Record 3pam_kg: 648 · commune: ISSY-LES-MOULINEAUX
{
  "pam_kg": 648,
  "commune": "ISSY-LES-MOULINEAUX",
  "gemf_kg": 40,
  "ecran_kg": 214,
  "gemhf_kg": 205,
  "geopoint": "48.8239,2.2607",
  "total_kg": 1107,
  "date_collecte": "2018-03-17",
  "annee_collecte": "2018",
  "kg_visite_deee": 15.164383561643836,
  "geolocalisation": {
    "lat": 48.8238295,
    "lon": 2.2588735
  },
  "nombre_apporteurs_deee": 73,
  "adresse_du_point_de_collecte": "Place Madaule"
}
Record 4pam_kg: 930 · commune: ISSY-LES-MOULINEAUX
{
  "pam_kg": 930,
  "commune": "ISSY-LES-MOULINEAUX",
  "gemf_kg": 52,
  "ecran_kg": 202,
  "gemhf_kg": 160,
  "geopoint": "48.8279,2.279",
  "total_kg": 1344,
  "date_collecte": "2018-10-20",
  "annee_collecte": "2018",
  "kg_visite_deee": 8.4,
  "geolocalisation": {
    "lat": 48.8274513,
    "lon": 2.2778718
  },
  "nombre_apporteurs_deee": 160,
  "adresse_du_point_de_collecte": "Parvis Corentin Celton"
}
Record 5pam_kg: 802 · commune: ISSY-LES-MOULINEAUX
{
  "pam_kg": 802,
  "commune": "ISSY-LES-MOULINEAUX",
  "gemf_kg": 0,
  "ecran_kg": 133,
  "gemhf_kg": 138,
  "geopoint": "48.8239,2.2607",
  "total_kg": 1073,
  "date_collecte": "2018-11-17",
  "annee_collecte": "2018",
  "kg_visite_deee": 10.73,
  "geolocalisation": {
    "lat": 48.8238295,
    "lon": 2.2588735
  },
  "nombre_apporteurs_deee": 100,
  "adresse_du_point_de_collecte": "Place Madaule"
}

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/suivi-collecte-des-d3e

License

  • Redistributable
  • Attribution required

Query examples

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

50 000 req/day
per ipmeasured
observed 2 hours ago

Dataset

Volume & freshness

Records
85
Last upstream update
6 months ago
2026-02-04

License

No license declared upstream.

Documentation Data dictionary Versioning

Source: opendatasoft

Machine-readable & source

Collecte des Déchets d’Équipements Électriques et Électroniques (D3E) à Issy-les-Moulineaux — live verification badge

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