Government — entry 036 of 90

LocalGov.jp

Verified Jul 2026

LocalGov.jp is an independent developer's structured-data layer over Japan's national J-Grants system and 1,600+ municipal grant and subsidy programmes, plus a furusato nozei (hometown tax) gift database, normalized into JSON and AI-agent-friendly Markdown. Nearly every endpoint is free and keyless with CORS wide open to any origin, re-confirmed live against the real search API; a handful of premium AI-analysis endpoints use x402 USDC micropayments instead of a traditional key. It's not an official government site — it's a third-party aggregator that requires attribution back to each original government source.

government-datajapangrantsai-agentsopen-data
AuthenticationNone requiredCall it straight away — no key, no signup.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreemiumA usable free tier exists, with paid plans for more volume.
FormatsJSON, MarkdownResponses can be requested as JSON or Markdown.

GreatAPIs Score

Score97out of 100
Authentication25/25No authentication required
Pricing17/20Freemium tier available
Docs20/20Machine-readable spec file bundled
Formats15/15Supports 2 response formats
Freshness20/20Verified within 6 months

Embed this badge

Scored 97 on greatapis.com
<a href="https://greatapis.com/api/localgov-jp/"><img src="https://greatapis.com/badge/localgov-jp.svg" alt="Scored 97 on greatapis.com"></a>

Auth quickstart

  1. No key needed — call it now.
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.

Endpoints

Servers
https://localgov.jp
api21
POST/api/export/grantsバルクエクスポート(x402 課金)
Responses
StatusDescriptionSchema
200バルクJSON
402x402 Payment Required
GET/api/furusato/change_detectfurusato_events 差分 feed ($1.00 paid)
Parameters
NameInRequiredType
since_isoquerynostring
muni_codequerynostring
gift_idquerynostring
limitquerynointeger
Responses
StatusDescriptionSchema
200差分イベント一覧
402x402 Payment Required
GET/api/furusato/cite/{gift_id}引用ヘルパー — citation-grade source_url + markdown/html 文字列
Parameters
NameInRequiredType
gift_idpathyesstring
Responses
StatusDescriptionSchema
200citation envelope
GET/api/furusato/coverage網羅状況 (gifts/munis/prefectures カウント) + transparency note
Responses
StatusDescriptionSchema
200coverage snapshot
GET/api/furusato/limit控除上限額シミュレーション (GET — querystring)
Parameters
NameInRequiredType
annual_income_jpyqueryyesinteger
marital_statusquerynostring
partner_income_jpyquerynointeger
dependents_adultquerynointeger
dependents_elderlyquerynointeger
dependents_universityquerynointeger
dependents_minorquerynointeger
social_insurance_jpyquerynointeger
other_deductions_jpyquerynointeger
income_typequerynostring
Responses
StatusDescriptionSchema
200上限額の概算 + breakdown
POST/api/furusato/limit控除上限額シミュレーション (POST — JSON body)
Request body

application/json

