# AgentFeeds Japan AI & Digital Regulation Events Feed

> AgentFeeds Japan AI & Digital Regulation Events Feed is a paid API for AI agents from api.agentfeeds.jp, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Returns human-reviewed English-language regulatory event data covering Japan's AI and digital regulation landscape, including AI Basic Plan, generative-AI guidelines, cybersecurity strategy, and privacy rules.

## Facts

- Endpoint: GET https://api.agentfeeds.jp/v1/reg/events/ai
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentfeeds-japan-ai-digital-regulation-events-feed-d676eb03
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_axWCaFy4D6P82w5epRxKk

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 agentfeeds-japan-ai-digital-regulation-events-feed-d676eb03
```

Example prompt: Show me the latest Japan AI and digital regulation events — things like the AI Basic Plan, generative-AI guidelines, cybersecurity strategy, or privacy rule updates — give me up to 20 events since January 1, 2025.

## When to prefer this

Use this endpoint when you need structured, human-reviewed English-language coverage of Japan's AI and digital regulation segment specifically — including AI Basic Plan, generative-AI guidelines, cybersecurity strategy, and privacy rules. Prefer this over the broader all-segment headlines endpoint when you want full event detail (not just headlines) and need to filter specifically to AI/digital regulation topics.

## Known failure modes

- No events found for specified date range — empty results list returned
- Invalid 'since' date format causes 400 Bad Request
- Limit parameter out of acceptable range returns validation error
- Payment failure (x402) if USDC balance is insufficient
- Upstream data unavailability causes 503 Service Unavailable

## How this service works

AI & digital-regulation segment of Japan regulatory events: AI Basic Plan, generative-AI guidelines, cybersecurity strategy, privacy rules. English, human-reviewed. Factual reporting only; not legal advice.

## Output

A list of Japan AI and digital regulation events, each including event details such as title, source, date, and description, covering topics like the AI Basic Plan, generative-AI guidelines, cybersecurity strategy, and privacy rules. Content is in English, human-reviewed, and factual (not legal advice).

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "limit": {
       "type": "integer"
      },
      "since": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": [
   {
    "en_title": "Call for Public Comments on the Draft AI Basic Plan",
    "source_name": "e-Gov"
   }
  ],
  "kind": "factual_data",
  "product": "reg.events.ai"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentfeeds-japan-ai-digital-regulation-events-feed-d676eb03/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.agentfeeds.jp](https://www.zero.xyz/host/api.agentfeeds.jp/llms.txt)
