# JP Local Pack API — Houjin Number Lookup

> JP Local Pack API — Houjin Number Lookup is a paid API for AI agents from jp-local-pack-api.kasanegi123.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Looks up Japanese corporate information (name, address, status, furigana) by 13-digit corporate (houjin) number via METI gBizINFO

## Facts

- Endpoint: GET https://jp-local-pack-api.kasanegi123.workers.dev/api/houjin-number/lookup
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jp-local-pack-api-houjin-number-lookup-38e9cc89
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xzXkZSnePtI4Hwnzxyo2b

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 jp-local-pack-api-houjin-number-lookup-38e9cc89
```

Example prompt: Can you look up the Japanese company registered under corporate number 7010001077878 — I need its official name, furigana, registered address, and whether it's still active?

## When to prefer this

Use this endpoint when you need authoritative Japanese corporate registry data (official name, address, status) for a known 13-digit houjin number, especially in office automation, invoice validation, compliance, or KYC workflows targeting Japan. Prefer this over general web search when structured, machine-readable output from the official METI source is required.

## Known failure modes

- Invalid or non-13-digit corporate number returns an error
- Corporate number not found in gBizINFO returns empty or error response
- Missing x402 payment header returns HTTP 402 with a shape preview (placeholder data, not real values)
- Network or upstream gBizINFO outage may cause failures or stale data

## How this service works

Japan payroll / tax / social insurance / mynumber / corporate / invoice / holiday reference API for AI agents. x402 micropayments on Base. No API key.

## Output

Returns the official corporate name, furigana (katakana) reading, full registered address (prefecture, city, full), active/closed status, and last update date sourced live from METI gBizINFO for the requested 13-digit houjin number.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "name": "<paid response returns name from gBizINFO live for requested number>",
  "_role": "shape_preview_echoes_query_for_paid_response",
  "number": "<13-digit corporate number echoed>",
  "status": "<paid response returns active|closed>",
  "address": {
   "city": "<paid response returns city name>",
   "full": "<paid response returns full address>",
   "prefecture": "<paid response returns prefecture name>"
  },
  "furigana": "<paid response returns furigana reading (katakana)>",
  "attribution": "Source: METI gBizINFO (https://info.gbiz.go.jp). Japanese corporate public data.",
  "status_code": null,
  "_sample_note": "Unpaid 402 shape preview echoes the requested 13-digit corporate number; paid 200 queries gBizINFO live and returns the canonical name + furigana + address + status.",
  "last_update_date": "<paid response returns last_update_date YYYY-MM-DD>",
  "_shape_preview_note": "Numeric fields in this unpaid 402 shape preview are 0 placeholders. Real values require X-PAYMENT on production."
 },
 "mimeType": "application/json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jp-local-pack-api-houjin-number-lookup-38e9cc89/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from jp-local-pack-api.kasanegi123.workers.dev](https://www.zero.xyz/host/jp-local-pack-api.kasanegi123.workers.dev/llms.txt)
