FREE 10000 requests/month
€0.01 + VAT
FREE requests
The service to obtain the complete list of all Italian provinces enriched with more than 7 information such as residents, istat code and provinces.
The Provinces service makes it possible to check and obtain the list of Italian provinces in real time and via API.
In Italy, provinces are administrative entities that serve an intermediate role between the municipal and regional levels. Each province is made up of a group of municipalities and is responsible for managing and coordinating services and activities that involve multiple municipalities.
It belongs to the API ZIP Codes and is identified the endpoint GET https://cap.openapi.it/province
This service makes it possible to obtain the list of provinces with over 7 pieces of information:
GET /province
Provinces do not require any search parameters.
https://cap.openapi.it/province
GET /province
This is an example of a response:
{
"data": [
{
"sigla": "AG",
"capoluogo": "Agrigento"
"superficie": 10831.84
"residenti": 1305770,
"num_comuni": 305,
"istat": "084",
},
{
"...":"..."
}
],
"success": true,
"message": "",
"error": null
}
There is also another endpoint (/province/{code}) that allows you to obtain information exclusively about a single province.
In this case, the abbreviation of the province must be passed as a parameter.
GET /province/{code}
This is an example of an enquiry for the province of Frosinone where the parameter is FR
https://cap.openapi.it/province/fr
The response will still be with the same information but only about the indicated province.
GET /province/{code}
This is an example of an answer for the province of Frosinone (FR):
{
"data": [
{
"sigla": "FR",
"capoluogo": "Frosinone"
"superficie": 3243.89
"residenti": 493229,
"num_comuni": 91,
"istat": "060",
"regione": "Lazio"
},
"success": true,
"message": "",
"error": null
}
This service is ideal for companies that need to keep geographic data constantly updated or validate information related to Italian provinces quickly and efficiently, such as logistics and transport companies, e-commerce companies, CRMs, and management software.
Do you need help?
Haven't found the answer you're looking for?
Fill in all the details, we will get back to you as soon as possible!
Provinces is the service that provides access to up-to-date information on all Italian provinces. With the Province API, you can obtain information on a single province or directly retrieve the complete list of Italian provinces. The service provides the province name, abbreviation, surface area, region, ISTAT code, population, and the number of municipalities within the province.
Absolutely yes, our APIs provide access to up-to-date information on all Italian provinces.
The Provinces service includes the following information in the response:
Yes, through Openapi’s APIs, you can access over 28 services dedicated to the real estate sector:
These services are available through different APIs: Docuengine, Cadastre, Real Estate.
The Provinces service is useful when you need to obtain and update current information about Italian provinces.
The data is updated every 3 months on average.
The data is returned in real-time.
The service is free up to 1,440 requests per day, after which a charge of €0.01 per request applies.