HomeProductsList of Properties from Cadastral Identifiers - Italy

List of Properties from Cadastral Identifiers - Italy

From: €0.10 + VAT

Get a list of real estate and land, with over 10 pieces of information, starting with cadastral data: sheet and parcel. All in minutes and via API

Delivery

In a few minutes

available for
  • it

The Property from Cadastral Identifiers provides access to up-to-date information on real estate and land from cadastral data: sheet and parcel.

The service service belongs to the Cadastre API and is identified by the endpoint https://catasto.openapi.it/richiesta/elenco_immobili

The necessary data to make the request are:

  • type of cadastre (T for land or F for Building)
  • province
  • municipality
  • sheet
  • particle
  • section (optional)

The available data in the response will depend on the type of property (building or land) and include, for example, address, census area, category, class, size, cadastral income or agricultural/dominical income, etc.

The service is asynchronous, so you need to make a first request to obtain the ID and then a second one to retrieve the data when the request has been completed.

EXAMPLE REQUEST

POST /elenco_immobili

The method to be used in the request is POST and an example of a call to the property list endpoint follows:

POST https://catasto.openapi.it/richiesta/elenco_immmobili

This is an example of the parameters needed for a request with type of cadastre Building:

{
      "tipo_catasto": "F",
      "provincia": "RM",
      "comune": "ROMA",
      "sezione": null,
      "foglio": 872,
      "particella": 405
    }

The response is asynchronous. It is also possible to set up a callback during the request to be updated on when the data will be available, without having to call the endpoint several times GET /richiesta/{id} to verify its status.

EXAMPLE RESPONSE

POST /elenco_immobili

The response will include the parameters used in the request plus the request ID:

{
  "data": {
    "endpoint": "elenco_immobili",
    "stato": "in_erogazione",
    "callback": false,
    "parametri": {
      "tipo_catasto": "F",
      "provincia": "ROMA Territorio-RM",
      "comune": "H501#ROMA#4#0",
      "sezione": null,
      "sezione_urbana": null,
      "foglio": 872,
      "particella": 405
    },
    "risultato": null,
    "esito": null,
    "timestamp": 1716374985,
    "owner": "[email protected]",
    "id": "664dcdc97de11b2d0426430f"
  },
  "success": true,
  "message": "",
  "error": null
}

EXAMPLE RESPONSE

GET /richiesta/{id}

To obtain the data it will be necessary to make a second request, as anticipated, to another endpoint with the previously obtained ID.

This is an example of a property list request, made using the ID resulting from the previous request (664dcdc97de11b2d0426430f):

https://catasto.openapi.it/richiesta/664dcdc97de11b2d0426430f

EXAMPLE RESPONSE

GET /richiesta/{id}

Also in this case, the data in the response will include the parameters used in the request and information on buildings or land compatible with the search. In the event that the search was carried out on the type of building cadastre, the information will be as follows:

  • subalterno
  • address
  • census area
  • category
  • class
  • consistency
  • annuity
  • lot
  • building_id

Below is an example of an answer with 2 properties in the result:

{
  "data": {
    "endpoint": "elenco_immobili",
    "stato": "evasa",
    "callback": false,
    "parametri": {
      "tipo_catasto": "F",
      "provincia": "ROMA Territorio-RM",
      "comune": "H501#ROMA#4#0",
      "sezione": null,
      "foglio": 872,
      "particella": 405
    },
    "risultato": {
      "immobili": [
        {
          "sezione_urbana": null,
          "foglio": 872,
          "particella": 405,
          "subalterno": 3,
          "indirizzo": "ROMA VIALE FILIPPO TOMMASO MARINETTI, SNC Piano S2 int. 1",
          "sezione": null,
          "zona_censuaria": "6",
          "categoria": "C/6",
          "classe": "13",
          "consistenza": "23 mq",
          "rendita": "Euro:108,09",
          "partita": "",
          "id_immobile": "saf1sf9djosaj0asdaljf93jfjkdkjsòfrjòjsdfòajdsòjfòsjf"
}, { "sezione_urbana": null, "foglio": 872, "particella": 405, "subalterno": 48, "indirizzo": "ROMA VIALE FILIPPO TOMMASO MARINETTI, SNC Piano 3 int. 6", "sezione": null, "zona_censuaria": "6", "categoria": "A/10", "classe": "1", "consistenza": "3,5 vani", "rendita": "Euro:2.566,79", "partita": "2259269" "id_immobile": "saf1sf9djosaj0adsf3234eedeòjsdfòajdsòjfòsjf"
} ] }, "esito": "OK", "timestamp": 1625232029, "owner": "[email protected]", "id": "60e581c58138e80d804dad20" }, "success": true, "message": "", "error": null }

