Our prices
Price list for single API calls
- Metropolitan Cities € 0,01 + vat
FREE first 10000 calls/month
Get the updated list of all Italian metropolitan cities.
Access metropolitan city data in real time and via API.
The Metropolitan Cities service belongs to the API ZIP Codes and allows you to check and obtain the list of metropolitan cities.
It is identified by the endpoint: GET https://cap.openapi.it/città_metropolitane
The service allows obtaining the list of metropolitan cities with the following corresponding data:
Metropolitan Cities does not require any search parameter:
https://cap.openapi.it/metropolitan_cities
This is an example of response:
{
"data": [
{
"denominazione": "MESSINA",
"capoluogo": "Messina"
"popolazione": 631297,
"superficie": 3266,
"densita": 193,
"num_comuni": 108
},
{
"...":"..."
}
],
"success": true,
"message": "",
"error": null
}