Japan Business Mix API

Find and understand Japanese companies with source-backed results.

Japan Business Mix API searches public Japanese corporate data using a company name, corporate number or qualified-invoice number. It normalizes Japanese legal forms, returns candidates when names are ambiguous, and joins supported address and registration context.

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

NO SIGN-UP · NO API KEY

Search a real Japanese company

Try an English company name or an example identifier. No account or API key is needed for the rate-limited demo.

Try it free — no signup

Look up a Japanese company

Enter an English company name, romanized location, corporate number, or T-prefixed invoice registration number. The API finds the official Japanese company record.

English input · Official Japanese output · No query history
Try a sample

No Japanese typing is required. Enter an English or romanized company name and receive its official Japanese legal name, corporate number, location, and public evidence.

Your easy-to-read result appears here.

No account, API knowledge, or card is needed.

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 --get https://api.japanapistore.com/v1/business/resolve \
  -H "Authorization: Bearer ${JAPAN_API_KEY}" --data-urlencode "q=Toyota Motor Corporation"
Representative responseFields depend on evidence and input.
{"success":true,"match":{"status":"matched","confidence":"high"},"business":{"name_ja":"トヨタ自動車株式会社","corporate_type":"株式会社"},"nta":{"verified":true},"invoice":{"registered":true},"sources":[{"provider":"nta","status":"matched"}]}

SOURCES, FRESHNESS, LIMITS

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

NTA corporate and invoice sources report their own status and observed freshness in each result.

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