Geocoding for Japan, as a metered API
Turn a Japanese address into coordinates — and coordinates back into an address — over a single REST endpoint. Authenticate with an API key, call the endpoint, pay only for the requests you make.
Forward & reverse
GET /v1/geocoding/forward resolves an address to coordinates;
/reverse maps coordinates back to an address.
Simple auth
Pass your ak_ key as a bearer token. Keys are issued and
revoked from the console — no OAuth dance to call the API.
Pay per request
Usage is metered per request and billed monthly. No seats, no minimums — you pay for what you call.
Pricing
Graduated volume tiers: the per-request rate declines as your monthly volume grows. There is no free tier — you are billed only for the requests you make.
| Tier | Monthly volume | Per request (JPY) |
|---|---|---|
| Tier 1 | launch-pending | launch-pending |
| Tier 2 | launch-pending | launch-pending |
| Tier 3 | launch-pending | launch-pending |
Ready to try it?
Create an account, issue an API key, and make your first geocoding call in minutes.
Get started