Our prices
Price list for single API calls
- Update of Italian Municipalities Data € 0,02 + vat
FREE first 10 calls/day
Keep updated all data of Municipalities, Provinces, Regions thanks to our API service.
Keep your data always updated thanks to the Italian Municipalities Data Update service.
Our APIs allow to verify in a second administrative and postal data of cities, provinces and regions, ensuring correct information for deliveries and checkout optimizations thanks to autocomplete.
Open API provides several types of Municipalities data verification and update services via API:
Variations in ZIP codes due to changes in administrative structures such as mergers of new municipalities are very frequent.
OpenAPI through this service allows to obtain the updated list of municipalities belonging to a specific ZIP code.
{ "data": { "nome_provincia": "Terni", "sigla_provincia": "TR", "regione": "Umbria", "comuni": [ "Terni" ], "dettaglio_comuni": [ { "nome": "Terni", "popolazione": 109193, "codice_catastale": "L117", "codice_istat": "055032" } ] }, "success": true, "message": "", "error": null }
Italian Municipalities Istat allows you to obtain the updated list of the municipality or municipalities associated with an ISTAT code.
{ "data": { "nome_provincia": "Terni", "sigla_provincia": "TR", "regione": "Umbria", "comuni": [ "Terni" ], "dettaglio_comuni": [ { "nome": "Terni", "popolazione": 109193, "codice_catastale": "L117", "codice_istat": "055032" } ] }, "success": true, "message": "", "error": null }
Italian municipalities cadastral code allows to obtain the municipality identified by a cadastral code.
{ "data": { "nome_provincia": "Terni", "sigla_provincia": "TR", "regione": "Umbria", "comuni": [ "Terni" ], "dettaglio_comuni": [ { "nome": "Terni", "popolazione": 109193, "codice_catastale": "L117", "codice_istat": "055032" } ] }, "success": true, "message": "", "error": null }
The service allows you to obtain the updated list of all the municipalities belonging to a specific region.
{ "data": { "nome_provincia": "Terni", "sigla_provincia": "TR", "regione": "Umbria", "comuni": [ "Terni" ], "dettaglio_comuni": [ { "nome": "Terni", "popolazione": 109193, "codice_catastale": "L117", "codice_istat": "055032" } ] }, "success": true, "message": "", "error": null }
The service allows you to get the updated list of all the municipalities of a given province
{ "data": { "nome_provincia": "Terni", "sigla_provincia": "TR", "regione": "Umbria", "comuni": [ "Terni" ], "dettaglio_comuni": [ { "nome": "Terni", "popolazione": 109193, "codice_catastale": "L117", "codice_istat": "055032" } ] }, "success": true, "message": "", "error": null }
The service allows you to get the updated list of all the provinces
{ "data": { "AG": "Agrigento", "AL": "Alessandria", "AN": "Ancona", "AO": "Valle d'Aosta/Vallée d'Aoste", "AP": "Ascoli Piceno", "AQ": "L'Aquila", "AR": "Arezzo", "AT": "Asti", "AV": "Avellino", ....... }
The service allows you to get the updated list of all regions
{ "data": [ "Piemonte", "Valle d'Aosta/Vallée d'Aoste", "Lombardia", "Trentino-Alto Adige/Südtirol", "Veneto", "Friuli-Venezia Giulia", "Liguria", "Emilia-Romagna", "Toscana", "Umbria", ... ], "success": true, "message": "20 Risultati", "error": null }