From: €0.99 + VAT
Access current or historical cadastral visas on individuals or companies in minutes and via API
The cadastral report allows you to consult the information registered with the Revenue Agency regarding a property (building or land) or a subject
With the Cadastral API, in addition to cadastral reports on properties and subjects, you can also directly obtain information about properties based on cadastral data or addresses, or about owners, or check properties registered to a subject at a national or provincial level.
The cadastral report for a subject is available for both private individuals and legal entities, in both current (ordinary) and historical versions.
The current cadastral report for a subject includes the following information:
The historical cadastral report on the subject also includes information about properties owned in the past.
POST /visura_catastale
The request for a cadastral report, whether ordinary or historical, for a subject can be made by specifying in the payload the entity, meaning that it is a report on a subject, and using simply the following parameters: Tax Code (Private) / VAT Number (Company), Cadastral Type Land, Building, Land and Building, Province. The requester is always optional.
{
"entita": "subject",
"tipo_catasto": "f",
"cf_piva": "12485671007",
"provincia": "rm",
"richiedente": "jane doe"
}
Alternatively, the report can also be obtained using the subject ID available from the person search in the Cadastral API.
{
"entita": "subject",
"id_soggetto": "OTgwMzI3NTA1MiMwI0FMVFJBVklBIFNFUlZJWkkgU09DSUVUQScgQSBSRVNQT05TQUJJTElUQScgTElNSVRBVEEjUk9NQSAoUk0pIzEyNDg1NjcxMDA3",
"tipo_visura": "ordinary",
"tipo_catasto": "f",
"richiedente": "jane doe"
}
The response to both request methods will include information about the subject and, importantly, the status of the request and the ID:
{
"data": {
"entita": "subject",
"stato": "in_progress",
"callback": false,
"parametri": {
"id_soggetto": "MTY1NjcyOCMxNjU2NzI4I0YjODcyIzQwNSNINTAxIzIyNTkyNjkjNDgjICNST01B",
"tipo_catasto": "F",
"cf_piva": "12485671007,
"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 reports, once you have the request ID, you can check the details at any time using the GET /visura_catastale/{id}
The response will include the data used in the request, the request ID, and the request status
{
"data": {
"entita": "subject",
"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
}
During the request phase, you can also set a callback to receive a notification from the system when the request status changes to fulfilled and the document can be downloaded.
GET /visura_catastale/{id}/documento
Once the request status changes from "in_progress" to "fulfilled", you can download the cadastral report document using the GET /visura_catastale/{id}/documento.
At any time, you can obtain the list of all requests made using the GET /visura_catastale.
Cadastral reports are asynchronous, and it typically takes a few minutes from the completion of the request to the availability of the document.
The cadastral report can be requested for any property or subject in Italy, except for the provinces of Trento and Bolzano, as they are managed by their respective autonomous provinces.
The cadastral report allows you to verify the correspondence between cadastral data present in the Revenue Agency's database and the actual state of the property. It is also 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 purchase and 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 Report for Subject service (in italian "visura catastale soggetto") provides quick access to official reports from the Revenue Agency, specifically the Cadastral Report for Subject , whether individual or legal entity. You can obtain both current and historical cadastral reports. The official subject report includes a list of all properties registered to an individual (private or legal entity) with property identification data, classification data, surface area data, and information about the subject. The Cadastral Report for Subject service provides quick access to official reports from the Revenue Agency, specifically the Cadastral Report for Subject , whether individual or legal entity. You can obtain both current and historical cadastral reports. The official subject report includes a list of all properties registered to an individual (private or legal entity) with property identification data, classification data, surface area data, and information about the subject.
The Cadastral Report for Subject service provides the following information for each property:
In addition, for the subject, it includes:
The Cadastral Report for Subject service is designed for those who need official data on a physical or legal person and want to obtain a complete list of properties registered to them in a specific province. The service allows downloading 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.