33 - Information from the State Register of Real Rights


A service for obtaining information on the existence of property rights to real estate for the client, as well as detailed information on property rights and the object.


Http Method

POST

Request JSON

{

"doc": {

"ubki": {

"req_envelope": {

"req_xml": {

"request": {

"i": {

"ident": {

"okpo": "Tax/Taxpayer Identification Number (INN-RNUKPN)/EDRPOU"

},

"rrp": {

"value": "Encumbrance number by subject"

},

"reqlng": "Search criteria language (code from ref.23)",

"text": "**"

},

"version": "1.0",

"reqtype": "Template code (code from ref.49): 'Information from the State Register of Real Rights ' – 33",

"reqreason": "Request objective (code from ref.24)"

},

"descr": "Request object"

},

"descr": "Request envelope"

},

"sessid": "Session key (obtained from the authorization API)"

}

}

}

Response JSON

{

"ubkidata": {

"tech": {

"trace": {

"step": {

"name": "Step name",

"stm": "Step start stamp date",

"ftm": "Step finish stamp date"

}

},

"error": {

"errtype": "Error code (code from ref.0)",

"errtext": "Error text (value from ref.0)"

},

"reqinfo": {

"reqid": "Outgoing request ID generated by UBKI"

},

"billing": {

"balance": {

"value": "Total assets",

"date": "Date",

"time": "Time"

}

}

},

"comp": [

{

"rrp": {

"found": "0/1 – numerical designation of existing objects, by the subject",

"foundref": "Text designation of existing objects, by the subject",

"okpo": "TIN/EDRPOU"

},

"immovables": {

"id": "Object number",

"description": "Object description (address/cadastral number)"

},

"id": "42",

"descr": "Presence of information in the immovable property rights register"

},

{

"rrp": {

"found": "0/1 (0 – no registered property,1 – there is registered property)",

"foundref": "The client has immovable property rights/The client has no immovable property rights",

"okpo": "TIN/EDRPOU",

"response": "Information about the object in the json format"

},

"id": "43",

"descr": "Information about the object from the immovable property rights register"

}

]

}

}

Request XML

<?xml version="1.0" encoding="utf-8"?>

<doc>

<ubki sessid="Session key (obtained from the authorization API)">

<req_envelope descr="Request envelope">

<req_xml descr="Request object">

<!-- Request parameters -->

<request version="1.0" reqtype="Template code (code from ref.49): 'Information from the State Register of Real Rights ' – 33" reqreason="Request objective (code from ref.24)">

<!-- Parameters describing search criteria-->

<i reqlng="Search criteria language (code from ref.23)">

<!-- Subject identification parameters-->

<ident okpo="Tax/Taxpayer Identification Number (INN-RNUKPN)/EDRPOU" />

<!-- Request parameters by the encumbrance number -->

<rrp value="Encumbrance number by subject" />**

</i>

</request>

</req_xml>

</req_envelope>

</ubki>

</doc>

Response XML

<?xml version="1.0" encoding="utf-8"?>

<ubkidata>

<!-- System information part -->

<tech>

<trace>

<step name="Step name" stm="Step start stamp date" ftm="Step finish stamp date">

<!-- The trace part contains timing metrics of components generation steps -->

</step>

</trace>

<error errtype="Error code (code from ref.0)" errtext="Error text (value from ref.0)">

</error>

<reqinfo reqid="Outgoing request ID generated by UBKI">

</reqinfo>

<!-- Information about the current status of the prepaid account part-->

<billing>

<balance value="Total assets" date="Date" time="Time" />

</billing>

</tech>

<!-- Presence of information in the immovable property rights register -->

<comp id="42" descr="Presence of information in the immovable property rights register">

<rrp found="0/1 – numerical designation of existing objects, by the subject"

foundref="Text designation of existing objects, by the subject"

okpo="TIN/EDRPOU" />

<immovables id="Object number"

description="Object description (address/cadastral number)" />

<!-- This part must contain 0..* items-->

</comp>

<!-- Information about the object from the immovable property rights register -->

<comp id="43" descr="Information about the object from the immovable property rights register">

<rrp found="0/1 (0 – no registered property,1 – there is registered property)"

foundref="The client has immovable property rights/The client has no immovable property rights"

okpo="TIN/EDRPOU"

response="Information about the object in the json format" />

</comp>

</ubkidata>

An example of obtaining a list of burdens according to TIN/EDRPOU

An example of obtaining a list of burdens according to TIN/EDRPOU

Request JSON

{ "doc": { "ubki": { "req_envelope": { "req_xml": { "request": { "i": { "ident": { "okpo": "97867562" }, "reqlng": "4" }, "version": "1.0", "reqtype": "33", "reqreason": "2" } } }, "sessid": "EDF4309796114D6D9B8365370DA2DEE9" } } }

Response JSON

