get_data_catalog
Retrieve data catalog metadata from Japan's e-Stat API to locate specific statistical surveys by code, keyword, or year.
Instructions
データカタログ情報を取得する.
広い探索にはget_stats_listを使い、stats_code等で候補を絞ってから get_data_catalogを呼ぶと安定しやすい。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 取得件数 | |
| gov_code | No | 政府機関コード | |
| open_years | No | 公開年 | |
| stats_code | No | 政府統計コード | |
| search_word | No | 検索キーワード | |
| stats_field | No | 統計分野コード | |
| survey_years | No | 調査年 | |
| updated_date | No | 更新日 | |
| start_position | No | データ取得開始位置 | |
| stats_name_list | No | 調査・集計の種類 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||