Get Dataset
get_datasetFetch a dataset as JSON-stat — THIS is how you get actual data/observations. Returns the value[] and status[] arrays plus the dimension objects; observations align to dimension.reference_date (the time axis, ISO dates). extension.series[] lists every series (id + Portuguese label) the dataset contains. Requires both the parent domain_id and the dataset id (from list_datasets). Large datasets can be sizeable. lang defaults to PT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Language: "PT" (default) or "EN". | |
| domain_id | Yes | Parent domain id (from list_domains / list_datasets). | |
| dataset_id | Yes | Dataset id, e.g. "05e2845d5d567afd88b699a91b0c20b8". |