How do I export today's data?

Live Atlas & Watchlist

Pro and above can export today’s hotspots, scores, and event timeline as CSV or JSON. The same data is also available via the JSON API.

Export from the dashboard

  1. Sign in to the Live Atlas.
  2. Open the ⚙ Settings panel.
  3. Find the Data export section.
  4. Click Download today’s data — choose CSV or JSON format.
  5. Your browser downloads the file (typically named atlasrisks-YYYY-MM-DD.csv).

What’s in the export

One row per scored country, with columns: ISO code, country name, headline GGRI score, tier, static score, active score, day-over-day delta, event count, top 5 threat vectors, methodology version, and refresh timestamp.

Export via API (recommended for automation)

curl -H "Authorization: Bearer ar_live_..." \
  https://atlasrisks.com/api/v1/export?format=csv \
  -o atlasrisks-today.csv

See the API documentation for query parameters, rate limits, and JSON response shape.

For bulk historical data (multiple days), enterprise+ customers can request a snapshot dump. Email hello@atlasrisks.com.

Still need help?

Email hello@atlasrisks.com — we typically respond within one business day. Or use the contact form.