c0mm0.com — the continuously verified register of European data

Register record·API·FR·Updated DailyVERIFIED · checked 21h ago
H

Parking metersHorodateurs

HorodateursParking meters

APIExecutable4/7Query nowOpen workbenchSubscribe🇫🇷France

This API provides the location of parking payment machines (horodateurs) in the city of Issy-les-Moulineaux, France. It is published as part of the city's open data portal and offers freely accessible geographic data without authentication. The dataset is useful for mapping on-street parking infrastructure, supporting navigation or parking-related applications, and enabling analysis of parking facility distribution across the municipality.Localisation des horodateurs sur Issy les Moulineaux.

42
fair

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

Data schema (13 fields)

Filterable via the API (11)
id_horocommunenum_locrep_loclocalisationcomp_locmarquemodelecode_zonestatuttype

Click a field to see example values.

FillFieldTypeDescription
100%id_horoFilterable via the APIId horotext
100%communeFilterable via the APICommunetext
77.2%num_locFilterable via the APINum loctext
3.5%rep_locFilterable via the APIRep loctext
100%localisationFilterable via the APItext
33%comp_locFilterable via the APIComp loctext
100%marqueFilterable via the APItext
100%modeleFilterable via the APItext
100%code_zoneFilterable via the APICode zonetext
100%statutFilterable via the APItext
typeFilterable via the APItext
geo_shapeShapegeo_shape
geo_point_2dCoordinatesgeo_point_2d

Schema captured from opendatasoft 5 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 1type: Horodateur · marque: Parkeon
{
  "type": "Horodateur",
  "marque": "Parkeon",
  "modele": "Strada",
  "statut": "En service",
  "commune": "ISSY-LES-MOULINEAUX",
  "id_horo": "ILM-314",
  "num_loc": "17-19",
  "rep_loc": null,
  "comp_loc": null,
  "code_zone": "Z_ILM_orange",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        2.273566444347179,
        48.8222002322183
      ]
    },
    "properties": {}
  },
  "geo_point_2d": {
    "lat": 48.8222002322183,
    "lon": 2.273566444347179
  },
  "localisation": "RUE AUGUSTE GERVAIS"
}
Record 2type: Horodateur · marque: Parkeon
{
  "type": "Horodateur",
  "marque": "Parkeon",
  "modele": "Strada",
  "statut": "En service",
  "commune": "ISSY-LES-MOULINEAUX",
  "id_horo": "ILM-100",
  "num_loc": "30",
  "rep_loc": null,
  "comp_loc": null,
  "code_zone": "Z_ILM_orange",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        2.261410737980425,
        48.81904632513381
      ]
    },
    "properties": {}
  },
  "geo_point_2d": {
    "lat": 48.81904632513381,
    "lon": 2.261410737980425
  },
  "localisation": "RUE D'EREVAN"
}
Record 3type: Horodateur · marque: Parkeon
{
  "type": "Horodateur",
  "marque": "Parkeon",
  "modele": "Strada",
  "statut": "En service",
  "commune": "ISSY-LES-MOULINEAUX",
  "id_horo": "ILM-070",
  "num_loc": null,
  "rep_loc": null,
  "comp_loc": "Angle rue du Viaduc",
  "code_zone": "Z_ILM_orange",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        2.248303746089672,
        48.81953779290868
      ]
    },
    "properties": {}
  },
  "geo_point_2d": {
    "lat": 48.81953779290868,
    "lon": 2.248303746089672
  },
  "localisation": "RUE DE MEUDON"
}
Record 4type: Horodateur · marque: Parkeon
{
  "type": "Horodateur",
  "marque": "Parkeon",
  "modele": "Strada",
  "statut": "En service",
  "commune": "ISSY-LES-MOULINEAUX",
  "id_horo": "ILM-052",
  "num_loc": null,
  "rep_loc": null,
  "comp_loc": "Angle rue Clotilde",
  "code_zone": "Z_ILM_orange",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        2.274798846529789,
        48.82141508711223
      ]
    },
    "properties": {}
  },
  "geo_point_2d": {
    "lat": 48.82141508711223,
    "lon": 2.274798846529789
  },
  "localisation": "RUE D'ALEMBERT"
}
Record 5type: Horodateur · marque: Parkeon
{
  "type": "Horodateur",
  "marque": "Parkeon",
  "modele": "Strada",
  "statut": "En service",
  "commune": "ISSY-LES-MOULINEAUX",
  "id_horo": "ILM-201",
  "num_loc": null,
  "rep_loc": null,
  "comp_loc": null,
  "code_zone": "Z_ILM_orange",
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        2.2781309108859924,
        48.82488605999693
      ]
    },
    "properties": {}
  },
  "geo_point_2d": {
    "lat": 48.82488605999693,
    "lon": 2.2781309108859924
  },
  "localisation": "RUE MINARD"
}

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

Verification Status

Using the API

Configuration

Base URL
https://data.issy.com/api/explore/v2.1/catalog/datasets/localisation-des-horodateurs

License

  • Redistributable
  • Attribution required

Query examples

curl -s 'https://data.issy.com/api/explore/v2.1/catalog/datasets/localisation-des-horodateurs/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 5 hours ago

Dataset

Volume & freshness

Records
342
Update cadence
Daily
declared upstream
Last upstream update
1 day ago
2026-09-07

License

No license declared upstream.

Documentation Data dictionary Versioning

Source: opendatasoft

Machine-readable & source

Horodateurs — live verification badge

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