From: €0.99 + VAT
Access ordinary or historical cadastral land registry searches on any type of Italian building or land, in minutes and via API
The Cadastral Property Report allows you to check the information registered with the Revenue Agency regarding a property (building or land) or a subject
With the Land Registry API, in addition to land registry consultations for properties and subjects, you can also directly obtain information about properties from land registry data or addresses, or on owners, or verify properties registered to a subject on a national or provincial level
The property land registry consultation includes the following information:
The historical land registry consultation also includes information about the property's past, such as any toponymic changes, changes to the income, and the history of property owners.
POST /land_registry_consultation
The request for a land registry consultation, whether ordinary or historical, for a property can be made by specifying in the payload the entity, i.e., whether the consultation is on property or subject, the requester (optional), and simply using the following parameters: province, municipality, sheet, parcel, subparcel.
{
"entita": "property",
"tipo_catasto": "f",
"provincia": "rm",
"comune": "rome",
"foglio": 872,
"particella": 405,
"subalterno": 48,
"tipo_visura": "ordinary",
"richiedente": "jane doe"
}
Alternatively, you can request it without cadastral data but via the property ID obtainable from land registry searches. Entity and type of consultation (ordinary or historical) are mandatory fields, while the requester is optional.
{
"entita": "property",
"id_immobile": "MTY1NjcyOCMxNjU2NzI4I0YjODcyIzQwNSNINTAxIzIyNTkyNjkjNDgjICNST01B",
"tipo_visura": "ordinary",
"richiedente": "jane doe"
}
The response to both request methods will include the land registry information and importantly, the status of the request and the ID:
{
"data": {
"entita": "property",
"stato": "in_progress",
"callback": false,
"parametri": {
"id_immobile": "MTY1NjcyOCMxNjU2NzI4I0YjODcyIzQwNSNINTAxIzIyNTkyNjkjNDgjICNST01B",
"tipo_catasto": "F",
"foglio": 872,
"particella": 405,
"subalterno": 48,
"comune": "H501#ROMA#4#0",
"sezione": "2259269",
"provincia": "ROMA Territorio-RM"
},
"tipo_visura": "ordinary",
"richiedente": "jane doe",
"documento": null,
"esito": null,
"timestamp": 1653489879,
"owner": "[email protected]",
"id": "628e40d77ee3b06fb03350ca"
},
"success": true,
"message": "",
"error": null
}
GET /visura_catastale/{id}
For both types of consultations, once you have the request ID, you can check the details at any time using the method GET /visura_catastale/{id}
The response will include the data used in the request, the request ID, and the status of the request.
{
"data": {
"entita": "property",
"stato": "in_progress",
"callback": false,
"parametri": {
"id_immobile": "MTY1NjcyOCMxNjU2NzI4I0YjODcyIzQwNSNINTAxIzIyNTkyNjkjNDgjICNST01B",
"tipo_catasto": "F",
"foglio": 872,
"particella": 405,
"subalterno": 48,
"comune": "H501#ROMA#4#0",
"sezione": "2259269",
"provincia": "ROMA Territorio-RM"
},
"tipo_visura": "ordinary",
"richiedente": "jane doe",
"documento": null,
"esito": null,
"timestamp": 1653489879,
"owner": "[email protected]",
"id": "628e40d77ee3b06fb03350ca"
},
"success": true,
"message": "",
"error": null
}
At the time of the request, you can also set a callback to receive a notification from the system when the request status changes to completed, and the document becomes available for download.
GET /visura_catastale/{id}/documento
Once the request has changed from the "in_progress" state to "completed," you will be able to download the land registry document using GET /visura_catastale/{id}/documento.
At any time, you can obtain the list of all requests made through the method GET /visura_catastale.
Land registry consultations are asynchronous, and the document is usually available within a few minutes after the request is completed.
The land registry consultation can be requested for any property or subject in Italy, except for the provinces of Trento and Bolzano, as they are managed by the respective autonomous provinces.
The land registry consultation allows you to verify the correspondence between the cadastral data in the Revenue Agency database and the actual state of the property. Additionally, it is a crucial tool for correctly completing procedures such as Model 730 or Model Unico, obtaining data on cadastral income and thus the correctness of property taxes, and is necessary for certain operations such as sale, rental, and inheritance.
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 Cadastral Property Report service (in Italian "visura catastale immobile") provides quick access to official reports from the Revenue Agency. You can obtain both standard and historical cadastral reports. The official real estate report includes details such as cadastral code, category, class, consistency, and rental value, as well as surface area data. It also offers comprehensive information about the property owners, including name or company name, tax code, type of ownership, and share of ownership.
The Cadastral Property Report service provides the following information:
The Cadastral Property Report service is intended for those who need verified data on a specific property and its owners. It also allows you to download the official document from the Revenue Agency in a few minutes without manual handling. The Cadastral Property Report service is intended for those who need verified data on a specific property and its owners. It also allows you to download the official document from the Revenue Agency in a few minutes without manual handling.
The service provides access to reports for the entire national territory, except for properties in the Autonomous Provinces of Trento and Bolzano, which manage their own cadastral and real estate databases independently.
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.
Data is returned within a few minutes.
The cost of the service starts at €0.99 with a subscription or €1.90 with a prepaid charge.