Public data
Machine-readable access to the same public records.
The static launch release exposes read-only JSON files for signals, evidence, proof claims, graph nodes and edges, change events, entities, opportunities, recommendations, and decision views.
Static JSON routes
GET /api/v1/signals.json
GET /api/v1/signals/{signal_id}.json
GET /api/v1/evidence.json
GET /api/v1/evidence/{evidence_id}.json
GET /api/v1/proof.json
GET /api/v1/proof/{claim_id}.json
GET /api/v1/graph-nodes.json
GET /api/v1/graph-edges.json
GET /api/v1/changes.json
GET /api/v2/entities.json
GET /api/v2/opportunities.json
GET /api/v2/recommendations.json
GET /api/v2/decision-views.json
These are public static resources, not an authenticated transactional API. Consumers should preserve record IDs, source links, version fields, verification dates, claim boundaries, and corrections. Availability, schema stability, uptime, or a service-level commitment is not promised in this launch release.