€6.90 + VAT
Access the official Planimetric Elaborate of any Italian property via API
The Building Layout Plan is the fundamental technical document used to identify the configuration of an entire building. The document is issued by the Revenue Agency and is a scaled reproduction of a building showing the perimeter of the structure, the subdivision of the apartments within it, common areas (courtyards, service rooms, stairwells and elevators, etc.), private and shared uncovered areas, etc.
Openapi allows you to request the official document directly via API integration, automating the retrieval of cadastral information for professional or management projects.
Unlike the cadastral floor plan (which concerns a single real estate unit), the Building Layout Plan provides an overall view of the building. It is a scaled reproduction that graphically represents the outline of the building and the subdivision of the units composing it.
By requesting the layout plan through our service, you will obtain a complete document that includes:
API integration for the building layout plan is essential for:
Automated access to official cadastral data is an essential tool for various professionals operating in the real estate, legal, and technical sectors.
Our APIs are designed to integrate seamlessly into any digital ecosystem, eliminating the waiting times associated with manual document downloads.
POST /elaborato_planimetrico
To proceed with requesting the Building Layout Plan via the Cadastre API, the following data must be provided in the request phase:
During the request phase, it is also possible to set a callback to be notified when the request status changes and the document becomes available for download
WARNING: The "Urban Section" field is optional, but critical. If incorrect data or data not corresponding to the actual territorial situation of the relevant Municipality is entered, the error will be detected by the Revenue Agency’s system only after the API call has been made. In this case, the document cannot be issued, but the service cost will still be charged since the call was still made successfully. Therefore, it will be necessary to proceed with a new purchase using the correct data in order to obtain the document.
To request the Building Layout Plan, we will submit the information with all the parameters necessary to correctly complete the request.
https://catasto.openapi.it/elaborato_planimetrico
In the payload, the previously indicated information will be provided, namely province, municipality, sheet, and parcel
{
"provincia": "RM","
"comune": "ROMA",
"foglio": 872
"particella": 405
}The response will include the previously indicated information, along with the request status and the ID required to subsequently check for status changes and later download the document once the process has been completed.
{
"data": {
"endpoint": "elaborato_planimetrico",
"stato": "in_erogazione",
"callback": false,
"parametri": {
"foglio": "872",
"particella": "405"
"comune": "H501#ROMA#4#0"
"sezione": "null"
"provincia": "ROMA Territorio-RM"
"sezione_urbana": ""
},
"documento": null,
"esito": null,
"timestamp": 1655308768,
"owner": "[email protected]",
"id": "62aa01e18c75fd55685d07b3"
},
"success": true,
"message": "",
"error": null
}
GET /elaborato_planimetrico/{_id}
To check the status of the request, you can use the dedicated endpoint by providing the ID previously obtained in the response
https://catasto.openapi.it/elaborato_planimetrico/62aa01e18c75fd55685d07b3In case of completed status, the response will include all information corresponding to the request.
{
"data": {
"endpoint": "elaborato_planimetrico",
"stato": "evasa",
"callback": false,
"parametri": {
"foglio": "872",
"particella": "405"
"comune": "H501#ROMA#4#0"
"sezione": "null"
"provincia": "ROMA Territorio-RM"
},
"documento": "62aa01e18c75fd55685d07b3.pdf",
"esito": ok,
"timestamp": 1655308768,
"owner": "[email protected]",
"id": "62aa01e18c75fd55685d07b3"
},
"success": true,
"message": "",
"error": null
}
GET /elaborato_planimetrico/{id}/documento
Once the request status is "evasa", the document can be downloaded using the GET method /elaborato_planimetrico/{id}/documento
This is an example of a request using the previously obtained ID:
https://catasto.openapi.it/elaborato_planimetrico/62aa01e18c75fd55685d07b3/documentoThe request will allow you to directly download the document in PDF format.
The Building Layout Plan is a document required in certain specific contexts such as:
Only building layout plans filed after 1990, the year the Agenzia del Territorio was established, are available, and they are not available for the provinces of Trento and Bolzano.
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 Planimetric Document service (in Italian "elaborato planimetrico") provides access to the official document available in the digital archives of the Italian Revenue Agency, which is a scaled drawing (1:500 or 1:200) of a building. It shows the boundaries of the building, the individual units within it, the common areas, and portions of exclusive or common outdoor spaces, indicated according to their subdivision into subunits.
The Planimetric Document service is ideal for those who need to access the official document to identify each real estate unit within the building and verify the perimeter and purpose of the common areas.
Unlike the cadastral plan, the Planimetric Document can be requested by anyone, even if they are not the property owner or an authorized representative.
The service allows access to the Planimetric Document for the entire national territory, except for the Autonomous Provinces of Trento and Bolzano, which independently manage their own cadastral and real estate databases.
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 document is made available in a few seconds.
The cost of the service is €6.90 with prepaid charge.