Number of APIs: 11
Web service that allows you to consult the land and buildings cadastre of the Italian territory. Contact Support:
Name: Support
GET {{baseUrl}}/indirizzo?provincia=<string>&comune=<string>&sezione=<string>&indirizzo=<string>
Allows you to extract the id_indirizzo through a search, which will then serve as a parameter for the POST/richiesta/indirizzo
GET {{baseUrl}}/territorio/:provincia_or_nome_provincia_or_id?tipo_catasto=<string>
Allows you to see the detail of the province with the municipalities; if the tipo_catasto is not passed, the buildings database is shown.
GET {{baseUrl}}/territorio/:provincia_or_nome_provincia_or_id/:comune?tipo_catasto=<string>
Allows you to see the detail of the municipality; if the tipo_catasto is not passed, the buildings database is shown.
4. territorio - {{baseUrl}}/territorio
GET {{baseUrl}}/territorio?tipo_catasto=<string>
This method allows you to see all the provinces of Italy; if the tipo_catasto is not passed, the buildings database is shown.
5. richiesta - {{baseUrl}}/richiesta
GET {{baseUrl}}/richiesta
This method allows you to see all the requests you have made
6. richiesta - {{baseUrl}}/richiesta/:endpoint/
POST {{baseUrl}}/richiesta/:endpoint/
This method allows you to create a request to receive information on subjects and properties in the Italian land registry
7. richiesta - {{baseUrl}}/richiesta/:id
GET {{baseUrl}}/richiesta/:id
Allows you to see the detail of the request identified by the id
8. visura catastale-{id} - {{baseUrl}}/visura_catastale/:id
GET {{baseUrl}}/visura_catastale/:id
Allows you to see the detail of the visura identified by the id
9. visura catastale-{id} - {{baseUrl}}/visura_catastale/:id/documento
GET {{baseUrl}}/visura_catastale/:id/documento
This method allows you to directly download the document
10. visura catastale - {{baseUrl}}/visura_catastale
POST {{baseUrl}}/visura_catastale
This method allows you to create a request to obtain a visura catastale
11. visura catastale - {{baseUrl}}/visura_catastale
GET {{baseUrl}}/visura_catastale
This method allows you to see all the visure you have made
ENDPOINTS