一人当たり市町村民税法人分 new
一人当たり市町村民税法人分のデータを返します。
GET api/v1/municipality/residentTaxCorporate/perYear
データ提供年
2008-2021年(毎年)
RESAS対象マップ
地方財政マップ > 一人当たり市町村民税法人分
- ※ リンク先のグラフ表示の際のパラメータは、すべて初期設定の値を使用しています。
parameters
Name | Description | Required |
---|---|---|
cityCode | 市区町村コード | true |
responses
Name | Description |
---|---|
/result/prefCode | 対象の都道府県コード |
/result/prefName | 対象の都道府県名 |
/result/cityCode | 対象の市区町村コード |
/result/cityName | 対象の市区町村名 |
/result/data/year | 年 |
/result/data/value | 一人あたり市町村民税法人分(千円) |
sample
GET https://opendata.resas-portal.go.jp/api/v1/municipality/residentTaxCorporate/perYear?cityCode=11362
{
"message": null,
"result": {
"prefCode": 11,
"prefName": "埼玉県",
"cityCode": "11362",
"cityName": "皆野町",
"data": [{
"year": 2008,
"value": 8
}, {
"year": 2009,
"value": 5
}, {
"year": 2010,
"value": 6
}, {
"year": 2011,
"value": 6
}, {
"year": 2012,
"value": 7
}, {
"year": 2013,
"value": 8
}, {
"year": 2014,
"value": 8
}, {
"year": 2015,
"value": 8
}, {
"year": 2016,
"value": 7
}, {
"year": 2017,
"value": 8
}, {
"year": 2018,
"value": 7
}, {
"year": 2019,
"value": 7
}, {
"year": 2020,
"value": 7
}, {
"year": 2021,
"value": 7
}]
}
}