Look up a registry code-list (FI / CZ / CH)
get_code_descriptionRetrieve human-readable descriptions for jurisdiction-specific codes from the FI, CZ, and CH registries. Decode company forms, legal statuses, industries, and more using predefined code lists.
Instructions
Resolve a registry code-list to a human-readable code → description map. Useful for decoding values seen in jurisdiction_data fields.
── FI (Finland PRH) ── Codes: YRMU (company forms), KRTILA (trade-register status), TOIMI4 (TOL 2008 industries), ALUE (regions). lang: en | fi | sv (default en).
── CZ (Czechia ARES) ── Codes: PravniForma / FinancniUrad / TypAngazma / TypOrganu / StavZdroje / TypAkcie. Czech only.
── CH (Switzerland Zefix) ── Codes: legalForm (entity types — AG/Sàrl/Verein/...), registryOfCommerce (26 cantonal registries), community (Swiss communes by BFS ID). Multilingual (de/fr/it/en).
Returns a flat object: { code: description, … }. Pricing: free.
Other jurisdictions return 501.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jurisdiction | Yes | 'FI', 'CZ', or 'CH'. | |
| code | Yes | Code-list identifier. FI: YRMU/KRTILA/TOIMI4/ALUE. CZ: PravniForma/FinancniUrad/TypAngazma/TypOrganu/StavZdroje/TypAkcie. CH: legalForm/registryOfCommerce/community. | |
| lang | No | Description language (FI only — CZ ignores). | en |
| fresh | No | Bypass the cache. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queried_at | Yes | ISO-8601 + Europe/London timezone stamp for when the registry was queried. | |
| jurisdiction | No | ||
| code_set | No | ||
| code | No | ||
| description | No | ||
| entries | No | ||
| data | No |