Italian Property List from Cadastral Identification (Cadastre)

  • Openapi Evasione : 3 Minutes
  • Openapi starting from € 0,10 + vat

Obtain a list of Italian real estate and land from cadastral identification: map sheet number and parcel. All in minutes and via API

More than 10 pieces of information on Italian real estate or land such as typology, class, income, consistency.

Esempio Italian Property List from Cadastral Identification (Cadastre)

The Property List service belongs to the Cadastre API and provides access to updated information on italian real estate and land from cadastral identification: map sheet number and parcel.

The service is identified by the endpoint https://catasto.openapi.it/richiesta/elenco_immobili

EXAMPLE REQUEST POST /elenco_immobili

The method to be used in the request is POST and here you can find an example of a request to the property list endpoint:

https://catasto.openapi.it/richiesta/elenco_immobili


The parameters to be passed in the body of the request are:

  • cadastral type (T for land or F for building - Fabbricato in Italian)
  • province
  • name of the Municipality
  • map sheet number
  • parcel
  • section code (optional)

This is an example of the parameters required for a request with type of cadastral Building (Fabbricato in Italian): 

{
      "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 on the request to be updated on when the data will be available, without having to call the endpoint GET /request/{id} several times to check 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 REQUEST GET /request/{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 using the ID resulting from the previous request (664dcdc97de11b2d0426430f):

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


EXAMPLE RESPONSE GET /request/{id}

Again, the data in the response will include the parameters used in the request and information on the property or land compatible with the search.

In case the search was carried out on the type of building cadastre, the information will be as follows:

  • subaltern
  • address
  • census area
  • typology
  • class of productivity
  • consistency
  • cadastral income
  • registration
  • property_id

 This 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 }


If the result includes land, the following information will be available in the answer

  • class of productivity
  • cadastral incomes (subdivided into landlord income and agrarian income)
  • lot
  • portions
  • quality
  • hectare (ha)
  • ares (ara)
  • centiary (ca)

 This is an example of a response where the result is 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 include the property IDs, which can be used to make a direct request for a cadastral (ordinary or historical) certificate with the dedicated endpoint.

Our prices

Price list for single API calls

  • Italian Property List from Cadastral Data (Cadastre) € 0,30 + vat

Subscribe and save

  • CATASTO
  • 100 API calls/month (pay monthly) € 0,28 + vat
  • 100 API calls/month (pay annually) € 0,25 + vat
  • 300 API calls/month (pay monthly) € 0,25 + vat
  • 300 API calls/month (pay annually) € 0,20 + vat
  • 1.000 API calls/month (pay monthly) € 0,20 + vat
  • 1.000 API calls/month (pay annually) € 0,15 + vat
  • 5.000 API calls/month (pay monthly) € 0,15 + vat
  • 5.000 API calls/month (pay annually) € 0,10 + vat
  • 10.000 API calls/year (pay annually) € 0,25 + vat
  • 25.000 API calls/year (pay annually) € 0,20 + vat