表彰・補助金採択_地域ごとの分布 new
表彰・補助金採択の情報を都道府県ごとに返します。
GET api/v1/industry/subsidies-status/area
データ提供年
2015年度〜2021年度
RESAS対象マップ
企業活動マップ > 企業情報 > 表彰・補助金採択
- ※ リンク先のグラフ表示の際のパラメータは、すべて初期設定の値を使用しています。
parameters
Name | Description | Required |
---|---|---|
year |
年度 指定可能年度:2015年度〜2021年度 |
true |
prefCode | 都道府県コード(default: -) | |
matter |
出力タイプ 1:表彰企業数(default) 2:補助金件数 3:補助金金額 |
responses
Name | Description |
---|---|
/result/year | 年度 |
/result/prefCode | 都道府県コード |
/result/matter | 出力タイプ |
/result/data/<prefCode> | 表彰企業数 / 補助金件数 / 補助金金額 |
sample
GET https://opendata.resas-portal.go.jp/api/v1/industry/subsidies-status/area?year=2015&matter=1
{
"message": null,
"result": {
"year": 2015,
"prefCode": "-",
"matter": 1,
"data": {
"1": 8,
"2": 2,
"3": 2,
"4": 2,
"5": 0,
"6": 1,
"7": 1,
"8": 1,
"9": 3,
"10": 4,
"11": 3,
"12": 4,
"13": 69,
"14": 6,
"15": 1,
"16": 1,
"17": 2,
"18": 1,
"19": 1,
"20": 4,
"21": 2,
"22": 4,
"23": 7,
"24": 3,
"25": 3,
"26": 5,
"27": 19,
"28": 1,
"29": 0,
"30": 2,
"31": 1,
"32": 1,
"33": 0,
"34": 3,
"35": 5,
"36": 1,
"37": 0,
"38": 0,
"39": 3,
"40": 11,
"41": 2,
"42": 1,
"43": 0,
"44": 3,
"45": 1,
"46": 1,
"47": 2
}
}
}