{ "ubkidata": { "tech": { "trace": { "step": { "name": "build report", "stm": "2022-08-29 10:28:30.898", "ftm": "2022-08-29 10:28:30.932" } }, "reqinfo": { "reqid": "req2#000002461378" } }, "comp": { "rrp": { "immovables": [ { "id": "5000033771997-2194694", "description": "Харківська обл., м. Харків, вулиця Зернова, будинок 7, квартира 77" }, { "id": "5000033771997-2194697", "description": "Чернівецька обл., Хотинський р., м. Хотин, вулиця Гоголя, будинок 27, квартира 3" }, { "id": "5000033771997-2194700", "description": "Львівська обл., м. Львів, вулиця Шевченка Т., будинок 91, квартира 6" }, { "id": "5000033771997-2194702", "description": "Тернопільська обл., м. Тернопіль, вулиця Вишнева, будинок 5, квартира 45" }, { "id": "5000033771997-2194705", "description": "Вінницька обл., м. Вінниця, вулиця Келецька, будинок 4, квартира 131" }, { "id": "5000033771997-2194708", "description": "Харківська обл., м. Харків, провулок Пілотів, будинок 7-А, квартира 51" } ], "found": "1", "foundref": "There are registered property", "okpo": "97867562" }, "id": "42", "descr": "Availability of information in the register of property rights to real estate (RPR)" } } }

Request XML

<?xml version="1.0" encoding="UTF-8"?> <doc> <ubki sessid="EDF4309796114D6D9B8365370DA2DEE9"> <req_envelope> <req_xml> <request version="1.0" reqtype="33" reqreason="2"> <i reqlng="4"> <ident okpo="97867562" /> </i> </request> </req_xml> </req_envelope> </ubki> </doc>

Response XML

An example of obtaining information on weights by the number of weights

An example of obtaining information on weights by the number of weights

Request JSON

Response JSON

Request XML

Response XML

Decryption of values of the response field

Field from API response

"realty" array

Name of field

Information on immovable property object

Additional

Field from API response

"realty" array

Name of field

Information on immovable property object

Additional

regNum

Registration number

 

regDate

Date of registration

 

hasProperties

Availability of information

 

reType

Type of object (text)

 

reState

Status of object (text)

 

sectionType

Type of object division

 

region

Name of region to which object belongs

 

reTypeExtension

Appendix to type of object

 

area

Total area of object

 

livingArea

Living area of object

 

isResidentialBuilding

Indication of residential property object

0 – Residential, 1 — Non-residential

techDescription

Description of object

 

additional

Additional information about object

 

"properties" array

Information on ownership rights

 

rnNum

Record number of ownership rights

 

regDate

Date of registration of rights

 

partSize

Date of Share size of rights

 

prKind

Ownership rights or fiduciary ownership

 

prType

Form of ownership

 

prState

Status

 

registrar

Registrar

 

operationReason

Reason for entry

 

"entityLinks" subarray

Information on links to registry entries up to 2013

 

registryType

Register name

 

registryTypeExtension

Appendix to register name

 

oldRegDate

Previous date of registration

 

regDate

Current date of registration

 

otherRegNum

Record number

 

"irps" array

Information on other proprietary rights

Each array element is a separate object

regDate

Date of state registration of proprietary right

 

objectDescription

Description of object of proprietary right

 

rnNum

Record number of another proprietary right

 

actTermText

Validity period (text)

 

irpSort

Kind of any other proprietary right

 

irpState

Record status

 

registrar

Registrar

 

operationReason

Underlying document for changes

 

specSortExtension

Appendix to kind

 

"subjects" subarray

Subjects of another proprietary right

 

sbjName

Name of subject

 

dcSbjType

Type of subject

1 – individual, 2 – legal entity

SbjSort

Kind of subject

 

countryName

Country of subject

 

sbjRlName

Role of subject (text)

 

dcSbjKind

Type of subject

1 – the subject who receives the right, 2 – the subject who transfers the right

sbjCode

USREOU code, if a legal entity

 

isState

Legal entity status

 

"causeDocuments" subarray

Underlying document of another proprietary right

 

cdType

Document name

 

docDate

Document date

 

publisher

Document publisher

 

enum

Document number

 

"groundArea" array

Information on land plot

 

cadNum

Cadastral number

 

area

Area

 

areaUM

Unit of area measurement

 

regDateSlc

Date of registration of land plot in the cadaster

 

regOrganization

Registrar in the cadaster

 

targetPurpose

Purpose of plot

 

"realtyAddress" array

Address of object

 

addressDetail

Address

 

serNum

Document series and number

 

pubDate

Document publication date

 

publisher

Document publisher

 

"entityLink" array

Links to registry entries up to 2013

 

rpvnReID

Record number

 

regDate

Record date

 

registryType

Register name

 

"limitation" array

Encumbrance of immovable property objects

 

rnNum

Encumbrance number

 

regDate

Date of encumbrance

 

lmDescription

Characteristics of encumbrance

 

lmType

Type of encumbrance

 

registrar

Registrar of encumbrance

 

operationReason

Registrar of encumbrance

 

"subjects" subarray

Subjects of encumbrance

 

sbjName

Name of subject

 

dcSbjType

Type of subject

1 – individual, 2 – legal entity

SbjSort

Kind of subject

 

countryName

Country of subject

 

sbjRlName

Role of subject (text)

 

sbjCode

