# JPVerify Japanese Address Normalization

> JPVerify Japanese Address Normalization is a paid API for AI agents from api.jpverify.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Parses and normalizes a Japanese address string into structured components: postal code, prefecture, city, and canonical address text.

## Facts

- Endpoint: POST https://api.jpverify.com/jp-address/normalize
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jpverify-japanese-address-normalization-6f8e22a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YbqlS8Qj8fBuTJB8ZnPHO

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability jpverify-japanese-address-normalization-6f8e22a8 -d '<json body>'
```

Example prompt: Can you normalize this Japanese address — '東京都渋谷区道玄坂1-2-3' — and break it out into postal code, prefecture, city, and the canonical address text so I can store it properly in our invoice system?

## When to prefer this

Choose this endpoint when you need to parse or standardize a freeform Japanese address string into structured fields (postal code, prefecture, city, canonical text) for use in Japan-specific invoicing, KYB, contact management, or compliance workflows. Prefer it over generic geocoding APIs when the target locale is exclusively Japan and structured Japanese administrative divisions are required.

## Known failure modes

- Ambiguous or partial address string may result in low-confidence or incomplete parsing
- Non-Japanese or romanized addresses may fail to parse correctly
- Unrecognized locality names may cause prefecture or city fields to be null
- Malformed input (e.g. missing city block numbers) may yield partial results
- Network or authentication errors return non-200 status codes

## Output

Returns structured address components extracted from the input Japanese address string, including the normalized postal code (〒 format), prefecture (都道府県), city/ward/municipality (市区町村), and the canonical full address text suitable for use in company, invoice, and contact records.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jpverify-japanese-address-normalization-6f8e22a8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.jpverify.com](https://www.zero.xyz/host/api.jpverify.com/llms.txt)
