人口・世帯数(月次・町丁別)
get_populationQuery population totals, gender details, and household counts for Oyama City, Japan, filtered by date range, district, area, and aggregation level.
Instructions
小山市の大字町丁別の総人口・男女別人口・世帯数を返す。期間(fromYearMonth/toYearMonth)・地区(district)・地域(area)で絞り込み、levelで集計粒度を選べる(area=町丁別 / district=地区別 / city=市全体)。人口推移のグラフ化はクライアント側で行う想定。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | 地域名(大字町丁)で絞り込み(例: 若木町1丁目) | |
| level | No | 集計粒度。既定は area(町丁別) | |
| district | No | 地区名で絞り込み(例: 小山) | |
| toYearMonth | No | 終了年月(含む) | |
| fromYearMonth | No | 開始年月(含む) |