Jグランツ
APIドキュメント
公開日
補助金一覧取得API(Search subsidies with conditions)
補助金一覧取得API(Search subsidies with conditions)
query Parameters
required | object (subsidiesRequest) |
Responses
Response samples
- 200
- 400
- 401
- 404
- 405
- 406
- 415
- 500
- 501
Content type
application/json
{- "metadata": {
- "resultset": {
- "count": 1
}
}, - "result": [
- {
- "id": "S0J0w00wer0wUgr77E",
- "name": "S-01100011",
- "title": "小規模事業者補助金",
- "target_area_search": "東京都 / 大阪府",
- "subsidy_max_limit": 10000000,
- "acceptance_start_datetime": "2020-02-28T16:41:41.090Z",
- "acceptance_end_datetime": "2021-02-28T16:41:41.090Z",
- "target_number_of_employees": "20名以下"
}
]
}補助金詳細取得API(Retrieve a subsidy detail)
補助金詳細取得API(Retrieve a subsidy detail)
path Parameters
| id required | string <= 18 characters 補助金ID(Subsidy ID) |
Responses
Response samples
- 200
- 400
- 401
- 404
- 405
- 406
- 415
- 500
- 501
Content type
application/json
{- "metadata": {
- "resultset": {
- "count": 1
}
}, - "result": [
- {
- "id": "S0J0w00wer0wUgr77E",
- "name": "S-01100011",
- "title": "小規模事業者補助金",
- "subsidy_catch_phrase": "小規模事業者の生産性向上と持続的発展を図る",
- "detail": "小規模事業者が取り組む販路開拓等の取組の経費の一部を補助することにより、生産性向上と持続的発展を図ることを目的とします。",
- "use_purpose": "新たな事業を行いたい / 設備整備・IT導入をしたい",
- "industry": "情報通信業 / 教育、学習支援業",
- "target_area_search": "東京都 / 大阪府",
- "target_area_detail": "全国",
- "target_number_of_employees": "20名以下",
- "subsidy_rate": "20%",
- "subsidy_max_limit": 10000000,
- "acceptance_start_datetime": "2020-02-28T16:41:41.090Z",
- "acceptance_end_datetime": "2021-02-28T16:41:41.090Z",
- "project_end_deadline": "2020-07-31T15:00:00.000Z",
- "request_reception_presence": "有",
- "is_enable_multiple_request": false,
- "application_guidelines": {
- "name": "公募要領.pdf",
- "data": "JVBERi0xLjQKJe"
}, - "outline_of_grant": {
- "name": "交付要綱.pdf",
- "data": "JVBERi0xLjQKJe"
}, - "application_form": {
- "name": "申請様式.pdf",
- "data": "JVBERi0xLjQKJe"
}
}
]
}補助金詳細取得API V2(Retrieve a subsidy detail V2)
補助金詳細取得API V2(Retrieve a subsidy detail V2)
path Parameters
| id required | string <= 18 characters 補助金ID(Subsidy ID) |
Responses
Response samples
- 200
- 400
- 401
- 404
- 405
- 406
- 415
- 500
- 501
Content type
application/json
{- "metadata": {
- "resultset": {
- "count": 1
}
}, - "result": [
- {
- "id": "S0J0w00wer0wUgr77E",
- "name": "S-01100011",
- "title": "小規模事業者補助金",
- "subsidy_catch_phrase": "小規模事業者の生産性向上と持続的発展を図る",
- "detail": "小規模事業者が取り組む販路開拓等の取組の経費の一部を補助することにより、生産性向上と持続的発展を図ることを目的とします。",
- "use_purpose": "新たな事業を行いたい / 設備整備・IT導入をしたい",
- "industry": "情報通信業 / 教育、学習支援業",
- "target_number_of_employees": "20名以下",
- "subsidy_rate": "20%",
- "subsidy_max_limit": 10000000,
- "request_reception_presence": "有",
- "is_enable_multiple_request": false,
- "granttype": "一般型",
- "application_guidelines": {
- "name": "公募要領.pdf",
- "data": "JVBERi0xLjQKJe"
}, - "outline_of_grant": {
- "name": "交付要綱.pdf",
- "data": "JVBERi0xLjQKJe"
}, - "application_form": {
- "name": "申請様式.pdf",
- "data": "JVBERi0xLjQKJe"
}, - "workflow": [
- {
- "id": "a0GBE000005RJTW2A4",
- "target_area_search": "大分県",
- "target_area_detail": "全国",
- "fiscal_year_round": "第54回",
- "acceptance_start_datetime": "2025-10-01T15:00Z",
- "acceptance_end_datetime": "2026-03-21T15:00Z",
- "project_end_deadline": "2027-12-31T15:00Z"
}
]
}
]
}