# agentfeeds.jp Japan Regulatory Daily Digest

> agentfeeds.jp Japan Regulatory Daily Digest is a paid API for AI agents from api.agentfeeds.jp, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a full previous day's Japan regulatory events aggregated from all 7 sources with per-category count breakdown

## Facts

- Endpoint: GET https://api.agentfeeds.jp/v1/reg/digest/daily
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentfeeds-jp-japan-regulatory-daily-digest-1fb696f2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fDJcu2slVPs_NtklcKthT

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-jp-japan-regulatory-daily-digest-1fb696f2
```

Example prompt: Pull yesterday's full Japan regulatory digest — all sources, all categories — and show me how many events fell into each category.

## When to prefer this

Use this endpoint when you need a comprehensive, single-call summary of all Japan regulatory events for a full previous day, across all sources and categories, with counts. Prefer this over the paginated date-range query when you want a pre-aggregated daily snapshot rather than filtered or multi-day results.

## Known failure modes

- Date parameter in wrong format returns validation error
- Requesting a future date or the current day (crawl in progress) may return incomplete or empty results
- No events for a given date returns empty event list
- Authentication/payment failure returns 402 Payment Required
- Service unavailable returns 5xx error

## How this service works

One call assembling a full previous day's worth of Japan regulatory events (all 7 sources, all categories) with a per-category count breakdown. Defaults to yesterday (UTC) since the current day's crawl is still in progress. English, human-reviewed. Factual reporting only; not legal advice.

## Output

A compiled digest of all Japan regulatory events from the previous day (UTC), sourced from all 7 tracked sources, with a per-category count breakdown. Events are human-reviewed and reported in English as factual summaries. No legal advice included.

## 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": {
      "date": {
       "type": "string",
       "description": "ISO date, default yesterday (UTC)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentfeeds-jp-japan-regulatory-daily-digest-1fb696f2/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)
