c0mm0.com — the continuously verified register of European data

Register record·API·FR·Updated IrregularUNVERIFIED
P

Parkings partagés BePark à Issy-les-Moulineaux

APIQuery nowOpen workbench🇫🇷France

Ce jeu de données contient des informations sur les parkings partagés Yespark: surface, semi-enterré, souterrain, parkings partagés, nombre de places...

0
poor

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

Data schema (16 fields)

Filterable via the API (15)
localisationcommunenom_du_parkingpayanttype_de_parkingtypehauteur_maximumhorairesnombre_de_placesprix_abonnement_ttcprix_reservation_ttcprix_court_terme_ttcgestionnairedspweb

Click a field to see example values.

FillFieldTypeDescription
100%localisationFilterable via the APItext
100%communeFilterable via the APICommunetext
100%nom_du_parkingFilterable via the APINom du parkingtext
100%payantFilterable via the APItext
100%type_de_parkingFilterable via the APIType de parkingtext
100%typeFilterable via the APItext
100%hauteur_maximumFilterable via the APIHauteur maximumtext
100%horairesFilterable via the APItext
100%nombre_de_placesFilterable via the APINombre de placesdouble
100%prix_abonnement_ttcFilterable via the APIPrix abonnement ttcdouble
prix_reservation_ttcFilterable via the APIPrix Réservation TTCtext
prix_court_terme_ttcFilterable via the APIPrix court terme ttctext
gestionnaireFilterable via the APItext
dspFilterable via the APItext
webFilterable via the APItext
geo_pointGeo pointgeo_point_2d

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 (4 records)

Record 1dsp: Non · web: http://www.bepark.eu/fr/parking/france/i
{
  "dsp": "Non",
  "web": "http://www.bepark.eu/fr/parking/france/issy-les-moulineaux/boulevard-des-freres-voisin/304",
  "type": "Souterrain",
  "payant": "Oui",
  "commune": "Issy-les-Moulineaux",
  "horaires": "24h/24, 7 jours/7",
  "geo_point": {
    "lat": 48.827438,
    "lon": 2.271802
  },
  "gestionnaire": "BePark",
  "localisation": "Boulevard des Frères Voisin",
  "nom_du_parking": "Issy - Frères Voisin",
  "hauteur_maximum": "1,8m",
  "type_de_parking": "Parking partagé",
  "nombre_de_places": 30,
  "prix_abonnement_ttc": 90,
  "prix_court_terme_ttc": "Pas de Court Terme",
  "prix_reservation_ttc": "Pas de réservation"
}
Record 2dsp: Non · web: http://www.bepark.eu/fr/parking/france/i
{
  "dsp": "Non",
  "web": "http://www.bepark.eu/fr/parking/france/issy-les-moulineaux/rue-rabelais/272",
  "type": "Souterrain",
  "payant": "Oui",
  "commune": "Issy-les-Moulineaux",
  "horaires": "24h/24, 7 jours/7",
  "geo_point": {
    "lat": 48.815917999999996,
    "lon": 2.264995
  },
  "gestionnaire": "BePark",
  "localisation": "Rue Rabelais",
  "nom_du_parking": "Issy - Louise Michel",
  "hauteur_maximum": "1,8m",
  "type_de_parking": "Parking partagé",
  "nombre_de_places": 20,
  "prix_abonnement_ttc": 75,
  "prix_court_terme_ttc": "0,025€/minute - 1,50€/heure",
  "prix_reservation_ttc": "8 euros/jours - 30 euros la semaine"
}
Record 3dsp: Non · web: http://www.bepark.eu/fr/parking/france/i
{
  "dsp": "Non",
  "web": "http://www.bepark.eu/fr/parking/france/issy-les-moulineaux/rue-camille-desmoulins/302",
  "type": "Souterrain",
  "payant": "Oui",
  "commune": "Issy-les-Moulineaux",
  "horaires": "24h/24, 7 jours/7",
  "geo_point": {
    "lat": 48.827427,
    "lon": 2.2613628
  },
  "gestionnaire": "BePark",
  "localisation": "Rue Camille Desmoulins",
  "nom_du_parking": "Issy - Camille Desmoulins",
  "hauteur_maximum": "1,8m",
  "type_de_parking": "Parking partagé",
  "nombre_de_places": 47,
  "prix_abonnement_ttc": 90,
  "prix_court_terme_ttc": "Pas de Court Terme",
  "prix_reservation_ttc": "Pas de réservation"
}
Record 4dsp: Non · web: http://www.bepark.eu/fr/parking/france/i
{
  "dsp": "Non",
  "web": "http://www.bepark.eu/fr/parking/france/issy-les-moulineaux/rue-jacques-henri-lartigue/307",
  "type": "Souterrain",
  "payant": "Oui",
  "commune": "Issy-les-Moulineaux",
  "horaires": "24h/24, 7 jours/7",
  "geo_point": {
    "lat": 48.823774,
    "lon": 2.260376
  },
  "gestionnaire": "BePark",
  "localisation": "Rue Henri Lartigue",
  "nom_du_parking": "Issy - Henri Lartigue",
  "hauteur_maximum": "1,8m",
  "type_de_parking": "Parking partagé",
  "nombre_de_places": 30,
  "prix_abonnement_ttc": 80,
  "prix_court_terme_ttc": "Pas de Court Terme",
  "prix_reservation_ttc": "Pas de réservation"
}

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/parkings-partages-bepark-a-issy-les-moulineaux

License

  • Redistributable
  • Attribution required

Query examples

curl -s 'https://data.issy.com/api/explore/v2.1/catalog/datasets/parkings-partages-bepark-a-issy-les-moulineaux/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 1 hour ago

Dataset

Volume & freshness

Records
4
Update cadence
Irregular
declared upstream
Last upstream update
7 years ago
2019-05-23

License

No license declared upstream.

Documentation Data dictionary Versioning

Source: opendatasoft

Machine-readable & source

Parkings partagés BePark à Issy-les-Moulineaux — live verification badge

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