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
- Dataset (data.json): /datasets/conflict-economic-impact/data.json
- Citation graph: /datasets/conflict-economic-impact/graph.json
- Researcher manifest: /datasets/conflict-economic-impact/manifest.json
- Version registry: /datasets/conflict-economic-impact/versions/data.json
- Endpoint contract (OpenAPI 3.1): /api/openapi.json
- Crawler guide: /llms.txt
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.