定員稼働率の推移
定員稼働率の推移を返します。
GET api/v1/tourism/hotelAnalysis/capacityLine
データ提供年
2011-2021年(毎年)
RESAS対象マップ
観光マップ > 国内 > 宿泊施設
- ※ リンク先のグラフ表示の際のパラメータは、すべて初期設定の値を使用しています。
parameters
Name | Description | Required |
---|---|---|
display |
表示方法 1 : 従業者規模別で表示する 2 : 宿泊施設タイプ別で表示する(デフォルト設定) |
|
unit |
表示単位 0 : 年単位で表示する(デフォルト設定) 1 : 月単位で表示する |
|
prefCode | 都道府県コード | true |
responses
Name | Description |
---|---|
/result/unit | 表示単位(0:年単位、1:月単位) |
/result/changes/label |
ラベル display=1 の時、従業者規模ラベル display=2 の時、宿泊施設タイプラベル |
/result/changes/data/year | 年 |
/result/changes/data/month | 月(unit=0 の時は 0) |
/result/changes/data/value | 定員稼働率 |
sample
GET https://opendata.resas-portal.go.jp/api/v1/tourism/hotelAnalysis/capacityLine?display=1&unit=0&prefCode=1
{
"message": null,
"result": {
"unit": "0",
"changes": [{
"label": "すべての従業者規模",
"data": [{
"year": 2011,
"month": 0,
"value": 35.2
}, {
"year": 2012,
"month": 0,
"value": 36.8
}, {
"year": 2013,
"month": 0,
"value": 38.1
}, {
"year": 2014,
"month": 0,
"value": 38.9
}, {
"year": 2015,
"month": 0,
"value": 43.1
}, {
"year": 2016,
"month": 0,
"value": 43.4
}, {
"year": 2017,
"month": 0,
"value": 45.1
}, {
"year": 2018,
"month": 0,
"value": 44.5
}, {
"year": 2019,
"month": 0,
"value": 46.3
}, {
"year": 2020,
"month": 0,
"value": 21.9
}, {
"year": 2021,
"month": 0,
"value": 19.2
}]
}, {
"label": "0~9人",
"data": [{
"year": 2011,
"month": 0,
"value": null
}, {
"year": 2012,
"month": 0,
"value": null
}, {
"year": 2013,
"month": 0,
"value": null
}, {
"year": 2014,
"month": 0,
"value": null
}, {
"year": 2015,
"month": 0,
"value": 20.9
}, {
"year": 2016,
"month": 0,
"value": 21.2
}, {
"year": 2017,
"month": 0,
"value": 22.9
}, {
"year": 2018,
"month": 0,
"value": 24
}, {
"year": 2019,
"month": 0,
"value": 25.6
}, {
"year": 2020,
"month": 0,
"value": 13
}, {
"year": 2021,
"month": 0,
"value": 10.8
}]
}, {
"label": "10~29人",
"data": [{
"year": 2011,
"month": 0,
"value": 37.6
}, {
"year": 2012,
"month": 0,
"value": 41.6
}, {
"year": 2013,
"month": 0,
"value": 43.6
}, {
"year": 2014,
"month": 0,
"value": 45.7
}, {
"year": 2015,
"month": 0,
"value": 46.8
}, {
"year": 2016,
"month": 0,
"value": 47.3
}, {
"year": 2017,
"month": 0,
"value": 49.5
}, {
"year": 2018,
"month": 0,
"value": 48.3
}, {
"year": 2019,
"month": 0,
"value": 50.9
}, {
"year": 2020,
"month": 0,
"value": 28.3
}, {
"year": 2021,
"month": 0,
"value": 26.1
}]
}, {
"label": "30~99人",
"data": [{
"year": 2011,
"month": 0,
"value": 40.1
}, {
"year": 2012,
"month": 0,
"value": 41.6
}, {
"year": 2013,
"month": 0,
"value": 42.7
}, {
"year": 2014,
"month": 0,
"value": 45.3
}, {
"year": 2015,
"month": 0,
"value": 47.8
}, {
"year": 2016,
"month": 0,
"value": 49.4
}, {
"year": 2017,
"month": 0,
"value": 50.5
}, {
"year": 2018,
"month": 0,
"value": 49.6
}, {
"year": 2019,
"month": 0,
"value": 50.9
}, {
"year": 2020,
"month": 0,
"value": 26.3
}, {
"year": 2021,
"month": 0,
"value": 23.7
}]
}, {
"label": "100人以上",
"data": [{
"year": 2011,
"month": 0,
"value": 46.8
}, {
"year": 2012,
"month": 0,
"value": 47.4
}, {
"year": 2013,
"month": 0,
"value": 49.8
}, {
"year": 2014,
"month": 0,
"value": 50.2
}, {
"year": 2015,
"month": 0,
"value": 58
}, {
"year": 2016,
"month": 0,
"value": 57.1
}, {
"year": 2017,
"month": 0,
"value": 58
}, {
"year": 2018,
"month": 0,
"value": 56.1
}, {
"year": 2019,
"month": 0,
"value": 56
}, {
"year": 2020,
"month": 0,
"value": 23
}, {
"year": 2021,
"month": 0,
"value": 18.2
}]
}]
}
}