From: €0.10 + VAT
Get the list of properties and land, with over 10 pieces of information, starting with the address. All within minutes and via API
The Property List by Address allows access to updated information on properties and land starting from an address.
The service service belongs to the API Cadastre and is identified by the endpoint https://catasto.openapi.it/richiesta/indirizzo
Unlike other services of the API Cadastre, in this case, you need to make a request to obtain one of the required parameters: the address ID. The endpoint to use is GET/indirizzo, and you must provide the data for Province, Municipality, Section (if present), and address.
Once you obtain the ID, you can make a request to the Property List by Address service.
The necessary data to make the request are:
The service allows access to data such as address, census area, category, class, size, cadastral income or agricultural/dominical income, etc.
The service is asynchronous, so a first request is needed to obtain the ID, and a second request is made to retrieve the data once the request is completed.
POST /indirizzo
The method to use is POST; here is an example of a call to the endpoint:
POST https://catasto.openapi.it/richiesta/indirizzo
This is an example of the necessary parameters:
{ "id_indirizzo": "MjUwNSMyMzYjVklBIERFTCBSSVZP", "dal_civico": "3", "al_civico": "4", }
The response is asynchronous. You can also set a callback during the request to be updated when the data will be available.
POST /indirizzo
The response will include the parameters used during the request plus the ID:
{
"data": {
"endpoint": "indirizzo",
"stato": "in_erogazione",
"callback": false,
"parametri": {
"id_indirizzo": "MjUwNSMyMzYjVklBIERFTCBSSVZP",
"dal_civico": 2,
"al_civico": 3
},
"risultato": null,
"esito": null,
"timestamp": 1716374985,
"owner": "[email protected]",
"id": "664dcdc97de11b2d0426430f"
},
"success": true,
"message": "",
"error": null
}
The ID will be necessary to check the status of the request and access the desired data when the request is completed. The data are usually available within a few minutes.
GET/richiesta/{id}
To obtain the data, you will need to make a call to another endpoint with the previously obtained ID. Here is an example of the request:
GET https://catasto.openapi.it/richiesta/664dcdc97de11b2d0426430f
GET/richiesta/{id}
In this case, the data in the response will include the parameters used previously, plus over 10 pieces of information about properties or land that match the search.
If the search was conducted for the 'Building' type of land registry, the information will include the following:
Below is an example of a response that includes 2 properties in the result:
{
"data": {
"endpoint": "indirizzo",
"stato": "evasa",
"callback": false,
"parametri": {
"id_indirizzo": "MjUwNSMyMzYjVklBIERFTCBSSVZP",
"dal_civico": "2",
"al_civico": "3"
},
"risultato": {
"immobili": [
{
"sezione_urbana": null,
"foglio": 84,
"particella": 252,
"subalterno": "",
"indirizzo": "VIA DEL RIVO, 2 Piano T - S1",
"zona_censuaria": "2",
"categoria": "A/7",
"classe": "4",
"consistenza": "5,5 vani",
"rendita": "Euro:426,09",
"partita": "",
"id_immobile": "saf1sf9djosaj0asdaljf93jfjkdkjsòfrjòjsdfòajdsòjfòsjf"
},
{
"sezione_urbana": null,
"foglio": 69,
"particella": 965,
"subalterno": 1,
"indirizzo": "VIA DEL RIVO, 3 Piano T",
"zona_censuaria": "2",
"categoria": "C/1",
"classe": "3",
"consistenza": "70 mq",
"rendita": "Euro: 566,79",
"id_immobile": "saf1sf9djosaj0adsf3234eedeòjsdfòajdsòjfòsjf"
}
]
},
"esito": "OK",
"timestamp": 1625232029,
"owner": "[email protected]",
"id": "60e581c58138e80d804dad20"
},
"success": true,
"message": "",
"error": null
}
The response will also contain property/land IDs that can be used to make a direct request for a cadastral property view (ordinary or historical) using the dedicated endpoint.
The service is ideal for those who need quick access to verified cadastral information, such as real estate agencies, notary offices, real estate and asset consulting firms.
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!
The List of Properties from Address service allows you to obtain a list of properties located within a section of an address defined by two civic numbers. The list is enriched with details such as sheet, parcel, subordinate, address, cadastral zone, category, class, consistency, rental value, and property ID. The List of Properties from Address service allows you to obtain a list of properties located within a section of an address defined by two civic numbers. The list is enriched with details such as sheet, parcel, subordinate, address, cadastral zone, category, class, consistency, rental value, and property ID. The address ID can be obtained via the dedicated GET /address service.
The List of Properties from Address service is currently available only for Italy.
The List of Properties from Address service provides the following information:
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 List of Properties from Address service is particularly useful in two scenarios: when you want to obtain information about properties without having cadastral data, or when you want to access information about properties located in a broader area than what is identified by sheet and parcel.
Data is returned within a few minutes.
The cost of the service starts at €0.10 with a subscription or €0.30 with a prepaid charge.