browse_categories
Browse Korean statistics catalogs by organization, theme, or special view. Select a code to drill down into categories or statistics.
Instructions
기관별 / 주제별 / 임의 view 로 KOSIS 통계 목록을 탐색합니다.
Args: by: 탐색 기준 - "org": 기관별 (통계청, 고용노동부 등) — 일반 사용 - "theme": 주제별 (인구, 경제, 사회 등) — 일반 사용 - "view": 임의 vwCd (광복이전 / 북한 / 영문 / e-지방지표 / 국제 등 12종) code: by="org"면 기관 코드(101, 118, ...). by="theme"이면 주제 코드(A, B, C, ...). by="view"이면 vwCd 본문(MT_ETITLE, MT_BUKHAN, MT_CHOSUN_TITLE, MT_HANKUK_TITLE, MT_STOP_TITLE, MT_RTITLE, MT_TM1_TITLE, MT_TM2_TITLE, MT_GTITLE01, MT_GTITLE02, MT_OTITLE, MT_ZTITLE). None이면 view 루트 목록 반환.
Returns: { "browse_type": "org" | "theme" | "view", "code": <입력 그대로>, "count": , "categories" 또는 "statistics": [...], "usage" 또는 "next_step": <안내 문구> }
Example: >>> browse_categories(by="org") >>> browse_categories(by="org", code="101") >>> browse_categories(by="theme") >>> browse_categories(by="view", code="MT_ETITLE") # 영문 KOSIS >>> browse_categories(by="view", code="MT_BUKHAN") # 북한통계
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | org | |
| code | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||