For developers

Static data endpoints

Warconomy has no runtime API. This is an index of its static, prerendered machine-readable exports — dataset JSON, citation graph, JSON Schemas, versioned payloads and diffs, CSV/JSONL distributions, and feeds. Fetch them like any file: no keys, no rate limits, no servers.

static reference · data June 5, 2026

Warconomy has no runtime API and no servers — it is a fully static, prerendered site. Everything below is a machine-readable file you can fetch directly: the full dataset (data.json), the deterministic citation graph, the JSON Schemas (data contract), per-version frozen payloads and diffs, the CSV/JSONL distributions, and the RSS/Atom feeds. There are no keys, no rate limits, no tracking, and no external services.

  • No runtime API — static prerendered exports only.
  • 15 JSON Schemas, 25 CSV/JSONL distributions, 91 JSON indexes.
  • Machine-readable index at /api/data.json.

Core endpoints

Patterns

  • /datasets/conflict-economic-impact/versions/{version}/data.json — frozen per-version payload
  • /datasets/conflict-economic-impact/versions/{version}/diff.json — per-version diff
  • /sources/{id}/data.json · /indicators/{id}/data.json · /categories/{id}/data.json

Full machine index: api/data.json · OpenAPI 3.1 contract: api/openapi.json (static; not a runtime API) · the developer guide · the complete route catalog: /routes · the data contract: /data-dictionary.

Related Warconomy pages