Our prices
Price list for single API calls
- Suppressed Municipalities € 0,01 + vat
FREE first 10000 calls/month
Get the list of all suppressed Italian municipalities belonging to the same province.
Access data for suppressed Italian municipalities always up-to-date, in real-time, and via API.
The Suppressed Municipalities service belongs to the API ZIP Codes and allows you to check and obtain the list of suppressed Italian municipalities starting from the province code.
It is identified by the endpoint GET https://cap.openapi.it/suppressed_municipalities
With this service you can get the list of suppressed municipalities with the following corresponding data:
In case multiple municipalities are associated with the same ZIP Codes, all corresponding data will be provided.
The response will be a list of all the suppressed municipalities in that province. Here is a response, by way of example, for the province of Vicenza (VI):
"data": [
{
"istat": "24011",
"comune": "Barbarano Vicentino"
"cod_fisco": "A627",
"sigla_provincia": "VI"
"regione": "Veneto",
"provincia": "Vicenza"
},
{
"...":"..."
}
],
"success": true,
"message": "",
"error": null
}