The Cadastral Register (Katastr nemovitostí) is a comprehensive database managed by ČÚZK that contains information about real estate properties, including land parcels, buildings, and other structures. It provides legal and technical data related to cadastral territories, such as ownership, boundaries, rights, restrictions, and other relevant information.
The Cuzk Cadastral Territories Reader connector enables online access to specified data of the cadastre of real estate to registered users. To work with the real cadastre database, you need to register and obtain the access codes for the service with the CUZK. It is a paid service. Note, that using our platform connector compared to direct integration to the CUZK service will provide you enhanced user experience as the service appears to a user as synchronous compared to the CUZK original asynchronous service. The original CUZK service is using older SOAP technology. The SOAP technology has seen a decline in popularity in recent years, therefore we opt for a more lightweight alternative of Representational State Transfer (REST) API and wrap the original service into the modern technology. Additionally, the implementation of the CUZK SOAP is less simple and may require more skills and time compared to the easy configuration of the integray series of ISCuzk connectors.
List of cadastral units
This specific connector accesses and returns the list of cadastral units (region, district, municipality).
The list of cadastral units is part of the special outputs provided by the CUZK online service. Special outputs serve mostly for special purposes and internal use of the cadastre of real estate administration, particularly for the employees of cadastral offices, for institutions participating on administration of the KN and for other professionals, e.g. surveyors creating the survey sketches. For nonprofessional user are most of these outputs of no interest and due to their large extent also very expensive.
Configuration
IS Cuzk Service Server Connection (ver. 1.0.0)
Hostname
The URL of the IS Cuzk service server. Identify the server either using URL address or IP address in dotted format (dotted decimal notation).
Info
URL: https://cuzk.xeelo.online/ IP: 192.168.0.1
Authorization
Supported authorization methods:
None - No authorization is used.
Token The token provided by the CUZK to a registered user account is used for authorization.
Default value: Token
Authorization token
Fill in the CUZK account-provided authorization token to authenticate the connection.
Timeout
The number of seconds to wait before terminating the request. The default value is set to 100.
Input & Output Schema
Input
This connector does not require a schema.
Output
Cuzk Cadastral Territories Output (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
LastUpdate | DateTime | No | Last update of the reference list |
Territories | Cuzk Cadastral Territory 1.0.0 |
Yes | List of cadastral units |
Cuzk Cadastral Territory (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Code | String | No | Cadastral unit code |
Name | String | No | Name |
VillageCode | String | No | Municipality (village) code |
Release notes
3.0.1
- First release