Geospatial disruption intelligence API built from WARN filings, labor signals, and regional economic events.
Disruption Intelligence gives software agents and developers structured access to reported regional workforce disruptions, event context, company signals, and geographic rollups through a hosted API.
Hosted API: https://warn.forgemesh.io
- Public health, aggregate statistics, source provenance, and bounded event previews.
- Paid event intelligence, history, and related-event views.
- Paid company, regional, jurisdiction, radius, and territory intelligence.
- Machine-readable OpenAPI and x402 discovery metadata.
API_BASE=https://warn.forgemesh.io
curl "$API_BASE/health"
curl "$API_BASE/stats"
curl "$API_BASE/events?state=TX"
curl "$API_BASE/openapi.json"
curl "$API_BASE/.well-known/x402.json"Paid endpoints use x402 payment discovery. An unpaid request returns a 402 Payment Required response describing the active payment terms; an x402-capable client can satisfy those terms and retry the request.
curl -i "https://warn.forgemesh.io/territory/77002/disruption?radius=50"| Capability | Example endpoint | Listed price |
|---|---|---|
| Event severity signal | GET /events/:id/severity |
$0.01 |
| Company intelligence | GET /companies/:id/intelligence |
$0.05 |
| Geographic radius intelligence | GET /radius/:zip |
$0.05 |
| Territory disruption summary | GET /territory/:zip/disruption |
$0.10 |
Payment terms returned by the live API are authoritative.
This repository documents the hosted Disruption Intelligence API and public integration surface. The hosted intelligence engine and its data-processing implementation are not distributed here.
Copyright (c) 2026 ForgeMesh Labs. All rights reserved. See LICENSE.md.