List Data Catalog
list_data_catalogBrowse the e-Stat high-level data catalog (dataset/table groupings) with an optional free-text filter. Returns catalog entries with dataset IDs, names, and organization metadata. This endpoint is slow at e-Stat and often exceeds its 35s budget, in which case it returns {found:false, reason:"upstream_timeout"}; search_stats answers "which Japanese statistics table covers X" faster. Requires _apiKey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | J (Japanese, default) | E (English) | |
| limit | No | Page size, 1-100. Defaults to 20 when omitted, so a bare call is already bounded. | |
| query | No | Optional free-text filter, Japanese or English | |
| data_type | No | Restrict to one file format: XLS | CSV | PDF | XML | XLS_REP | DB | |
| stats_code | No | Government statistics code, e.g. "00200521" (population census) | |
| stats_field | No | Statistical field code, 2 digits (major) or 4 digits (minor) | |
| survey_years | No | Survey period: yyyy, yyyymm, or yyyymm-yyyymm | |
| start_position | No | 1-based offset (default 1) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||