Japan-origin API discovery

Japanese data. Built in Japan for global developers.

JAPAN API STORE is a focused entry point for developers building products for Japan. Four production APIs turn fragmented Japanese public systems into English-first, source-backed JSON without hiding uncertainty.

Built in Japan · English-first JSON · Official and public source provenance · No government endorsement claimed

NO SIGN-UP · NO API KEY

Choose a real no-sign-up demo

Start with the developer question you have now. Every demo is rate-limited, uses no API key, and leads to the matching production contract.

Try it before you register

Can this product be sold in Japan?

Enter a product name and category. Add details only when you have them.

No login · no API key · rate limited
Start with an example

Optional details / 任意項目Add only what you know. Each relevant answer can improve the assessment confidence.

A few anonymous checks are available each hour. The free API is for continued use.

Your current assessment will appear here.

You will see a decision, confidence score, reasons, optional next details, and official sources.

Ready to use it in your product?Create a free account, issue an API key, and call Japan Sellability API from your application.

PRODUCTION REQUEST

Copy a request, then inspect the actual response contract.

The free key uses the same documented endpoint. Put the secret in a server-side environment variable and never commit it.

curl -X POST https://api.japanapistore.com/v1/address/resolve \
  -H "Authorization: Bearer ${JAPAN_API_KEY}" \
  -H "Content-Type: application/json" \
  -d '{"query":"〒100-0005 東京都千代田区丸の内1-1"}'
Representative responseFields depend on evidence and input.
{"request_id":"…","success":true,"match":{"status":"matched"},"address":{"prefecture":"東京都","municipality":"千代田区","town_area":"丸の内"},"sources":[{"provider":"japan_post","status":"matched"}]}

SOURCES, FRESHNESS, LIMITS

Evidence you can inspect—not a black-box “Japan answer.”

Each API reports source-specific freshness. There is no single platform-wide date that can truthfully replace those source versions.

Japan Post

Used for
Postal codes, prefectures, municipalities, town areas and kana.
Freshness
The active source version is returned in API provenance.
Transformation
JAPAN API STORE normalizes fields and reconciles them with Digital Agency address evidence.

Digital Agency Address Base Registry

Used for
Structured Japanese address identifiers, hierarchy and coordinates where public evidence exists.
Freshness
Dataset version and source status are returned separately from Japan Post.
Transformation
Matches are graded without treating coordinate precision as address precision.

National Tax Agency Corporate Number Publication Site

Used for
Public corporate number, legal name, head-office address and change status.
Freshness
The response reports source status and observed data version.
Transformation
Legal-form placement and name variants are normalized into English-friendly JSON.

FREE DEVELOPER TIER

Use the demo now. Create a key only when you are ready to build.

No credit card for the free key. One dashboard gives access to the four existing APIs.
Get a free API keyFirst 200 OK guideOpenAPIPostman