Register record·API·FR·Updated AnnualUNVERIFIED
L
Lacs
Schématisation des lacs
Trust score
How is this computed?0
poor
Weighted across five axes. Tap a ring for what it measures.
Data schema (13 fields)
Filterable via the API (11)
n0mdulacsuperficielineairedesbergesprofmaxprofmoyusagespoissonsdominantsplantesaquatiquesescherichiacolistreptocoquesfecauxadresse
Click a field to see example values.
| Fill | Field | Type | Description |
|---|---|---|---|
| — | geo_point_2dGeo Point | geo_point_2d | — |
| — | geo_shapeShape | geo_shape | — |
| — | n0mdulac | text | — |
| — | superficie | text | — |
| — | lineairedesberges | text | — |
| — | profmax | text | — |
| — | profmoy | text | — |
| — | usages | text | — |
| — | poissonsdominants | text | — |
| — | plantesaquatiques | text | — |
| 72.7% | escherichiacoli | text | — |
| 81.8% | streptocoquesfecaux | text | — |
| 100% | adresse | text | — |
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 (5 records)
Record 1usages: Promenade, pêche au coup, loisirs nautiq · adresse: Av. du Général Eisenhower
{
"usages": "Promenade, pêche au coup, loisirs nautiques",
"adresse": "Av. du Général Eisenhower",
"profmax": "6 m",
"profmoy": "3.5 m",
"n0mdulac": "LAC DE VOILE DE LARAMEE",
"geo_shape": "[large value omitted]",
"superficie": "44 ha",
"geo_point_2d": {
"lat": 43.5701232926,
"lon": 1.35011875358
},
"escherichiacoli": "30/100 ml",
"lineairedesberges": "3900 m",
"plantesaquatiques": "Massettes, Joncs, Roseaux, Choins, Laîches, Spirogyre",
"poissonsdominants": "Ablette, Perche Soleil, Poisson Chat, Gardon, Perche",
"streptocoquesfecaux": "15/100 ml"
}Record 2usages: TELESKI Nautique, activités nautiques, p · adresse: Lieux-dits de la Glacière
{
"usages": "TELESKI Nautique, activités nautiques, pêche au coup, promenade",
"adresse": "Lieux-dits de la Glacière",
"profmax": "3.6 m",
"profmoy": "2.5 m",
"n0mdulac": "LAC DE SESQUIERES",
"geo_shape": "[large value omitted]",
"superficie": "11.5 ha",
"geo_point_2d": {
"lat": 43.6516183533,
"lon": 1.41823161753
},
"escherichiacoli": "1225/100 ml",
"lineairedesberges": "1950 m",
"plantesaquatiques": "Massettes, Joncs, Roseaux, Cyanophycées, Myriophylle",
"poissonsdominants": "Ablettes, Perche Soleil, Poisson Chat, Gardon, Perche",
"streptocoquesfecaux": "529/100 ml"
}Record 3usages: Promenade, initiation à la voile, pêche · adresse: Place André Abbal
{
"usages": "Promenade, initiation à la voile, pêche au coup",
"adresse": "Place André Abbal",
"profmax": "3.1 m",
"profmoy": "1.9 m",
"n0mdulac": "LAC DE REYNERIE",
"geo_shape": "[large value omitted]",
"superficie": "2.9 ha",
"geo_point_2d": {
"lat": 43.5703306899,
"lon": 1.39986226049
},
"escherichiacoli": "179/100 ml",
"lineairedesberges": "1350 m",
"plantesaquatiques": "Massettes, Laîches, Roseaux",
"poissonsdominants": "Poisson chat, Tanche, Ablette, Brème, Gardon,Perche Soleil, Perche",
"streptocoquesfecaux": "197/100 ml"
}Record 4usages: Promenade, nourrissage des canards · adresse: Av. du Général Eisenhower
{
"usages": "Promenade, nourrissage des canards",
"adresse": "Av. du Général Eisenhower",
"profmax": "2 m",
"profmoy": "1 m",
"n0mdulac": "LAC DE PECHE DE LA RAMEE",
"geo_shape": "[large value omitted]",
"superficie": "1.5 ha",
"geo_point_2d": {
"lat": 43.5646437218,
"lon": 1.33945530307
},
"escherichiacoli": "15/100 ml",
"lineairedesberges": "500 m",
"plantesaquatiques": "Massettes, Joncs, Roseaux, Elodée, Spirogyre",
"poissonsdominants": "Poisson Chat, Tanche, Ablette, Perche, Perche Soleil",
"streptocoquesfecaux": "15/100 ml"
}Record 5usages: Promenade, arrosage · adresse: Voie du Toec
{
"usages": "Promenade, arrosage",
"adresse": "Voie du Toec",
"profmax": "3.3 m",
"profmoy": "2.6 m",
"n0mdulac": "LAC DE BARRY",
"geo_shape": "[large value omitted]",
"superficie": "0.75 ha",
"geo_point_2d": {
"lat": 43.6000058981,
"lon": 1.40268184706
},
"escherichiacoli": "15/100 ml",
"lineairedesberges": "1200 m",
"plantesaquatiques": "Massettes, Joncs, Spirogyre, Roseaux",
"poissonsdominants": "Poisson Chat, Carpes de Chine Tanche, Perche Ablette, Perche Soleil",
"streptocoquesfecaux": "15/100 ml"
}Live sample captured at profiling time — values may have changed upstream.
Using the API
Configuration
- Base URL
- https://data.toulouse-metropole.fr/api/explore/v2.1/catalog/datasets/lacs
License
- ✓ Redistributable
- ✓ Attribution required
Query examples
curl -s 'https://data.toulouse-metropole.fr/api/explore/v2.1/catalog/datasets/lacs/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
20 000 req/day
per ipmeasured
observed 1 hour ago
Dataset
Volume & freshness
Records
11
Update cadence
Annual
declared upstream
Last upstream update
5 years ago
2021-04-20
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.