c0mm0.com — the continuously verified register of European data

Register record·API·FRSTALE · checked 3d ago
F

Drinking Fountains - GPS (Grand Paris Sud)Fontaines à boire - GPS

Fontaines à boire - GPSDrinking Fountains - GPS (Grand Paris Sud)

APIDiscovered1/7blocked by verifiedQuery nowOpen workbenchSubscribe🇫🇷France

This dataset lists public drinking fountains located within the Grand Paris Sud territory in France. It is published as open data on the Grand Paris Sud data portal and provides the geographic locations of fountains available to the public, useful for mapping local water access points or urban amenities within this metropolitan area south of Paris.Liste des fontaines à boire sur le territoire de Grand Paris Sud.

32
poor

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

Data schema (12 fields)

Filterable via the API (12)
identifianttype_objetmodelendeg_voie_pairndeg_voie_impairvoieadressecommunedisponibilitedebut_indisponibilitefin_indisponibilitemotif_indisponibilite

Click a field to see example values.

FillFieldTypeDescription
100%identifiantFilterable via the APItextName or identifier of the drinking fountain.Name or identifier of the drinking fountain.
41.7%type_objetFilterable via the APIType objettextType of the object (equipment category).Type of the object (equipment category).
41.7%modeleFilterable via the APIModèletextModel of the drinking fountain.Model of the drinking fountain.
25%ndeg_voie_pairFilterable via the APIN° Voie PairtextEven street number at the fountain's location.Even street number at the fountain's location.
0%ndeg_voie_impairFilterable via the APIN° Voie ImpairtextOdd street number at the fountain's location.Odd street number at the fountain's location.
100%voieFilterable via the APItextName of the street where the fountain is located.Name of the street where the fountain is located.
100%adresseFilterable via the APItextFull address of the fountain.Full address of the fountain.
100%communeFilterable via the APICommunetextMunicipality where the fountain is located.Municipality where the fountain is located.
100%disponibiliteFilterable via the APIDisponibilitétextIndicates whether the fountain is currently available (yes/no).Indicates whether the fountain is currently available (yes/no).
33.3%debut_indisponibiliteFilterable via the APIDébut IndisponibilitédateStart date of a period when the fountain is unavailable.Start date of a period when the fountain is unavailable.
33.3%fin_indisponibiliteFilterable via the APIFin IndisponibilitédateEnd date of a period when the fountain is unavailable.End date of a period when the fountain is unavailable.
91.7%motif_indisponibiliteFilterable via the APIMotif IndisponibilitétextReason why the fountain is unavailable.Reason why the fountain is unavailable.

Schema captured from opendatasoft 7 days 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 1voie: RUE DES DROITS DE L'HOMME · modele: —
{
  "voie": "RUE DES DROITS DE L'HOMME",
  "modele": null,
  "adresse": "RUE DES DROITS DE L'HOMME",
  "commune": "MOISSY CRAMAYEL",
  "type_objet": null,
  "identifiant": "Fontaine Galdana C-14 de Fabregas - Skate park",
  "disponibilite": "OUI",
  "ndeg_voie_pair": null,
  "ndeg_voie_impair": null,
  "fin_indisponibilite": "2023-03-15",
  "debut_indisponibilite": "2022-11-01",
  "motif_indisponibilite": "FERMETURE HIVERNALE"
}
Record 2voie: RUE DU CLOZEAU · modele: —
{
  "voie": "RUE DU CLOZEAU",
  "modele": null,
  "adresse": "RUE DU CLOZEAU",
  "commune": "GRIGNY",
  "type_objet": null,
  "identifiant": "Parc des Aiglons",
  "disponibilite": "OUI",
  "ndeg_voie_pair": null,
  "ndeg_voie_impair": null,
  "fin_indisponibilite": null,
  "debut_indisponibilite": null,
  "motif_indisponibilite": "FERMETURE HIVERNALE"
}
Record 3voie: COURS DE VINCENNES - Aire de jeux des Tu · modele: GHM Ronde
{
  "voie": "COURS DE VINCENNES - Aire de jeux des Tuileries",
  "modele": "GHM Ronde",
  "adresse": "12F COURS DE VINCENNES - Aire de jeux des Tuileries",
  "commune": "GRIGNY",
  "type_objet": "BORNE_FONTAINE",
  "identifiant": "450019294",
  "disponibilite": "OUI",
  "ndeg_voie_pair": "12F",
  "ndeg_voie_impair": null,
  "fin_indisponibilite": null,
  "debut_indisponibilite": null,
  "motif_indisponibilite": "FERMETURE HIVERNALE"
}
Record 4voie: RUE VLAMINCK · modele: —
{
  "voie": "RUE VLAMINCK",
  "modele": null,
  "adresse": "RUE VLAMINCK",
  "commune": "GRIGNY",
  "type_objet": null,
  "identifiant": "Fontaine de la Plaine",
  "disponibilite": "OUI",
  "ndeg_voie_pair": null,
  "ndeg_voie_impair": null,
  "fin_indisponibilite": null,
  "debut_indisponibilite": null,
  "motif_indisponibilite": "FERMETURE HIVERNALE"
}
Record 5voie: PLACE DU SOUVENIR · modele: Bayard D1
{
  "voie": "PLACE DU SOUVENIR",
  "modele": "Bayard D1",
  "adresse": "PLACE DU SOUVENIR",
  "commune": "MOISSY CRAMAYEL",
  "type_objet": "FONTAINE_BOIS",
  "identifiant": "Bayard - Eglise (Centre ville)",
  "disponibilite": "OUI",
  "ndeg_voie_pair": null,
  "ndeg_voie_impair": null,
  "fin_indisponibilite": null,
  "debut_indisponibilite": null,
  "motif_indisponibilite": null
}

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

Verification Status

Using the API

Configuration

Base URL
https://data.grandparissud.fr/api/explore/v2.1/catalog/datasets/fontaines-a-boire-gps

License

  • Redistributable
  • Attribution required

Query examples

curl -s 'https://data.grandparissud.fr/api/explore/v2.1/catalog/datasets/fontaines-a-boire-gps/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

5 000 req/day
per ipmeasured
observed 7 days ago

Dataset

Volume & freshness

Records
12
Last upstream update
4 years ago
2022-04-26

License

No license declared upstream.

Documentation Data dictionary Versioning

Source: opendatasoft

Machine-readable & source

Fontaines à boire - GPS — live verification badge

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