# Japan National Diet Member Profile API

> Japan National Diet Member Profile API is a paid API for AI agents from diet.agentic-jp.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns a full biographical profile of a Japanese National Diet member by canonical ID, including name in kanji/kana/English, house, party, constituency, election count, current position, and committee memberships.

## Facts

- Endpoint: GET https://diet.agentic-jp.com/members/:id
- 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/japan-national-diet-member-profile-api-2765a5cf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lXbtEP3SdDTIm6y2R4OHh

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 japan-national-diet-member-profile-api-2765a5cf
```

Example prompt: Can you pull up the full profile for Japanese Diet member with ID 'yamada-taro-001' — I need their name in kanji and English, which house they sit in, their party, constituency, how many times they've been elected, their current position, and any committee memberships?

## When to prefer this

Use this endpoint when you have a canonical Diet member ID and need comprehensive structured biographical data about a specific Japanese legislator, including multilingual name forms, institutional affiliation, and committee details. Prefer this over the search endpoint when you already know the member's ID. It is ideal for enriching politician references in news, policy research, or political analytics pipelines that operate on Japanese parliamentary data.

## Known failure modes

- Unknown or invalid member ID returns a 404 not found error
- Retired or former members may not be present if the database covers only current members
- Payment failure via x402 protocol results in 402 Payment Required
- Network timeout or service unavailability returns a 5xx error
- Malformed ID format may return a 400 bad request

## How this service works

Full profile of a Japanese (JP) National Diet (国会) member by canonical id — name in kanji/kana/English, house (衆議院/参議院), party, constituency, times elected, current position, and committee memberships. Use to enrich a politician reference with structured biographical data.

## Output

A structured JSON object containing the Diet member's canonical ID, full name in kanji, kana, and English romanization, their house (House of Representatives 衆議院 or House of Councillors 参議院), political party, constituency, number of times elected, current official position or role, and a list of committee memberships.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/japan-national-diet-member-profile-api-2765a5cf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from diet.agentic-jp.com](https://www.zero.xyz/host/diet.agentic-jp.com/llms.txt)
