Get Data
get_dataFetch the actual observations/values for a ČSÚ dataset as JSON-stat 2.0 (dimensions in id/dimension, cell counts in size, numbers in value). Verified live. NOTE: returns the complete dataset as a full cross-product, which is often large (hundreds of thousands of cells, 1MB+) — call data_summary first to check pocetUdaju. Version (verze) is auto-resolved from the catalog if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kod | Yes | Dataset id, e.g. "OBY05B03". Get it from list_datasets. | |
| lang | No | Accept-Language for labels, e.g. "en" or "cs" (default). Most category labels are Czech-only regardless. | |
| verze | No | Dataset version. Optional — defaults to the latest version from the catalog. |