Catalog Browse
catalog_browseBrowse the CBS time-series catalog. With no subject_id, returns the top-level subjects (Foreign Trade, Population, Balance of Payments, Consumer Price Index, etc.) — each with a numeric path id. Pass that id back as subject_id to drill into a subject's full set of leaf series paths. The catalog is hierarchical; each catalog entry has a 'path' breadcrumb array and a 'name'. Use this to discover what's available before calling get_series_data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Content language. Default "en". | |
| page | No | Page number for paginated leaf lists (default 1, page size 100). | |
| subject_id | No | Top-level subject id (from a no-arg call, e.g. 8 = Foreign Trade, 2 = Population). Omit to list the top-level subjects. |