USREOU code, if a legal entity

 

isState

Status of legal entity

 

"causeDocuments" subarray

Underlying document of encumbrance

 

cdType

Document name

 

docDate

Document date

 

publisher

Document publisher

 

enum

Document number

 

"entityLink" subarray

Links to registry entries up to 2013

 

rpvnReID

Record number

 

regDate

Record date

 

registryType

Register name

 

"mortgage" array

Information on mortgage

 

rnNum

Record number of mortgage

 

regDate

Record Legal record date of mortgage of mortgage

 

objectDescription

Description of mortgage

 

mgState

Status of mortgage (text)

 

registrar

Registrar

 

operationReason

Description of mortgage imposition

 

"obligations" array

Obligations under a mortgage

 

execTerm

Period for fulfillment of obligations

 

obligationSum

Amount of obligations (in kopecks)

 

currencyType

Currency of the obligation

 

"causeDocuments" subsubarray

Underlying document of obligations imposition

 

cdType

Document name

 

cdTypeExtension

Appendix to type of document

 

docDate

Document date

 

publisher

Document publisher

 

enum

Document number

 

"subjects" subarray

Subjects of encumbrance

 

sbjName

Name of subject

 

dcSbjType

Type of subject

1 – individual, 2 – legal entity

SbjSort

Kind of subject

 

countryName

Country of subject

 

sbjRlName

Role of subject (text)

 

sbjCode

USREOU code, if a legal entity

 

isState

Status of legal entity

 

"causeDocuments" subarray

Underlying document of mortgage imposition

 

cdType

Document name

 

cdTypeExtension

Appendix to type of document

 

docDate

Document date

 

publisher

Document publisher

 

enum

Document number

 

"realtyParts" array

Information on object parts

 

repTypeExtension

Appendix to type of part

 

area

Area of part

 

enum

Document number

 

repType

Type of part

 

"oldLimitationJson" array

Information on encumbrances from register of prohibitions

Archived information

OP_OP_ID

Registration number

 

LM_TYPENAME

Type of value

 

LM_TYPE_EXTENSION

Appendix to type of value

 

REG_DATE

Date and time of registration

 

EMP

Registrar data

 

REQUESTOR

The applicant

 

"objects" subarray

Objects of encumbrance

 

PROPPR_TYPE

Property type

 

PR_TYPE_EXTENSION

Additional information on the property type

 

RE_LAND_TYPE_EXTENSION

Appendix to type of land plot

 

PROPRE_LAND_TYPE

Type of land plot

 

PROPADDITIONAL

Description

 

PROPADDRESS

Address

 

RE_LAND_REG_NUM

Registration number of land plot

 

OTHER_REG_NUM

Registration number of property

 

RE_CAD_NUM

Cadastral number

 

partialSeizures

Share size

 

"reasons" subarray

Reason for entry

 

OP_OP_ID

Record number

 

CD_TYPE_EXTENSION

Document type

 

NUM

Document series and number

 

PUB_DATE

Document issue date

 

PUBLISHER

Issuer of document

 

DOCADDITIONAL

Additional information

 

"subjs" subarray

Subjects

 

NAME

Name of subject

 

RTYPE

Name of role of subject

 

CODE

USREOU code of the subject (for legal entities)

 

"oldMortgageJson" array

Information on mortgages from register of mortgages

Archived records

OP_OP_ID

Registration number

 

LM_TYPENAME

Type of value

 

LM_TYPE_EXTENSION

Appendix to type of value

 

REG_DATE

Date and time of registration

 

CONTRACT_SUM

Amount of main obligation

 

CURRENCY_TYPE

Type of currency

 

EXEC_TERM

Period for fulfillment

 

"objects" subarray

Objects of a mortgage

 

PROPPR_TYPE

Property type

 

PR_TYPE_EXTENSION

Additional information on the proprietary right

 

RE_LAND_TYPE_EXTENSION

Appendix to land plot

 

PROPRE_LAND_TYPE

Type of land plot

 

PROPADDITIONAL

Description

 

PROPADDRESS

Address

 

RE_LAND_REG_NUM

Registration number of land plot

 

OTHER_REG_NUM

Registration number of property

 

RE_CAD_NUM

Cadastral number

 

"reasons" subarray

Reason for entry

 

OP_OP_ID

Record number

 

CD_TYPE_EXTENSION

Document type

 

NUM

Document series and number

 

PUB_DATE

Issue date of document

 

PUBLISHER

Issuer of document

 

DOCADDITIONAL

Additional information

 

"subjs" subarray

Subjects

 

NAME

Name of subject

 

RTYPE

Name of role of subject

 

CODE

USREOU code of the subject (for legal entities)

 

Test URL

Test data

  • okpo="12345649" rrp value= "5002824603440-8526470447"

  • okpo="13243543" rrp value= "5000033797391-2198790"

  • okpo="97867562" rrp value= "5000033797391-2198793"

  • okpo="86756457" rrp value= "5000033797391-2198798"

  • okpo="3112579786" rrp value= "5002824570000-8526440000"

  • okpo="3088764289" rrp value= "5000033797391-2198811"