Register record·API·FRUNVERIFIED
[
[Wifi Territorial] Nom et localisations des Sites
Trust score
How is this computed?0
poor
Weighted across five axes. Tap a ring for what it measures.
Data schema (16 fields)
Filterable via the API (15)
sitestype_sitenomsadressecommunecpdate_de_mise_a_jouractifcree_e_ledate_actifperimetredesignationdenominationnombreborne
Click a field to see example values.
| Fill | Field | Type | Description |
|---|---|---|---|
| 100% | sitesCatégorie | text | — |
| 100% | type_siteType | text | — |
| 100% | nomsNom | text | — |
| 100% | adresse | text | — |
| 100% | communeCommune | text | — |
| 100% | cp | int | — |
| 100% | date_de_mise_a_jourDate de mise a jour | datetime | — |
| 100% | actif | text | — |
| 100% | cree_e_leCree e le | date | — |
| 93% | date_actifDate actif | date | — |
| — | perimetrePérimètre | text | — |
| — | geopoint | geo_point_2d | — |
| — | designationDésignation | text | — |
| — | denominationDénomination | text | — |
| — | nombre | int | — |
| — | borne | text | — |
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 1cp: 91000 · noms: LA FERME DU BOIS BRIARD
{
"cp": 91000,
"noms": "LA FERME DU BOIS BRIARD",
"actif": "OUI",
"borne": "Oui",
"sites": "ART ET SPECTACLE",
"nombre": 1,
"adresse": "1 Boulevard Schuman",
"commune": "ÉVRY-COURCOURONNES",
"geopoint": {
"lat": 48.620663891893386,
"lon": 2.4175560102840707
},
"cree_e_le": "2024-03-14",
"perimetre": "GPS",
"type_site": "ATELIER D'ARTS",
"date_actif": "2025-02-28",
"designation": "ATELIER D'ARTS LA FERME DU BOIS BRIARD",
"denomination": "ATELIER D'ARTS LA FERME DU BOIS BRIARD - ÉVRY-COURCOURONNES",
"date_de_mise_a_jour": "2025-03-11T15:34:57.398000+00:00"
}Record 2cp: 91000 · noms: LA HALLE DU ROCK
{
"cp": 91000,
"noms": "LA HALLE DU ROCK",
"actif": "OUI",
"borne": "Non",
"sites": "ART ET SPECTACLE",
"nombre": 1,
"adresse": "40 Rue Nettie Stevens",
"commune": "ÉVRY-COURCOURONNES",
"geopoint": {
"lat": 48.62321530676322,
"lon": 2.453044915429386
},
"cree_e_le": "2024-03-21",
"perimetre": "GPS",
"type_site": "SALLE DE SPECTACLES",
"date_actif": "2026-04-17",
"designation": "SALLE DE SPECTACLES LA HALLE DU ROCK",
"denomination": "SALLE DE SPECTACLES LA HALLE DU ROCK - ÉVRY-COURCOURONNES",
"date_de_mise_a_jour": "2026-04-17T09:30:25.756000+00:00"
}Record 3cp: 91130 · noms: LE PLAN II
{
"cp": 91130,
"noms": "LE PLAN II",
"actif": "OUI",
"borne": "Oui",
"sites": "ART ET SPECTACLE",
"nombre": 5,
"adresse": "1 avenue Louis Aragon",
"commune": "RIS-ORANGIS",
"geopoint": {
"lat": 48.637252514536755,
"lon": 2.404126969580508
},
"cree_e_le": "2024-03-14",
"perimetre": "GPS",
"type_site": "SALLE DE SPECTACLES",
"date_actif": "2025-04-03",
"designation": "SALLE DE SPECTACLES LE PLAN II",
"denomination": "SALLE DE SPECTACLES LE PLAN II - RIS-ORANGIS",
"date_de_mise_a_jour": "2025-04-30T06:42:11.570000+00:00"
}Record 4cp: 77176 · noms: L'EMPREINTE
{
"cp": 77176,
"noms": "L'EMPREINTE",
"actif": "OUI",
"borne": "Non",
"sites": "ART ET SPECTACLE",
"nombre": 1,
"adresse": "301 avenue de l'Europe",
"commune": "SAVIGNY-LE-TEMPLE",
"geopoint": {
"lat": 48.59529893087364,
"lon": 2.5850098884187966
},
"cree_e_le": "2023-11-01",
"perimetre": "GPS",
"type_site": "SALLE DE SPECTACLES",
"date_actif": "2025-01-16",
"designation": "SALLE DE SPECTACLES L'EMPREINTE",
"denomination": "SALLE DE SPECTACLES L'EMPREINTE - SAVIGNY-LE-TEMPLE",
"date_de_mise_a_jour": "2025-08-25T14:27:42.966000+00:00"
}Record 5cp: 77127 · noms: COTE COUR
{
"cp": 77127,
"noms": "COTE COUR",
"actif": "OUI",
"borne": "Non",
"sites": "ÉQUIPEMENT CULTUREL",
"nombre": 1,
"adresse": "86 Rue de Paris",
"commune": "LIEUSAINT",
"geopoint": {
"lat": 48.630384996201755,
"lon": 2.5533156231721668
},
"cree_e_le": "2023-11-01",
"perimetre": "GPS",
"type_site": "MÉDIATHÈQUE",
"date_actif": "2023-12-15",
"designation": "MÉDIATHÈQUE COTE COUR",
"denomination": "MÉDIATHÈQUE COTE COUR - LIEUSAINT",
"date_de_mise_a_jour": "2025-12-11T15:00:12.304000+00:00"
}Live sample captured at profiling time — values may have changed upstream.
Using the API
Configuration
- Base URL
- https://data.grandparissud.fr/api/explore/v2.1/catalog/datasets/wifi-territorial-nom-et-localisations-des-sites-depuis-grist
Query examples
curl -s 'https://data.grandparissud.fr/api/explore/v2.1/catalog/datasets/wifi-territorial-nom-et-localisations-des-sites-depuis-grist/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.
Rate limits
5 000 req/day
per ipmeasured
observed 2 hours ago
Dataset
Volume & freshness
Records
316
Last upstream update
10 days ago
2026-07-16
License
No license declared upstream.
○ Documentation○ Data dictionary○ Versioning
Source: opendatasoft
Machine-readable & source
Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.