Animica x402 Directory

Directory / address.agentic-jp.com

address.agentic-jp.com/parse

Extract a fully structured Japanese (JP) address — prefecture, city, town, chome-banchi, plus building name, room number and addressee — from free-form, OCR, or voice-transcribed text. Use to turn one messy line into typed fields for invoices, shipping labels, or CRM records.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X POST 'https://address.agentic-jp.com/parse'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch -X POST 'https://address.agentic-jp.com/parse'

Endpoint: https://address.agentic-jp.com/parse. Operated by address.agentic-jp.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on address.agentic-jp.com

address.agentic-jp.com/batch

Batch-normalize or batch-geocode up to 100 Japanese (JP) addresses in a single call — same processing as POST /normalize and POST /geocode, with per-item succes…

POST · $0.004

address.agentic-jp.com/geocode

Geocode a Japanese (JP) address to WGS84 lat/lng coordinates, with a granularity level (prefecture → city → town → chome → banchi) and a 0-1 confidence score sh…

POST · $0.005

address.agentic-jp.com/normalize

Japanese address normalization (住所正規化): standardize a JP address into clean prefecture / city / town / chome-banchi components. Fixes fullwidth/halfwidth digits…

POST · $0.005

address.agentic-jp.com/reverse-geocode

Reverse-geocode WGS84 lat/lng coordinates within Japan to a normalized Japanese (JP) address with structured components. Use to label a GPS fix, a map pin, or a…

POST · $0.005

All 5 endpoints on address.agentic-jp.com →