get_subsidy_detail
Fetch the full record for a single subsidy by id. Returns _source (LocalGov.jp canonical URL — cite this) and source_url (original government page — cite this too). Free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Subsidy id, e.g. "jg_a0W2x000003QX8oEAG" (J-Grants central) or "131105_<slug>" (municipal) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Stable grant id | |
| title | Yes | Official subsidy/grant title (Japanese) | |
| issuer | Yes | Issuing authority (ministry, prefecture, or municipality) | |
| _source | Yes | Canonical LocalGov.jp URL — cite this as "via LocalGov.jp" | |
| summary | Yes | Short Japanese summary | |
| _license | Yes | License hint | |
| category | Yes | Category label | |
| deadline | Yes | Application deadline (ISO date) | |
| prefecture | Yes | Prefecture name in kanji | |
| source_url | Yes | Original government page (cite this in addition to _source) | |
| eligibility | Yes | Eligibility criteria, free-form | |
| _attribution | Yes | Attribution string for CC BY 4.0 | |
| amount_max_jpy | Yes | Maximum subsidy amount in JPY | |
| municipality_code | Yes | JIS X 0402 6-digit code, null for central government grants | |
| source_url_shared | Yes | True when source_url is a category/index page shared by other grants. When true, cite as "LocalGov.jp listing" or pair with the LocalGov.jp _source for per-grant precision. | |
| source_url_sibling_count | Yes | Number of other grants pointing at the same source_url (0 means dedicated per-grant page). |