In the event that Land (T) is selected as the land register type, the following information will be provided in the response:

  • class
  • dominical income
  • agrarian income
  • lot
  • portions
  • quality
  • hectare (ha)
  • ares (ara)
  • centiary (ca)

This is an example of a response for a plot of land:

{
  "data": {
    "endpoint": "elenco_immobili",
    "stato": "evasa",
    "callback": false,
    "parametri": {
      "tipo_catasto": "T",
      "provincia": "SALERNO Territorio-SA",
      "comune": "H394#EBOLI#0#0",
      "sezione": null,
      "sezione_urbana": null,
      "foglio": 58,
      "particella": 198
    },
    "risultato": {
      "immobili": [
        {
          "foglio": 58,
          "sezione_urbana": null,
          "particella": 198,
          "subalterno": "",
          "qualita": "SEMIN ARBOR",
          "classe": "5",
          "ha": "0",
          "are": "43",
          "ca": "14",
          "reddito_dominicale": "Euro: 6,68",
          "reddito_agrario": "Euro: 14,48",
          "partita": "0023256",
          "porzioni": "",
          "id_immobile": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
        }
      ]
    },
    "esito": "OK",
    "timestamp": 1716374199,
    "owner": "[email protected]",
    "id": "664dcab87de11b2d042642f2"
  },
  "success": true,
  "message": "",
  "error": null
}

The response will also contain property/land IDs that can be used to make a direct request for a cadastral property view (ordinary or historical) with the dedicated endpoint.

The service is ideal for those who need quick access to verified cadastral information, such as real estate agencies, notary offices, real estate and asset consulting firms.

Sign Up

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!

Frequently Asked Questions

The List of Properties from Cadastral Identifiers service allows you to obtain a list of properties based on the province, municipality, type of cadastral data, and cadastral details (sheet, parcel, and optionally section and urban section).
The list will be enriched with information such as address, census zone, category, class, consistency, rental value, cadastral account, and property ID. If the property is a land, the information will include income from land tax and agricultural income, hectare, are, centiare, cadastral account, and centiare.

What is the List of Properties from Cadastral Identifiers service?

The List of Properties from Cadastral Identifiers service is currently available only for Italy.

Which countries is the List of Properties from Cadastral Identifiers service available for?

The List of Properties from Cadastral Identifiers service provides the following information:

  • Province and municipality
  • Cadastral data
  • Subordinate
  • Address
  • Property ID

For buildings, it will include:

  • Census zone
  • Category
  • Class
  • Consistency
  • Rental value
  • Cadastral account

For land, it will include:

  • Class
  • Land tax income
  • Agricultural income
  • Cadastral account
  • Portions
  • Quality
  • Hectare (ha)
  • Are (ara)
  • Centiare (ca)
What information can I obtain with the List of Properties from Cadastral Identifiers service?

The List of Properties from Cadastral Identifiers service is particularly useful when you want to access information on properties for which you already have the sheet, parcel, and subordinate details.

When should I use the List of Properties from Cadastral Identifiers service?

Yes, through Openapi’s APIs, you can access over 28 services dedicated to the real estate sector:

  • ZIP Codes (CAP)
  • Municipalities Search
  • Start and Advanced Municipalities
  • Provinces, Regions, and Metropolitan Cities
  • Suppressed Municipalities
  • Geocoding and Reverse Geocoding
  • Start and Advanced Real Estate Quotations (SMQ)
  • Data on Real Estate Transactions (RMV)
  • List of Properties from Cadastral Identifiers or Address
  • National Property Search and Property Search Person
  • Cadastral Property Data
  • Cadastral Report
  • National Mortgage Inspection
  • Mortgage Inspection by Property and by Subject
  • Mortgage Inspection of a Single Note
  • Cadastral Plan
  • Planimetric Document
  • Cadastral Map Extract
  • Lease Contract Registration, Cancellation, and Extension

These services are available through different APIs: Docuengine, Cadastre, Real Estate.

Are there other services available for the real estate sector?

Data is returned within a few minutes.

What are the response times for the List of Properties from Cadastral Identifiers	 service?

The cost of the service starts from €0.10 on subscription or €0.30 with recharge payment.

What are the costs of the Property List from Cadastral Identifiers service?