# Japan NPA Organized Crime Situation Snapshot

> Japan NPA Organized Crime Situation Snapshot is a paid API for AI agents from api.agentfeeds.jp, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Returns Japan's national-level organized crime situation snapshot sourced from the National Police Agency annual white paper, including designated group counts and status-change statistics.

## Facts

- Endpoint: GET https://api.agentfeeds.jp/v1/reg/organized_crime/situation
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/japan-npa-organized-crime-situation-snapshot-06d03ebd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6ukhe7DKLS0ap7EMCQ58J

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-npa-organized-crime-situation-snapshot-06d03ebd
```

Example prompt: What does Japan's National Police Agency currently report as the national situation for legally designated organized crime groups — how many groups are designated and what were the status changes from the prior year?

## When to prefer this

Use this endpoint when you need authoritative, structured Japanese government data on nationally designated organized crime groups for compliance research, regulatory due diligence context, or public-safety reporting — specifically when you want the NPA-sourced aggregate national snapshot rather than individual entity checks (use the FSA or unregistered operator endpoints for those).

## Known failure modes

- Data may lag if the NPA white paper has not yet been updated for the current year
- No query parameters means no filtering — returns the full snapshot or nothing
- If the upstream NPA source is unavailable, the endpoint may return a stale or error response
- Payment failure via x402 protocol will block access

## How this service works

National-level public-safety situation snapshot, quoted verbatim from Japan's National Police Agency (NPA) official annual white paper: a national headline figure for legally designated groups under a longstanding public-safety statute, group names as stated by the agency itself, and prior-year status-change statistics. This is aggregate national reporting only — it does not identify any specific individual or business, and is not a substitute for official counterparty due-diligence channels.

## Output

Returns aggregate national-level data from the NPA annual white paper: a headline count of legally designated organized crime groups under Japan's public-safety statute, the names of those groups as stated by the NPA, and prior-year status-change statistics (e.g. additions, removals). No individual or business-level data is 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": {}
    }
   },
   "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/japan-npa-organized-crime-situation-snapshot-06d03ebd/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)
