Get Series Metadata
get_series_metadataLook up metadata for one or more series by numeric series id. Returns label, short_label, description (Portuguese by default), dataset_id, domain_ids, and dimension_category. Use this to identify a series and find which dataset_id holds its observations, then call get_dataset. NOTE: this endpoint returns metadata only — it does NOT return the numeric values. lang defaults to PT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Language: "PT" (default) or "EN". | |
| series_ids | Yes | One or more numeric series ids, comma-separated, e.g. "8201" or "8201,8202". |