# Disruption Intelligence Ripple API – Event Relationships

> Disruption Intelligence Ripple API – Event Relationships 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-14).

Retrieves downstream business relationships and ripple effects for a specific disruption event identified by ID

## Facts

- Endpoint: GET https://disruption.forgemesh.io/events/%7Bid%7D/relationships
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/disruption-intelligence-ripple-api-event-relationships-e8cb01ae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RQEKVUAAZNwnOylIyvsYa

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-intelligence-ripple-api-event-relationships-e8cb01ae
```

Example prompt: Can you pull up all the downstream business relationships and ripple effects for disruption event ID evt_20240315_chicago_layoff from the Forgemesh disruption intelligence platform?

## When to prefer this

Use this endpoint when you need to understand the downstream and lateral business impact of a specific known disruption event — such as a WARN filing, regional layoff, or economic shock — and you already have the event ID from a prior query. Prefer this over general search endpoints when you want structured relationship data rather than raw event discovery.

## Known failure modes

- Event ID not found returns empty relationships array with relationship_count 0
- Invalid or malformed event ID returns an error response
- Payment of 0.02 USDC not received results in 402 Payment Required
- Rate limiting or quota exceeded returns 429
- Network timeout if event graph is large or index is under load

## How this service works

Paid layoff risk and WARN filing intelligence via x402. Company risk scores, ripple effects, and geographic disruption data.

## Output

A JSON object containing the event ID, an array of related business or economic relationships linked to the disruption event, and a total relationship count indicating how many downstream entities or effects were found.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "event_id": "",
  "relationships": [],
  "relationship_count": 0
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/disruption-intelligence-ripple-api-event-relationships-e8cb01ae/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)
