Fetch a CZ-specific source-register record
get_specialised_recordRetrieve sector-specific data from Czech ARES specialised registers (e.g., ros, res, rzp, nrpzs, rpsh, rcns, szr, rs, ceu) for an IČO, returning the full upstream record. Use when basic company profile lacks required fields like trade licences, school accreditations, or healthcare facility lists.
Instructions
Retrieve a record from one of ARES's specialised source registers — covers sector-specific data the basic profile doesn't include.
── CZ (Czechia ARES) ──
Available source codes:
• ros — Public Registers (Registr osob) summary state
• res — Statistical Register of Economic Entities (Registr ekonomických subjektů)
• rzp — Trade Licence Register (Registr živnostenského podnikání) — trade licences a sole trader / company holds
• nrpzs — National Register of Healthcare Providers (Národní registr poskytovatelů zdravotních služeb) — for hospitals, clinics, pharmacies
• rpsh — Register of Political Parties and Movements (Registr politických stran a hnutí)
• rcns — Register of Churches and Religious Societies (Registr církví a náboženských společností)
• szr — Farmers' Register (Registr zemědělských podnikatelů)
• rs — Register of Schools (Registr škol)
• ceu — Central Insolvency Record (Centrální evidence úpadců)
Each source returns its own response shape — refer to ARES API docs at https://ares.gov.cz/swagger-ui/ for field details. The full upstream record is returned verbatim under record. Use this when the basic get_company_profile or get_officers/get_psc/get_charges don't have the field you need (e.g. trade-licence specialisations for sole traders → rzp, school accreditation details → rs, healthcare facility list → nrpzs).
Returns 404 if the IČO doesn't exist in that specific source register.
Pricing: free.
Other jurisdictions return 501.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jurisdiction | Yes | 'CZ' or 'CH'. | |
| source | Yes | Source register code (lowercase). CZ: ros/res/rzp/nrpzs/rpsh/rcns/szr/rs/ceu. CH: sogc (SOGC publication by ID), sogc_bydate (YYYY-MM-DD), registry_by_commune (BFS community ID). | |
| company_id | Yes | For CZ: 8-digit IČO. For CH: SOGC publication ID (sogc), date YYYY-MM-DD (sogc_bydate), or BFS community ID (registry_by_commune). | |
| fresh | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queried_at | Yes | ISO-8601 + Europe/London timezone stamp for when the registry was queried. | |
| jurisdiction | No | ||
| record_kind | No | ||
| record | No | ||
| jurisdiction_data | No | Full original response fields from the upstream registry, field names unchanged. Shape is jurisdiction-specific — see `list_jurisdictions({ jurisdiction: '<CODE>' })`. |