OPEN DATA

PUBLIC DATA API

ConflictIQ publishes its entire dataset as free, static JSON — no key, no rate limit, no sign-up. Every figure is source-attributed and versioned with the site. Point any HTTP client at the base URL below and read the file you need.

base https://conflictiq.net/data/
ENDPOINTS
https://conflictiq.net/data/rankings.jsonComposite Power Index — all countries + factor breakdown
https://conflictiq.net/data/instability.jsonCountry Instability Index — fragility & stress scores
https://conflictiq.net/data/metrics_by_country.jsonEvery comparable metric per country (compare / leaderboards)
https://conflictiq.net/data/matchup_factors.jsonPer-country RAI factors (matchup / war-game)
https://conflictiq.net/data/datasets.jsonSource catalogue + provenance (license, commercial_ok, rows)
https://conflictiq.net/data/freshness.jsonSource recency — fetch age, cadence, staleness status
https://conflictiq.net/data/chokepoints.jsonMaritime chokepoint transits
https://conflictiq.net/data/forecasts.jsonViEWS conflict forecasts
https://conflictiq.net/data/news.jsonConflict / OSINT news
https://conflictiq.net/data/facilities.jsonPorts + airports
https://conflictiq.net/data/countries.jsonCountry index (ISO3 / name / region)
https://conflictiq.net/data/country/<ISO3>.jsonFull dossier — profile + time series, one per country
EXAMPLE
# Composite Power Index, top 10 by CPI
curl -s https://conflictiq.net/data/rankings.json | jq '.rankings[:10]'
LICENSING

Some sources (SIPRI, V-Dem, COW, UCDP) are cite-only / non-commercial — check /data/datasets.json commercial_ok per source before redistributing. Always attribute the original provider.