Arrondissements départementaux - France
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 arrondissemen...
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_point_2dGeo Point | geo_point_2d | — |
| — | geo_shapeShape | geo_shape | — |
| — | yearAnnée | date | — |
| — | reg_codeCode Officiel Région | text | — |
| — | reg_nameNom Officiel Région | text | — |
| — | dep_codeCode Officiel Département | text | — |
| — | dep_nameNom Officiel Département | text | — |
| — | arrdep_codeCode Officiel Arrondissement départemental | text | — |
| — | arrdep_current_codeCode Officiel Courant Arrondissement départemental | text | — |
| — | arrdep_nameNom Officiel Arrondissement départemental | text | — |
| 100% | arrdep_name_upperNom Officiel Arrondissement départemental Majuscule | text | — |
| 100% | arrdep_name_lowerNom Officiel Arrondissement départemental Minuscule | text | — |
| 100% | arrdep_area_codeCode Iso 3166-3 Zone | text | — |
| 100% | arrdep_typeType | text | — |
| 100% | arrdep_in_ctuFait Partie d'une CTU | text | — |
Schema captured from opendatasoft 47 minutes 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 1year: 2025 · dep_code: ["47"]
{
"year": "2025",
"dep_code": [
"47"
],
"dep_name": [
"Lot-et-Garonne"
],
"reg_code": [
"75"
],
"reg_name": [
"Nouvelle-Aquitaine"
],
"geo_shape": "[large value omitted]",
"arrdep_code": [
"472"
],
"arrdep_name": [
"Marmande"
],
"arrdep_type": "arrondissement départemental",
"geo_point_2d": {
"lat": 44.51817459125857,
"lon": 0.2578543129941243
},
"arrdep_in_ctu": "Non",
"arrdep_area_code": "FXX",
"arrdep_name_lower": "marmande",
"arrdep_name_upper": "MARMANDE",
"arrdep_current_code": [
"472"
]
}Record 2year: 2025 · dep_code: ["62"]
{
"year": "2025",
"dep_code": [
"62"
],
"dep_name": [
"Pas-de-Calais"
],
"reg_code": [
"32"
],
"reg_name": [
"Hauts-de-France"
],
"geo_shape": "[large value omitted]",
"arrdep_code": [
"625"
],
"arrdep_name": [
"Saint-Omer"
],
"arrdep_type": "arrondissement départemental",
"geo_point_2d": {
"lat": 50.68772990124281,
"lon": 2.169396708029961
},
"arrdep_in_ctu": "Non",
"arrdep_area_code": "FXX",
"arrdep_name_lower": "saint-omer",
"arrdep_name_upper": "SAINT OMER",
"arrdep_current_code": [
"625"
]
}Record 3year: 2025 · dep_code: ["52"]
{
"year": "2025",
"dep_code": [
"52"
],
"dep_name": [
"Haute-Marne"
],
"reg_code": [
"44"
],
"reg_name": [
"Grand Est"
],
"geo_shape": "[large value omitted]",
"arrdep_code": [
"521"
],
"arrdep_name": [
"Chaumont"
],
"arrdep_type": "arrondissement départemental",
"geo_point_2d": {
"lat": 48.12919168113637,
"lon": 5.200510801461593
},
"arrdep_in_ctu": "Non",
"arrdep_area_code": "FXX",
"arrdep_name_lower": "chaumont",
"arrdep_name_upper": "CHAUMONT",
"arrdep_current_code": [
"521"
]
}Record 4year: 2025 · dep_code: ["53"]
{
"year": "2025",
"dep_code": [
"53"
],
"dep_name": [
"Mayenne"
],
"reg_code": [
"52"
],
"reg_name": [
"Pays de la Loire"
],
"geo_shape": "[large value omitted]",
"arrdep_code": [
"532"
],
"arrdep_name": [
"Laval"
],
"arrdep_type": "arrondissement départemental",
"geo_point_2d": {
"lat": 48.07620601388464,
"lon": -0.8209852981490995
},
"arrdep_in_ctu": "Non",
"arrdep_area_code": "FXX",
"arrdep_name_lower": "laval",
"arrdep_name_upper": "LAVAL",
"arrdep_current_code": [
"532"
]
}Record 5year: 2025 · dep_code: ["93"]
{
"year": "2025",
"dep_code": [
"93"
],
"dep_name": [
"Seine-Saint-Denis"
],
"reg_code": [
"11"
],
"reg_name": [
"Île-de-France"
],
"geo_shape": "[large value omitted]",
"arrdep_code": [
"933"
],
"arrdep_name": [
"Saint-Denis"
],
"arrdep_type": "arrondissement départemental",
"geo_point_2d": {
"lat": 48.93562045974516,
"lon": 2.3633095678753757
},
"arrdep_in_ctu": "Non",
"arrdep_area_code": "FXX",
"arrdep_name_lower": "saint-denis",
"arrdep_name_upper": "SAINT DENIS",
"arrdep_current_code": [
"933"
]
}Live sample captured at profiling time — values may have changed upstream.
Using the API
Configuration
- Base URL
- https://public.opendatasoft.com/api/explore/v2.1/catalog/datasets/georef-france-arrondissement-departemental
License
- ✓ Redistributable
- ✓ Attribution required
Query examples
curl -s 'https://public.opendatasoft.com/api/explore/v2.1/catalog/datasets/georef-france-arrondissement-departemental/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.