Municipalities - ItalyComuni - Italy
Comuni - ItalyMunicipalities - Italy
This dataset is part of the geographical reference collection maintained by Opendatasoft, providing administrative boundary and reference data for Italy as of 2021, sourced from ISTAT, the Italian national statistics institute. It covers multiple administrative levels, including groups of regions, regions, provinces, and comuni (municipalities). The dataset has been enhanced with the addition of Italian ISO 3166-3 codes and simplified geometries to improve usability. It is intended for use in geographic analysis, mapping, and administrative reference applications requiring standardized Italian territorial subdivisions.This dataset is part of the Geographical repository maintained by Opendatasoft. This dataset contains data for comuni in Italy in 2021. The data is sourced from ISTAT . Available levels Groups of regions Regions Provinces Comuni Enhancements Add Italian ISO 3166-3 code. Simplify geometries to pro...
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (17 fields)
Click a field to see example values.
| Fill | Field | Type | Description |
|---|---|---|---|
| — | geo_point_2dGeo Point | geo_point_2d | — |
| — | geo_shapeShape | geo_shape | — |
| — | year | date | — |
| — | rip_codeOfficial Code Ripartizione geografica | text | — |
| — | rip_nameOfficial Name Ripartizione geografica | text | — |
| — | reg_codeOfficial Code Regione | text | — |
| — | reg_nameOfficial Name Regione | text | — |
| — | prov_codeOfficial Code Provincia/Città metropolitana | text | — |
| — | prov_nameOfficial Name Provincia/Città metropolitana | text | — |
| — | com_codeOfficial Code Comune | text | — |
| 100% | com_nameOfficial Name Comune | text | — |
| 100% | com_name_upperOfficial Name Comune upper case | text | — |
| 100% | com_name_lowerOfficial Name Comune lower case | text | — |
| 100% | com_area_codeIso 3166-3 Area Code | text | — |
| 100% | com_typeType | text | — |
| 0% | com_altnameAlternative name Comune | text | — |
| 100% | com_capoluogoCapoluogo status | 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 1year: 2022 · com_code: 013154
{
"year": "2022",
"com_code": "013154",
"com_name": "Montano Lucino",
"com_type": "Comune",
"reg_code": "3",
"reg_name": "Lombardia",
"rip_code": "1",
"rip_name": "Nord-Ovest",
"geo_shape": "[large value omitted]",
"prov_code": "13",
"prov_name": "Como",
"com_altname": null,
"geo_point_2d": {
"lat": 45.79134172369541,
"lon": 9.03063400481548
},
"com_area_code": "ITA",
"com_capoluogo": "No",
"com_name_lower": "montano lucino",
"com_name_upper": "MONTANO LUCINO"
}Record 2year: 2022 · com_code: 048037
{
"year": "2022",
"com_code": "048037",
"com_name": "Rufina",
"com_type": "Comune",
"reg_code": "9",
"reg_name": "Toscana",
"rip_code": "3",
"rip_name": "Centro",
"geo_shape": "[large value omitted]",
"prov_code": "248",
"prov_name": "Firenze",
"com_altname": null,
"geo_point_2d": {
"lat": 43.81766934628427,
"lon": 11.53380407298507
},
"com_area_code": "ITA",
"com_capoluogo": "No",
"com_name_lower": "rufina",
"com_name_upper": "RUFINA"
}Record 3year: 2022 · com_code: 034022
{
"year": "2022",
"com_code": "034022",
"com_name": "Monchio delle Corti",
"com_type": "Comune",
"reg_code": "8",
"reg_name": "Emilia-Romagna",
"rip_code": "2",
"rip_name": "Nord-Est",
"geo_shape": "[large value omitted]",
"prov_code": "34",
"prov_name": "Parma",
"com_altname": null,
"geo_point_2d": {
"lat": 44.39643781860176,
"lon": 10.112915388271015
},
"com_area_code": "ITA",
"com_capoluogo": "No",
"com_name_lower": "monchio delle corti",
"com_name_upper": "MONCHIO DELLE CORTI"
}Record 4year: 2022 · com_code: 102011
{
"year": "2022",
"com_code": "102011",
"com_name": "Filadelfia",
"com_type": "Comune",
"reg_code": "18",
"reg_name": "Calabria",
"rip_code": "4",
"rip_name": "Sud",
"geo_shape": "[large value omitted]",
"prov_code": "102",
"prov_name": "Vibo Valentia",
"com_altname": null,
"geo_point_2d": {
"lat": 38.789739786912236,
"lon": 16.31109239635568
},
"com_area_code": "ITA",
"com_capoluogo": "No",
"com_name_lower": "filadelfia",
"com_name_upper": "FILADELFIA"
}Record 5year: 2022 · com_code: 015210
{
"year": "2022",
"com_code": "015210",
"com_name": "Settala",
"com_type": "Comune",
"reg_code": "3",
"reg_name": "Lombardia",
"rip_code": "1",
"rip_name": "Nord-Ovest",
"geo_shape": "[large value omitted]",
"prov_code": "215",
"prov_name": "Milano",
"com_altname": null,
"geo_point_2d": {
"lat": 45.453388525559845,
"lon": 9.389503607079192
},
"com_area_code": "ITA",
"com_capoluogo": "No",
"com_name_lower": "settala",
"com_name_upper": "SETTALA"
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Configuration
- Base URL
- https://public.opendatasoft.com/api/explore/v2.1/catalog/datasets/georef-italy-comune
License
- ✓ Redistributable
- ✓ Attribution required
Query examples
curl -s 'https://public.opendatasoft.com/api/explore/v2.1/catalog/datasets/georef-italy-comune/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.