Our prices
Price list for single API calls
- Municipalities Advanced € 0,05 + vat
Get more than 20 pieces of information about Italian municipalities using the ISTAT code.
Access up-to-date data on Italian municipalities in real-time via API.
The Municipalities Advanced service is part of the API ZIP Codes and allows you to verify, obtain and update the information associated with an Italian municipality using the ISTAT code.
It is identified by the endpoint GET https://cap.openapi.it/comuni_advance/{istat_code}
The service allows you to obtain more than 20 pieces of information about any Italian city:
As mentioned above, the starting parameter is the ISTAT code, which can be obtained free of charge via our API service Search Municipalities.
This is an example request using the ISTAT code 58091:
https://cap.openapi.it/comuni_advance/58091
This is an example of a response to the request with the ISTAT code 58091:
{
"data": {
"istat": "58091",
"comune": "Roma",
"regione": "Lazio",
"provincia": "Roma",
"prefisso": "06",
"cod_fisco": "H501",
"superficie": 1308,
"num_residenti": 2770226,
"nome_abitanti": "Romani",
"patrono": {
"nome": "SS. Pietro e Paolo",
"data": "29 giugno"
},
"municipio": {
"municipio": "Via del Campidoglio"
},
"istat_old": null,
"sigla_provincia": "RM",
"email": "[email protected]",
"pec": "[email protected]",
"tel": "+39 06/67102001",
"fax": "+39 06/67103590",
"frazioni": [
"Borgo Lotti",
".."
],
"cap": [
"00118",
"..."
]
},
"success": true,
"message": "",
"error": null
}
The response will include the complete list of hamlets and ZIP codes associated with the given ISTAT code.