Postal code lookup
Detect hyphenated, plain, full-width, and 〒-prefixed Japanese postal codes.
Japan-wide address normalization with official sub-address verification where authoritative public data is available.
Live and test credentials are isolated. Full API keys are shown only once.
/v1/address/resolveHTTP 200{
"result": {
"postal_code": "100-0005",
"normalized_address": {
"prefecture": "東京都",
"municipality": "千代田区",
"town_area": "丸の内"
},
"codes": { "jis_code": "13101" }
},
"match": {
"status": "matched",
"confidence": "high",
"match_level": "machiaza_detail",
"coordinate_level": "municipality"
}
}Enter one address and see how Japan Address Mix organizes it. Start with a sample if you like.
You can use Japanese characters, a postal code, or a full address.
No account, API knowledge, or card is needed.
Japan Address Mix API preserves uncertainty and source boundaries instead of flattening every result into a false success.
Detect hyphenated, plain, full-width, and 〒-prefixed Japanese postal codes.
Turn one natural Japanese query into consistent structured address fields.
Combine Japan Post with Digital Agency ABR and Ministry of Justice parcel evidence where available.
Return JIS municipality codes and Machiaza IDs when the source supports them.
Expose latitude and longitude together with their actual coordinate level.
Separate evidence score, confidence grade, match level, warnings, and provenance.
Unicode, postal-code, and Japanese address-specific normalization without hiding the original input.
Query Japan Post and the Digital Agency ABR, then verify residential-address or parcel detail against available official public data.
Return matched, partial, ambiguous, or not_found with candidates, warnings, and data versions.
Create a live key in the dashboard.
Set the key as an environment variable.
POST one query as JSON.
Inspect result, match, and warnings.
curl -X POST "https://api.japanapistore.com/v1/address/resolve" \
-H "Authorization: Bearer ${JAPAN_API_KEY}" \
-H "Content-Type: application/json" \
--data '{"query":"〒100-0005 東京都千代田区丸の内1-1"}'Every successful search response includes source versions and source-specific status. Residential and parcel-level evidence is marked preview, loaded from integrity-checked regional data, and reported separately from coordinate precision. Where lower-address public data is unavailable, the API returns a town-area fallback instead of guessing.
Try the secret-safe console, read the contract-backed docs, or enrich Japanese companies with Business Mix.