一人当たり固定資産税 new
一人当たり固定資産税のデータを返します。
GET api/v1/municipality/propertyTax/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/propertyTax/perYear?cityCode=11362
{
"message": null,
"result": {
"prefCode": 11,
"prefName": "埼玉県",
"cityCode": "11362",
"cityName": "皆野町",
"data": [{
"year": 2008,
"value": 51
}, {
"year": 2009,
"value": 49
}, {
"year": 2010,
"value": 68
}, {
"year": 2011,
"value": 51
}, {
"year": 2012,
"value": 48
}, {
"year": 2013,
"value": 49
}, {
"year": 2014,
"value": 51
}, {
"year": 2015,
"value": 49
}, {
"year": 2016,
"value": 51
}, {
"year": 2017,
"value": 51
}, {
"year": 2018,
"value": 53
}, {
"year": 2019,
"value": 54
}, {
"year": 2020,
"value": 53
}, {
"year": 2021,
"value": 53
}]
}
}