Standardise or search Czech RÚIAN addresses (CZ only)
search_addressesSearch and standardize Czech addresses against the RÚIAN register. Provide free-text or structured input to retrieve normalized addresses with full geographic codes. Supports strict or partial matching to validate address existence in the Czech cadastre.
Instructions
Resolve a free-text or structured Czech address against the RÚIAN (Registr územní identifikace, adres a nemovitostí) register. Returns one or more normalised addresses with full geographic codes (kodAdresnihoMista, kodObce, kodOkresu, kodKraje, PSC). Powered by ARES's POST /standardizovane-adresy/vyhledat.
── Use cases ── • Normalise a messy address string before matching it against other data sources • Resolve an obec/street/house number to its canonical RÚIAN code • Validate whether an address exists in the Czech cadastre
── Standardisation mode ──
• UPLNA_STANDARDIZACE (default): require full match (street + house number + locality)
• VYHOVUJICI_ADRESY: accept partial matches (e.g. obec only)
At least one of (text, nazev_obce, kod_obce, kod_adresniho_mista) should be supplied. Response contains a stav_standardizace field reporting whether the match was UPLNA, CASTECNA_OBEC, or NEUSPESNA (no match).
Pricing: free. Other jurisdictions return 501.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jurisdiction | Yes | 'CZ' only. | |
| text | No | Unstructured address text (e.g. 'Národní 37/38, Nové Město, Praha 1'). | |
| nazev_obce | No | Municipality name (e.g. 'Praha', 'Brno'). | |
| kod_obce | No | Municipality code (RÚIAN). | |
| nazev_casti_obce | No | District name within municipality. | |
| kod_casti_obce | No | District code within municipality. | |
| nazev_mestskeho_obvodu | No | City district name (Prague / statutory cities). | |
| kod_mestskeho_obvodu | No | City district code. | |
| nazev_ulice | No | Street / public space name. | |
| kod_ulice | No | Street code (RÚIAN). | |
| cislo_domovni | No | House number (number before the slash). | |
| cislo_orientacni | No | Orientation number (number after the slash). | |
| cislo_orientacni_pismeno | No | Orientation number letter suffix (single char). | |
| kod_adresniho_mista | No | Address-place code (unique identifier in RÚIAN). | |
| typ_standardizace | No | Required match type. UPLNA = full strict match, VYHOVUJICI = partial matches allowed. | UPLNA_STANDARDIZACE |
| limit | No | Page size (1-100). | |
| offset | No | Pagination skip. | |
| fresh | No | Bypass cache. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queried_at | Yes | ISO-8601 + Europe/London timezone stamp for when the registry was queried. | |
| jurisdiction | No | ||
| query | No | ||
| count | No | ||
| addresses | No | ||
| data | No |