Our prices
Price list for single API calls
- ZIP Code € 0,04 + vat
Get the list of all Italian municipalities belonging to the same ZIP code (CAP).
Access the data of Italian municipalities with the same ZIP code (CAP) always updated, in real-time, and via API.
The ZIP Codes (CAP) service belongs to the API ZIP Codes and allows you to verify, obtain and update information associated with Italian municipalities starting from the ZIP code (CAP).
The service is identified by the endpoint: GET https://cap.openapi.it/cap/{cap}
Through ZIP Codes you can obtain the following data:
In case multiple municipalities are associated with the same ZIP code, all corresponding data will be provided.
This is an example of request obtained starting from the ZIP code 00143:
https://cap.openapi.it/cap/00143
This is the response for the previous request with the parameter ZIP code 00143:
{
"data": {
"comuni": [
{
"istat": "58091",
"comune": "Roma"
"comune_istat": "58091"
"frazione": null,
}
],
"provincia": "Roma",
"sigla_provincia": "RM",
"regione": "Lazio"
},
"success": true,
"message": "",
"error": null
}
The ZIP Codes service is used by hundreds of ecommerce with thousands of transactions per day and is in great demand because it simplifies and speeds up the compilation of shipping and invoicing forms, reducing the risk of manual errors or typos to zero.
{
"data": {
"comuni": [
{
"istat": "58091",
"comune": "Roma"
"comune_istat": "58091"
"frazione": null,
}
],
"provincia": "Roma",
"sigla_provincia": "RM",
"regione": "Lazio"
},
"success": true,
"message": "",
"error": null
}