x402 List

x402 Protocol Service Directory

Japan Diet API

Data ✓ VERIFIED

verified until 2026-08-19

Japanese Diet members and full-text minutes search over the official National Diet Library archive. x402-enabled for AI agents.

Pay from $0.004 to $0.012 per request in USDC on Base / Polygon / Solana, settled onchain via the x402 protocol, no signup, no API key needed.

first settlement 2026-05-18 · $0 all-time · last settled 2026-08-12

BASE URL https://diet.agentic-jp.com WEBSITE https://diet.agentic-jp.com ENDPOINTS 4 NETWORK Base / Polygon / Solana ASSET USDC MEMBER SINCE 2026-08-12 MONITORED SINCE 2026-08-12

ASSESSMENT

updated 2h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
266ms
avg response
266ms
total checks
1

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14)

14 of 14 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.004 to $0.012 (p30 in Data)
price (min)
$0.004
price (max)
$0.012
category percentile (min)
p30 in Data
category percentile (max)
p33 in Data
endpoints / prices
4 / 3
model
tiered
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
86d
registrar
Cloudflare, Inc.
hosting
custom
domain created
2026-05-18

Identity facts, not a risk score.

traction $0.00 30d · 0 buyers
volume 30d
$0.00
buyers 30d
0
settlements 30d
0
first settlement
2026-05-18
last settlement
2026-08-12
top buyer share
-
trend 7d vs 30d
-
networks
eip155:137, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
volume all-time
$0
settlements all-time
0
median settlement 30d
-
max settlement 30d
-
settled via
-

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

