Departments of OccitanieDépartements d'Occitanie
Départements d'OccitanieDepartments of Occitanie
This dataset is part of the Opendatasoft geographic reference repository, used internally in the platform's processing tools and applications. It was compiled from several different data sources and provides the most recent geographic data on the departments (départements) making up the Occitanie region in southern France. Published via the La Région (Occitanie) open-data platform, it is freely accessible without authentication and can serve as a base layer for mapping, administrative boundary analysis, or cross-referencing with other regional datasets covering Occitanie.Ce jeu de données fait partie du "référentiel géographique" Opendatasoft. Ces données sont utilisées dans nos processeurs et outils de la plateforme. Ces données ont été créées à partir de plusieurs sources de données différentes. Ce jeu propose les données les plus récentes sur les départementsd...
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (15 fields)
Click a field to see example values.
| Fill | Field | Type | Description |
|---|---|---|---|
| — | geo_pointGeo point | geo_point_2d | — |
| — | geo_shapeShape | geo_shape | — |
| — | anneeAnnée | text | — |
| — | code_officiel_regionCode Officiel Région | int | — |
| — | nom_officiel_regionNom Officiel Région | text | — |
| — | code_officiel_departementCode Officiel Département | text | — |
| — | code_officiel_courant_departementCode Officiel Courant Département | text | — |
| — | nom_officiel_departementNom Officiel Département | text | — |
| — | nom_officiel_departement_majusculeNom Officiel Département Majuscule | text | — |
| — | nom_officiel_departement_minusculeNom Officiel Département Minuscule | text | — |
| 100% | code_iso_3166_3_zoneCode iso 3166 3 zone | text | — |
| 100% | type | text | — |
| 100% | statut_departementStatut Département | text | — |
| 100% | sirenSIREN (company) | int | — |
| 100% | est_une_ctuEst une ctu | text | — |
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 1type: département · annee: 2024
{
"type": "département",
"annee": "2024",
"siren": 226500015,
"geo_point": {
"lat": 43.05345059080723,
"lon": 0.16422440814762942
},
"geo_shape": "[large value omitted]",
"est_une_ctu": "Non",
"statut_departement": "rural",
"nom_officiel_region": "Occitanie",
"code_iso_3166_3_zone": "FXX",
"code_officiel_region": 76,
"nom_officiel_departement": "Hautes-Pyrénées",
"code_officiel_departement": "65",
"code_officiel_courant_departement": "65",
"nom_officiel_departement_majuscule": "HAUTES PYRENEES",
"nom_officiel_departement_minuscule": "hautes-pyrénées"
}Record 2type: département · annee: 2024
{
"type": "département",
"annee": "2024",
"siren": 223200015,
"geo_point": {
"lat": 43.69271318108011,
"lon": 0.4525675565815011
},
"geo_shape": "[large value omitted]",
"est_une_ctu": "Non",
"statut_departement": "rural",
"nom_officiel_region": "Occitanie",
"code_iso_3166_3_zone": "FXX",
"code_officiel_region": 76,
"nom_officiel_departement": "Gers",
"code_officiel_departement": "32",
"code_officiel_courant_departement": "32",
"nom_officiel_departement_majuscule": "GERS",
"nom_officiel_departement_minuscule": "gers"
}Record 3type: département · annee: 2024
{
"type": "département",
"annee": "2024",
"siren": 224600015,
"geo_point": {
"lat": 44.624656605692536,
"lon": 1.6054414342640668
},
"geo_shape": "[large value omitted]",
"est_une_ctu": "Non",
"statut_departement": "rural",
"nom_officiel_region": "Occitanie",
"code_iso_3166_3_zone": "FXX",
"code_officiel_region": 76,
"nom_officiel_departement": "Lot",
"code_officiel_departement": "46",
"code_officiel_courant_departement": "46",
"nom_officiel_departement_majuscule": "LOT",
"nom_officiel_departement_minuscule": "lot"
}Record 4type: département · annee: 2024
{
"type": "département",
"annee": "2024",
"siren": 228100012,
"geo_point": {
"lat": 43.785390358217626,
"lon": 2.1657991691746052
},
"geo_shape": "[large value omitted]",
"est_une_ctu": "Non",
"statut_departement": "rural",
"nom_officiel_region": "Occitanie",
"code_iso_3166_3_zone": "FXX",
"code_officiel_region": 76,
"nom_officiel_departement": "Tarn",
"code_officiel_departement": "81",
"code_officiel_courant_departement": "81",
"nom_officiel_departement_majuscule": "TARN",
"nom_officiel_departement_minuscule": "tarn"
}Record 5type: département · annee: 2024
{
"type": "département",
"annee": "2024",
"siren": 226600013,
"geo_point": {
"lat": 42.599702919303745,
"lon": 2.522189022480517
},
"geo_shape": "[large value omitted]",
"est_une_ctu": "Non",
"statut_departement": "urbain",
"nom_officiel_region": "Occitanie",
"code_iso_3166_3_zone": "FXX",
"code_officiel_region": 76,
"nom_officiel_departement": "Pyrénées-Orientales",
"code_officiel_departement": "66",
"code_officiel_courant_departement": "66",
"nom_officiel_departement_majuscule": "PYRENEES ORIENTALES",
"nom_officiel_departement_minuscule": "pyrénées-orientales"
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Configuration
- Base URL
- https://data.laregion.fr/api/explore/v2.1/catalog/datasets/departements-d-occitanie
License
- ✓ Redistributable
- ✓ Attribution required
Query examples
curl -s 'https://data.laregion.fr/api/explore/v2.1/catalog/datasets/departements-d-occitanie/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.