통계표 세부항목
list_statistic_itemsLook up detailed items for a specific statistical table by its code, including item codes, support cycles, coverage periods, and units. Paginate through results to view all entries.
Instructions
특정 통계표의 세부 항목(항목코드, 지원 주기, 수록 기간, 단위)을 조회합니다.
Args:
stat_code: 통계표코드 (필수). search_statistic_tables에서 찾은 코드 입력.
start_count: 조회 시작 순번 (기본값: 1)
end_count: 조회 끝 순번 (기본값: 500)
language: 응답 언어 — "kr" 또는 "en"
Returns:
세부항목 목록 (has_more=true면 start_count를 늘려 다음 페이지 조회)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | kr | |
| end_count | No | ||
| stat_code | Yes | ||
| start_count | No |