# Disruption ForgeMesh Jurisdiction Activity Summaries

> Disruption ForgeMesh Jurisdiction Activity Summaries is a paid API for AI agents from disruption.forgemesh.io, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Returns activity summaries across jurisdictions, aggregating disruption and event data by geographic or regulatory jurisdiction.

## Facts

- Endpoint: GET https://disruption.forgemesh.io/jurisdictions
- 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/disruption-forgemesh-io-cc693220
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zddfRP5rxfpdLZm-omx_F

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 disruption-forgemesh-io-cc693220
```

Example prompt: Can you pull up the disruption activity summaries for all jurisdictions right now so I can see which ones are showing elevated risk or unusual event patterns?

## When to prefer this

Use this endpoint when you need a broad, jurisdiction-level overview of disruption activity rather than a single company, county, or region. It is ideal for scanning multiple jurisdictions at once to identify hotspots, compare risk levels across governance boundaries, or feed a dashboard that needs a cross-jurisdictional disruption digest.

## Known failure modes

- Payment required (402) if x402 payment header is missing or insufficient
- No data returned if no events exist for any jurisdiction
- Service unavailable if upstream disruption data pipeline is down
- Empty response if jurisdiction data has not been recently updated

## How this service works

Returns activity rollups for every jurisdiction, ranked by total events — use it to spot which states are seeing the most WARN filing activity

## Output

A summary of disruption and event activity organized by jurisdiction, likely including counts, severity indicators, or categorical breakdowns of recent events per jurisdictional unit.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {}
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": [],
  "count": 0
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/disruption-forgemesh-io-cc693220/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from disruption.forgemesh.io](https://www.zero.xyz/host/disruption.forgemesh.io/llms.txt)
