# Japan National Diet (Kokkai) Meeting Records - Latest 30 Entries

> Japan National Diet (Kokkai) Meeting Records - Latest 30 Entries is a paid API for AI agents from oracle-network-jp-data.fly.dev, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns the latest 30 meeting records from Japan's National Diet (Kokkai) legislative body, sourced from the NDL Kokkai API and refreshed every 6 hours.

## Facts

- Endpoint: GET https://oracle-network-jp-data.fly.dev/v1/jp/kokkai/latest
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oracle-network-jp-data-fly-dev-7a1f1b16
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U62H8GXeftTaiDK-dG03p

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 oracle-network-jp-data-fly-dev-7a1f1b16
```

Example prompt: Can you pull the latest National Diet meeting records from Japan's Kokkai — I want to see the most recent 30 entries from the NDL API to check what the parliament has been discussing lately?

## When to prefer this

Use this endpoint when you need recent Japanese National Diet legislative meeting records without building your own NDL API integration. Ideal for monitoring parliamentary activity, tracking legislative topics, or enriching Japan-focused political intelligence workflows. Prefer this over direct NDL API calls when you want a ready-made, cached, micropayment-accessible feed.

## Known failure modes

- Stale data if the 6-hour refresh cycle hasn't completed recently
- Empty or partial records if the NDL Kokkai upstream API is unavailable
- HTTP 402 Payment Required if USDC micropayment is not included
- HTTP 503 if the fly.dev service is temporarily unavailable
- Japanese-language content returned — may require translation for non-Japanese agents

## How this service works

Latest 30 entries from the Japanese National Diet (Kokkai) meeting records. Source: NDL Kokkai API. Refreshed every 6 hours. Japanese-language content.

## Output

An array of up to 30 Kokkai meeting record objects, each containing a payload with type 'kokkai', a count of records, and the records array with meeting details, plus a collected_at timestamp indicating when the data was gathered. Content is in Japanese.

## Request schema (JSON Schema)

```json
{
 "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",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "array",
     "items": {
      "type": "object",
      "properties": {
       "payload": {
        "type": "object",
        "properties": {
         "type": {
          "type": "string",
          "const": "kokkai"
         },
         "count": {
          "type": "integer"
         },
         "records": {
          "type": "array"
         }
        }
       },
       "collected_at": {
        "type": "string",
        "format": "date-time"
       }
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oracle-network-jp-data-fly-dev-7a1f1b16/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from oracle-network-jp-data.fly.dev](https://www.zero.xyz/host/oracle-network-jp-data.fly.dev/llms.txt)