No AI synthesis has been produced for this service yet.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
POST /batch $0.004 Base/Polygon/Solana USDC header
GET /members/1 $0.005 Base/Polygon/Solana USDC header
GET /members/search $0.005 Base/Polygon/Solana USDC header
POST /minutes/search $0.012 Base/Polygon/Solana USDC header
4 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /members/1 returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://diet.agentic-jp.com/members/1'
// 402 response (captured by monitor) · 4 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "resource": "https://diet.agentic-jp.com/members/search"
        },
        "payTo": "0x38c9F689274E2fC3AE360744eF88ce212077a584",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "resource": "https://diet.agentic-jp.com/members/search"
        },
        "payTo": "0x38c9F689274E2fC3AE360744eF88ce212077a584",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:137",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
          "resource": "https://diet.agentic-jp.com/members/search"
        },
        "payTo": "2BTzdCAcCLaNA2SSZ1YjJvTtscNCpUMUEjLY3LyBpNMk",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://diet.agentic-jp.com/members/search",
      "mimeType": "application/json",
      "description": "Search current Japanese (JP) National Diet members by name (kanji, kana, or romaji), party, or constituency. Returns matching members with their canonical ids for use with GET /members/:id. Use to resolve a politician name to a record."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "q": "鈴木"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "query": "鈴木",
              "results": [
                {
                  "name_ja": "鈴木 俊一",
                  "member_id": "suzuki-shunichi"
                }
              ]
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "q"
                  ],
                  "properties": {
                    "q": {
                      "type": "string",
                      "description": "Member name / party / constituency query"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "resource": "https://diet.agentic-jp.com/members/:id"
        },
        "payTo": "0x38c9F689274E2fC3AE360744eF88ce212077a584",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "resource": "https://diet.agentic-jp.com/members/:id"
        },
        "payTo": "0x38c9F689274E2fC3AE360744eF88ce212077a584",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:137",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
          "resource": "https://diet.agentic-jp.com/members/:id"
        },
        "payTo": "2BTzdCAcCLaNA2SSZ1YjJvTtscNCpUMUEjLY3LyBpNMk",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://diet.agentic-jp.com/members/:id",
      "mimeType": "application/json",
      "description": "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."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "pathParams": {
              "id": "1"
            },
            "queryParams": {}
          },
          "output": {
            "type": "json",
            "example": {
              "house": "shugiin",
              "party": "自由民主党",
              "name_en": "Takeshi Iwaya",
              "name_ja": "岩屋 毅",
              "member_id": "shugiin-iwayatakeshi"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "pathParams": {
                  "type": "object",
                  "required": [
                    "id"
                  ],
                  "properties": {
                    "id": {
                      "type": "string",
                      "description": "Canonical Diet member id"
                    }
                  }
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        },
        "routeTemplate": "/members/:id"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "resource": "https://diet.agentic-jp.com/minutes/search"
        },
        "payTo": "0x38c9F689274E2fC3AE360744eF88ce212077a584",
        "amount": "12000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "resource": "https://diet.agentic-jp.com/minutes/search"
        },
        "payTo": "0x38c9F689274E2fC3AE360744eF88ce212077a584",
        "amount": "12000",
        "scheme": "exact",
        "network": "eip155:137",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
          "resource": "https://diet.agentic-jp.com/minutes/search"
        },
        "payTo": "2BTzdCAcCLaNA2SSZ1YjJvTtscNCpUMUEjLY3LyBpNMk",
        "amount": "12000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://diet.agentic-jp.com/minutes/search",
      "mimeType": "application/json",
      "description": "Full-text search the official Japanese (JP) Diet proceedings archive (国会会議録, sourced from the National Diet Library), filterable by date range, house, committee, and speaker. Returns meeting metadata and matching snippets. Dynamic pricing: a base fee plus a small per-result fee. Use to find when and where a topic was debated."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "limit": 20,
              "query": "ステーブルコイン"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "query": "ステーブルコイン",
              "results": [
                {
                  "date": "2025-02-15",
                  "committee": "財務金融委員会",
                  "meeting_id": "11704041X00220250215"
                }
              ],
              "total_hits": 47
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "required": [
                    "query"
                  ],
                  "properties": {
                    "house": {
                      "enum": [
                        "shugiin",
                        "sangiin"
                      ],
                      "type": "string"
                    },
                    "limit": {
                      "type": "number",
                      "maximum": 100,
                      "minimum": 1,
                      "description": "Max results, 1–100"
                    },
                    "query": {
                      "type": "string",
                      "maxLength": 200,
                      "description": "Full-text query for Diet minutes (国会会議録). The field `q` is also accepted as an alias."
                    },
                    "to_date": {
                      "type": "string",
                      "description": "YYYY-MM-DD"
                    },
                    "from_date": {
                      "type": "string",
                      "description": "YYYY-MM-DD"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "resource": "https://diet.agentic-jp.com/batch"
        },
        "payTo": "0x38c9F689274E2fC3AE360744eF88ce212077a584",
        "amount": "4000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
        "extra": {
          "name": "USD Coin",
          "version": "2",
          "resource": "https://diet.agentic-jp.com/batch"
        },
        "payTo": "0x38c9F689274E2fC3AE360744eF88ce212077a584",
        "amount": "4000",
        "scheme": "exact",
        "network": "eip155:137",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88",
          "resource": "https://diet.agentic-jp.com/batch"
        },
        "payTo": "2BTzdCAcCLaNA2SSZ1YjJvTtscNCpUMUEjLY3LyBpNMk",
        "amount": "4000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://diet.agentic-jp.com/batch",
      "mimeType": "application/json",
      "description": "Batch lookups of Japanese (JP) Diet members — up to 100 items in one call, with per-item success/error reporting. Dynamic pricing: a small per-item fee. Use to resolve many members at once."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "items": [
                {
                  "id": "1",
                  "key": "shugiin-iwayatakeshi"
                }
              ],
              "operation": "members"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "count": 1,
              "results": [
                {
                  "id": "1",
                  "success": true
                }
              ],
              "operation": "members"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "required": [
                    "operation",
                    "items"
                  ],
                  "properties": {
                    "items": {
                      "type": "array",
                      "maxItems": 100
                    },
                    "operation": {
                      "enum": [
                        "members"
                      ],
                      "type": "string"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 30d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/japan-diet-api/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
08-12 · uptime 100.0% · 303ms avg08-1208-12
30d UPTIME 100%
RESPONSE TIME
08-12 · 303ms avg08-12 · 303ms avg08-1208-12
AVG RESP 286ms
PRICE (captured 402, USD)
building price history ($0.005)

Median across 4 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
building assessment history (1 day so far)

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

VOLUME (on-chain settlement, USD)
07-14 · $0.2907-15 · $0.8507-16 · $0.2807-17 · $0.2807-18 · $0.3007-19 · $0.0507-20 · $0.1107-21 · $0.3107-22 · $0.8907-23 · $0.3507-24 · $0.3707-25 · $0.3207-26 · $0.3407-27 · $0.6707-28 · $0.3207-29 · $0.3307-30 · $0.3207-31 · $0.3308-01 · $0.5808-02 · $0.3308-03 · $0.3208-04 · $0.3208-05 · $0.3508-06 · $0.3508-07 · $0.3608-08 · $0.1008-09 · $0.3208-10 · $0.0808-11 · $0.0708-12 · $0.06peak $0.8907-1408-12
DISTINCT BUYERS
07-14 · 1 buyer07-15 · 3 buyers07-16 · 2 buyers07-17 · 1 buyer07-18 · 2 buyers07-19 · 2 buyers07-20 · 3 buyers07-21 · 3 buyers07-22 · 3 buyers07-23 · 3 buyers07-24 · 3 buyers07-25 · 3 buyers07-26 · 4 buyers07-27 · 5 buyers07-28 · 2 buyers07-29 · 3 buyers07-30 · 3 buyers07-31 · 3 buyers08-01 · 2 buyers08-02 · 2 buyers08-03 · 2 buyers08-04 · 2 buyers08-05 · 2 buyers08-06 · 2 buyers08-07 · 2 buyers08-08 · 2 buyers08-09 · 2 buyers08-10 · 3 buyers08-11 · 2 buyers08-12 · 2 buyerspeak 5 buyers07-1408-12

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-08-12 · last up 2026-08-12

  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (7) live · click to expand
TIME STATUS RESP CAUSE
● OK 229ms
● OK 258ms
● OK 312ms
● OK 229ms
● OK 234ms
● SLOW 473ms
● OK 266ms

EMBED THIS BADGE

Show that Japan Diet API is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Japan Diet API listed on x402-list
status
Japan Diet API uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/japan-diet-api?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/japan-diet-api.svg" alt="Japan Diet API listed on x402-list" height="28">
</a>
// Markdown
[![Japan Diet API on x402-list](https://x402-list.com/badge/japan-diet-api.svg)](https://x402-list.com/services/japan-diet-api?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/japan-diet-api?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/japan-diet-api.svg?data=uptime" alt="Japan Diet API uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

To request delisting, email info@x402-list.com or update your listing at /services/japan-diet-api/update.