J

Japan Address Geocode · JP Address Geocode

by Japan Address Geocode

POSTBase

$0.005

per call · USD Coin on Base

Japanese forward geocoding from an address to coordinates. Keywords: Japan geocoder, address to coordinates, building-level geocode, Jageocoder, chome, block, lot, house. Returns provider-neutral local candidates, coordinates, address IDs, hierarchy levels, unmatched tails, and partial-match warnings. Jageocoder level 5/6 is oaza/aza, level 7 is block, and level 8 is a building or house node when present in the dictionary; town-level evidence is not a door-number or coordinate accuracy claim.

Endpoint

POST https://api.jpverify.com/jp-address/geocode

3

Calls / 30d

2

Unique payers / 30d

Sep 10

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.jpverify.com/jp-address/geocode", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "address": "東京都千代田区千代田1丁目1番1号",
    "max_candidates": 3
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://api.jpverify.com/jp-address/geocode" \
  -H "Content-Type: application/json" \
  -d '{"address":"東京都千代田区千代田1丁目1番1号","max_candidates":3}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "candidate_count": 1,
  "candidates": [
    {
      "address_id": 123,
      "confidence": 0.98,
      "granularity": "building",
      "latitude": 35.6852,
      "longitude": 139.7528,
      "match_completeness": "exact",
      "match_level": 8,
      "normalized": "東京都千代田区千代田1丁目1番1号",
      "reasons": [
        "all_requested_components_matched"
      ],
      "source": "Jageocoder local dictionary",
      "unmatched_tail": null
    }
  ],
  "dictionary_version": null,
  "geocoder_status": "ready",
  "matched": "東京都千代田区千代田一丁目一番一号",
  "minimum_acceptable_level": 8,
  "precision_satisfied": true,
  "status": "matched",
  "upstream_matched": [
    "東京都千代田区千代田一丁目一番一号"
  ],
  "verified_level": 8,
  "warnings": []
}

Payment details

Pay to0xe4a4e5b226be71e7b6ed523bc7a91089c770572f
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from Japan Address Geocode & similar services