Skip to content

Information by Cadastral Number (NSPD)

Get detailed information about a real estate property by cadastral number via NSPD. Returns the address, property type, area, cadastral value, building attributes, encumbrance and ownership data, and GeoJSON geometry. When include_raw is passed, raw NSPD attributes are additionally returned.

URL

Method: POST

  • Production: https://registry.wallet.kvell.group/reg2/cadastral/info

Request parameters

Name Data type Required Description
cadastral_number string Yes Cadastral number of the property in NN:NN:NNNNNNN:NNN format
include_raw boolean No Include raw NSPD attributes in the response (raw_attrs)

Request example

{
  "cadastral_number": "50:64:0020102:530",
  "include_raw": true
}

Request headers

Name Data type Required Description
X-Api-Key string Yes Unique identifier (UUID)

Response

Response example

{
  "cadastral_number": "50:64:0020102:530",
  "area_type": 1,
  "address": "Российская Федерация, Московская область, г.о. Люберцы, г. Дзержинский, ул Угрешская, д. 32 стр. 1, кв. 577",
  "status": "Учтенный",
  "object_type": "Помещение",
  "category": "Жилое",
  "permitted_use": null,
  "area": {
    "value": 52.2,
    "unit": "кв.м"
  },
  "cadastral_cost": {
    "value": 5506964.28,
    "per_sqm": 105497.4,
    "date": null
  },
  "cadastral_registration_date": "2017-07-25",
  "building": {
    "floors": 21,
    "floor_number": 10,
    "underground_floors": 3,
    "wall_material": "Монолитные",
    "built_year": 2017,
    "name": "Жилой комплекс (К-30)",
    "purpose": "Многоквартирный дом",
    "parent_cad_number": "50:64:0020102:275"
  },
  "encumbrances": {
    "has_encumbrances": false,
    "list": []
  },
  "rights": [],
  "location": {
    "center_lat": 55.6329799,
    "center_lon": 37.8736693
  },
  "geojson": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [37.87366931722057, 55.63297985314392]
    },
    "properties": {
      "cadastral_number": "50:64:0020102:530"
    }
  },
  "error": null,
  "raw_attrs": {
    "no_coords": true,
    "objdoc_id": 236694778,
    "registers_id": 36455,
    "area": 52.2,
    "cad_number": "50:64:0020102:530",
    "common_data_status": "Учтенный",
    "cost_index": 105497.4,
    "cost_value": 5506964.28,
    "floor": ["10/Этаж"],
    "ownership_type": "Частная",
    "params_type": "Квартира",
    "parent_cad_number": "50:64:0020102:275",
    "purpose": "Жилое",
    "readable_address": "Российская Федерация, Московская область, г.о. Люберцы, г. Дзержинский, ул Угрешская, д. 32 стр. 1, кв. 577",
    "registration_date": "2017-07-25T00:00:00Z",
    "type": "Помещение",
    "building_name": "Жилой комплекс (К-30)",
    "building_purpose": "Многоквартирный дом",
    "_parent_cn": "50:64:0020102:275",
    "_parent_attrs": {
      "build_record_area": 88490,
      "build_record_type_value": "Здание",
      "building_name": "Жилой комплекс (К-30)",
      "cad_num": "50:64:0020102:275",
      "cost_value": 8453422268.1,
      "floors": "21",
      "materials": "Монолитные",
      "purpose": "Многоквартирный дом",
      "status": "Учтенный",
      "underground_floors": "3",
      "year_commisioning": "2017"
    }
  }
}

Response parameters

Name Data type Description
cadastral_number string Cadastral number
address string Property address
status string Property status
object_type string Property type
category string Category
area object Area
cadastral_cost object Cadastral value
building object Building data
encumbrances object Encumbrances