Public Elementary Schools - ToulouseEcoles élementaires publiques - Toulouse
Ecoles élementaires publiques - ToulousePublic Elementary Schools - Toulouse
This API provides the geographic locations of public elementary schools within the city of Toulouse, France. It is published as open data by Toulouse Métropole through its open data portal. The dataset can be used to identify and map the distribution of public elementary education facilities across the municipality, supporting applications related to urban planning, education access analysis, or local public service mapping.Localisation des écoles élémentaires publiques sur le territoire de Toulouse
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (14 fields)
Click a field to see example values.
| Fill | Field | Type | Description |
|---|---|---|---|
| — | geo_point_2dGeo Point | geo_point_2d | — |
| — | geo_shapeShape | geo_shape | — |
| — | infobulle | text | — |
| — | index | int | — |
| — | ecole | text | — |
| — | rne | text | — |
| — | num | text | — |
| — | libelle | text | — |
| — | codsti | int | Code STI |
| — | codpos | int | Code postal |
| 100% | secteur_acSecteur ac | text | Secteur académique |
| 98% | mails | text | — |
| 94.1% | tel | text | — |
| 26.7% | eclair | text | — |
Schema captured from opendatasoft 6 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 1num: 0038 · rne: 0312750We
{
"num": "0038",
"rne": "0312750We",
"tel": "06 64 58 70 12",
"ecole": "Aubrac Lucie",
"index": 2,
"mails": "ce.0312750w@ac-toulouse.fr",
"codpos": 31200,
"codsti": 3001610,
"eclair": null,
"libelle": "AV DE FRONTON",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
1.433864792126116,
43.62971371329204
]
]
},
"properties": {}
},
"infobulle": "Ecole élémentaire\nAubrac Lucie\n0038 AV DE FRONTON",
"secteur_ac": "NORD",
"geo_point_2d": {
"lat": 43.62971371329204,
"lon": 1.433864792126116
}
}Record 2num: 0006 · rne: 0312977Te
{
"num": "0006",
"rne": "0312977Te",
"tel": "06 64 58 66 37",
"ecole": "Baker Joséphine",
"index": 3,
"mails": "ce.0312977t@ac-toulouse.fr",
"codpos": 31200,
"codsti": 2390457,
"eclair": null,
"libelle": "RUE SEBASTIENNE MARRE",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
1.436287044439234,
43.66611528069129
]
]
},
"properties": {}
},
"infobulle": "Ecole élémentaire\nBaker Joséphine\n0006 RUE SEBASTIENNE MARRE",
"secteur_ac": "NORD",
"geo_point_2d": {
"lat": 43.66611528069129,
"lon": 1.4362870444392342
}
}Record 3num: 0008 · rne: 0312334U
{
"num": "0008",
"rne": "0312334U",
"tel": "06 64 58 65 74",
"ecole": "Bastide Georges",
"index": 4,
"mails": "ce.0312334u@ac-toulouse.fr",
"codpos": 31100,
"codsti": 8346726,
"eclair": "REP+",
"libelle": "RUE DU RECTEUR DOTTIN",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
1.398136900656524,
43.55985821657267
]
]
},
"properties": {}
},
"infobulle": "Ecole élémentaire\nBastide Georges\n0008 RUE DU RECTEUR DOTTIN",
"secteur_ac": "SUD",
"geo_point_2d": {
"lat": 43.55985821657267,
"lon": 1.3981369006565239
}
}Record 4num: 0135 · rne: 0310970L
{
"num": "0135",
"rne": "0310970L",
"tel": "06 64 58 68 67",
"ecole": "Cuvier",
"index": 22,
"mails": "ce.0310970l@ac-toulouse.fr",
"codpos": 31200,
"codsti": 83241,
"eclair": null,
"libelle": "RTE D ALBI",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
1.4639096275577,
43.63663826528393
]
]
},
"properties": {}
},
"infobulle": "Ecole élémentaire\nCuvier\n0135 RTE D ALBI",
"secteur_ac": "NORD",
"geo_point_2d": {
"lat": 43.63663826528393,
"lon": 1.4639096275577004
}
}Record 5num: 0019 · rne: 0311693X
{
"num": "0019",
"rne": "0311693X",
"tel": "06 99 17 83 85",
"ecole": "Daurat Didier",
"index": 24,
"mails": "ce.0311693x@ac-toulouse.fr",
"codpos": 31100,
"codsti": 3198424,
"eclair": "REP+",
"libelle": "RUE JEAN GILLES",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
1.402693169751127,
43.57340245423344
]
]
},
"properties": {}
},
"infobulle": "Ecole élémentaire\nDaurat Didier\n0019 RUE JEAN GILLES",
"secteur_ac": "SUD",
"geo_point_2d": {
"lat": 43.57340245423344,
"lon": 1.4026931697511267
}
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Configuration
- Base URL
- https://data.toulouse-metropole.fr/api/explore/v2.1/catalog/datasets/ecoles-elementaires-publiques
License
- ✓ Redistributable
- ✓ Attribution required
Query examples
curl -s 'https://data.toulouse-metropole.fr/api/explore/v2.1/catalog/datasets/ecoles-elementaires-publiques/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
Dataset
Volume & freshness
License
No license declared upstream.
Source: opendatasoft
Machine-readable & source
Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.