€8.90 + VAT
Access the official Planimetric Elaborate of any Italian property via API
Openapi allows you to request, with delegation and via API, the official Floor Plan Document of a property
The Floor Plan Document is a document issued by the Revenue Agency and is a scaled reproduction of a building showing the perimeter of the building, the subdivision of the apartments inside it, common areas (courtyards, service rooms, stairwell and elevator, etc.), uncovered private and common areas, etc.
The floor plan document generally contains the following information:
GET /documents
To request the Floor Plan Document with Docuengine, you must first check all the parameters to correctly complete the request.
https://docuengine.openapi.com/documents
This is possible through the endpoint GET /documents which does not require parameters and will return the complete list of documents and practices available via Docuengine.
GET /documents
The response will indicate not only the list but also all the information needed to complete the document request and the respective costs available through the Docuengine API. In our case we are only interested in the data for the Floor Plan Document:
{
"data": [
{
"requestStructure": {
"fields": {
"field0": {
"name": "province",
"nameIT": "provincia immobile",
"type": "cadastralProvince",
"required": true,
"options": null,
"help": "Inserire la provincia dove e' presente l'immobile"
},
"field1": {
"name": "municipality",
"nameIT": "comune immobile",
"type": "string",
"required": true,
"options": null,
"help": "Inserire il comune dove e' presente l'immobile"
},
"field2": {
"name": "section",
"nameIT": "sezione amministrativa",
"type": "string",
"required": false,
"options": null,
"help": "Inserire la sezione amministrativa"
},
"field3": {
"name": "cadastralSheet",
"nameIT": "foglio catastale",
"type": "cadastralSheet",
"required": true,
"options": null,
"help": "Inserire il foglio catastale dell'immobile"
},
"field4": {
"name": "cadastralParcel",
"nameIT": "particella catastale",
"type": "cadastralParcel",
"required": true,
"options": null,
"help": "Inserire la particella catastale dell'immobile"
},
"field5": {
"name": "cadastralSub",
"nameIT": "subalterno catastale",
"type": "cadastralSub",
"required": false,
"options": null,
"help": "Inserire il subalterno catastale dell'immobile"
}
},
"validation": "(field0 && field1 && field2 && field3 && field4 && field5) || (field0 && field1 && field3 && field4) || (field0 && field1 && field2 && field3 && field4) || (field0 && field1 && field3 && field4 && field5)",
"help": null,
"searchHelp": null
},
"category": "Catastali",
"name": "Elaborato Planimetrico",
"options": null,
"hasSearch": false,
"isSync": false,
"id": "68adca957a0be68c265a74b5",
"searchPrice": 0,
"documentPrice": 8.9,
"totalPrice": 8.9
}
],
"success": true,
"message": "",
"error": null
}
Validation indicates the mandatory data required to successfully complete the request.
The useful data for the request are:
To request the Floor Plan Document, you must make a request to the endpoint POST /requests, providing the previously indicated data: Province, Municipality, Cadastral Sheet, and Cadastral Parcel of the property.
POST /requests
{
"documentId": "68adca957a0be68c265a74b5"
"search": {
"field0": "provincia immobile",
"field1": "comune immobile",
"field3": "foglio catastale",
"field4": "particella catastale"
}
}
POST /requests
The response returns various information including the status, whether the callback is set, and the request ID which will be needed later to download the document.
{
"documentId": "68adca957a0be68c265a74b5"
"search": {
"field0": "provincia immobile",
"field1": "comune immobile",
"field3": "foglio catastale",
"field4": "particella catastale"
},
"data": {}
},
"timestamps": {
"creation": 1724416377,
"WAIT": 1724416377,
"lastUpdate": 1724416393
},
"state": "WAIT",
"readableSearch": {},
"optionsPrice": 0,
"selectedOptions": null,
"notifyEmail": null,
"name": "Elaborato Planimetrico",
"hasSearch": false,
"searchPrice": 0,
"documentPrice": 8.9,
"totalPrice": 8.9,
"documents": null,
"resultId": null,
"results": null,
"id": "68adca957a0be68c265a74b5"
},
"success": true,
"message": "",
"error": null
}
PATCH /requests/{_id}
By default, if the "STATE" field is not set, the transaction is considered immediately closed and your request will be processed and fulfilled. If it is set, the transaction is started but remains open and you can then proceed to update the request via the endpoint PATCH /requests/{_id}.
When the request is in "fulfilled" status, you can download the document in PDF format. The endpoint that allows downloading the documents generated from the request is: GET /documents
The response will indicate the file name, size, and the URL for downloading the file.
{
data{
"fileName": "5f22f5b5065afc21cc60a27a_0.pdf",
"mimeType": application/pdf",
"fileSize": "34144",
"md5":" application/pdf",
"urlExpire": "1724505599",
"downloadUrl": "https://storage.googleapis.com/test-docuengine-openapi-com/documents/5f22f5b5065afc21cc60a27a_0.pdf",
},
"success": true,
"message": "",
"error": null
}
The PDF file is provided in base64 encoded format.
The Floor Plan Document is required in some specific contexts such as:
Only floor plan documents filed after 1990, the year of establishment of the Land Agency, 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 within 2 working hours.
The cost of the service is €8.90 with prepaid charge.