Our prices
Price list for single API calls
- Regions € 0,01 + vat
FREE first 10000 calls/month
Get the complete list of all Italian regions with over 13 pieces of information
Access data of Italian regions in real-time via API.
The service Regions belongs to the API ZIP Codes and allows you to check and obtain the list of Italian regions.
It is identified by the endpoint GET https://cap.openapi.it/regioni
This service allows obtaining the list of regions with over 13 pieces of information:
The service does not require any search parameters.
This is an example of request:
https://cap.openapi.it/regioni
EXAMPLE RESPONSE /regioni
This is an example of response:
{
"data": [
{
"regione": "Abruzzo",
"capoluogo": "L'Aquila"
"superficie": 10831.84
"num_residenti": 1305770,
"num_comuni": 305,
"presidente": "Marco Marsilio",
"cod_fiscale": "80003170661",
"piva": "",
"pec": "[email protected]",
"sito": "www.regione.abruzzo.it",
"sede": "Regione Abruzzo / Palazzo Silone - Via Leonardo da Vinci 6, 67100 L'Aquila",
"istat": "13",
"num_province": 4
},
{
"...":"..."
}
],
"success": true,
"message": "",
"error": null
}