$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/geocode3
Calls / 30d
2
Unique payers / 30d
Sep 10
Last called
exact
Payment scheme
Call this service
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 -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
0xe4a4e5b226be71e7b6ed523bc7a91089c770572fUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from Japan Address Geocode & similar services
Oneshotagent · Verify Email
win.oneshotagent.com
Email deliverability verification
Oneshotagent · Enrich Email
win.oneshotagent.com
Email enrichment and validation
Strale · Email Validate
api.strale.io
Validate an email address: RFC 5322 syntax, MX records, 5,361 disposable domain detection, role-based address detection (35 patterns), free provider detection, and typo suggestion for common providers (gmial.com ? gmail.com). Returns deliverability assess…