Responses
StatusDescriptionSchema
200上限額の概算 + breakdown
GET/api/furusato/municipalities/{muni_code}/gifts指定自治体の active 返礼品一覧
Parameters
NameInRequiredType
muni_codepathyesstring
limitquerynointeger
Responses
StatusDescriptionSchema
200自治体別返礼品リスト
GET/api/furusato/portal_options/{gift_id}寄付経路 (全ポータル並列 + 自治体公式直接) の一覧
Parameters
NameInRequiredType
gift_idpathyesstring
Responses
StatusDescriptionSchema
200ポータル並列リスト + disclosure
GET/api/furusato/recommendAI rerank 推薦 ($0.50 paid)
Parameters
NameInRequiredType
prefecturequerynostring
categoryquerynostring
subcategoryquerynostring
budget_min_jpyquerynointeger
budget_max_jpyquerynointeger
notesquerynostring
limitquerynointeger
Responses
StatusDescriptionSchema
200推薦結果 + rerank_status
402x402 Payment Required
GET/api/furusato/searchふるさと納税 返礼品の横断検索
Parameters
NameInRequiredType
keywordquerynostring
prefecturequerynostring
muni_codequerynostring
categoryquerynostring
subcategoryquerynostring
min_amountquerynointeger
max_amountquerynointeger
min_return_ratequerynonumber
sortquerynostring
limitquerynointeger
offsetquerynointeger
Responses
StatusDescriptionSchema
200返礼品検索結果
GET/api/furusato/semantic_searchSemantic search (Workers AI bge-m3 → Vectorize)。 binding 未活性化時は FTS5 fallback
Parameters
NameInRequiredType
qqueryyesstring
prefecturequerynostring
categoryquerynostring
muni_codequerynostring
limitquerynointeger
Responses
StatusDescriptionSchema
200engine=workers_ai_bge_m3_v1 | fts5_fallback
GET/api/furusato/stats/{muni_code}自治体別ふるさと納税統計 (受入額・受入件数・流出額 + 公式問い合わせ先 + schema.org)
Parameters
NameInRequiredType
muni_codepathyesstring
Responses
StatusDescriptionSchema
200総務省統計 + 公式 contact + schema.org/GovernmentOrganization
GET/api/furusato/top_moversイベント発生数の多い返礼品 Top N ($0.20 paid)
Parameters
NameInRequiredType
windowquerynostring
limitquerynointeger
prefecturequerynostring
categoryquerynostring
muni_codequerynostring
Responses
StatusDescriptionSchema
200重み付け score でランクされた gifts
402x402 Payment Required
GET/api/furusato/use_history/{muni_code}寄付金使途実績 (年次・purpose 別、 citation 強化版) ($0.30 paid)
Parameters
NameInRequiredType
muni_codepathyesstring
Responses
StatusDescriptionSchema
200使途実績 + _source_with_page
402x402 Payment Required
POST/api/furusato/webhooks/subscribefurusato push event subscription ($0.20 paid, TTL 30d)
Request body

application/json

Responses
StatusDescriptionSchema
200subscription_id + expires_at
402x402 Payment Required
GET/api/furusato/{gift_id}返礼品の詳細を取得
Parameters
NameInRequiredType
gift_idpathyesstring
Acceptheadernostring
Responses
StatusDescriptionSchema
200返礼品詳細 (JSON or Markdown)
404gift_id 不存在
GET/api/furusato/{gift_id}/price_history返礼品の価格・還元率の時系列推移 ($0.30 paid)
Parameters
NameInRequiredType
gift_idpathyesstring
daysquerynointeger
Responses
StatusDescriptionSchema
200時系列の amount/rate changes
402x402 Payment Required
POST/api/grants/match事業者プロファイルからマッチする補助金を提案
Request body

application/json

Responses
StatusDescriptionSchema
200マッチング結果(関連度順)
GET/api/grants/search補助金を検索
Parameters
NameInRequiredType
keywordquerynostring
prefecturequerynostring
municipality_codequerynostring
open_onlyquerynoboolean
min_amountquerynointeger
sortquerynostring
limitquerynointeger
offsetquerynointeger
Responses
StatusDescriptionSchema
200検索結果(JSON)
GET/api/grants/{id}個別補助金の詳細を取得
Parameters
NameInRequiredType
idpathyesstring
Acceptheadernostring
Responses
StatusDescriptionSchema
200補助金詳細
404見つからない
GET/api/local/{code}/grants指定市町村の補助金一覧
Parameters
NameInRequiredType
codepathyesstring
Responses
StatusDescriptionSchema
200市町村別補助金リスト
v12
GET/v1/healthヘルスチェック(無料)
Responses
StatusDescriptionSchema
200OK
GET/v1/health/status集計status(無料)
Responses
StatusDescriptionSchema
200カウント・predicate

Try it

Developer reference

Base URLhttps://localgov.jp
Key endpoints
  • GET/api/grants/search
  • GET/api/grants/{id}
  • GET/api/furusato/search

Availability

Uptime100%
Median latency1137 ms
Last checkUp · 200 · Sep 2026

5 checks since Aug 2026. A person runs this check by hand, not an automated monitor.

Changelog

Spec version1.0.0
Tracked paths22
  • Aug 2026gained an OpenAPI spec

Tracking since Sep 2026. See every tracked change ↗ ·Subscribe with RSS ↗