Skip to content
CountryAtlas

Data downloads

Every number on the site as CSV or JSON, with provenance columns. Free to use with attribution.

Current snapshot 20260911T072322Z, built 11 Sep 2026.

Per-country dataset

All indicators, all years, for one country.

CSV JSONPick one to enable the downloads.

Per-indicator dataset

All countries, all years, for one indicator.

CSV JSONPick one to enable the downloads.

Bulk data

How to get everything.

There is no single archive yet. The fastest way to the whole snapshot is the API: list indicators with /api/v1/indicators, then fetch /api/v1/indicators/{slug}/download.csv for each. Please keep to the rate limit (120 requests per minute) and cache locally; the snapshot changes once a day at most. For a full copy of the database, write to the address below.

bash
# list indicators, then fetch each dataset
curl -s "https://www.countryatlas.co/api/v1/indicators" | jq -r '.items[].slug' | while read slug; do
  curl -s -o "$slug.csv" "https://www.countryatlas.co/api/v1/indicators/$slug/download.csv"; sleep 0.6
done

Columns

The same columns in every export. CSV files start with one comment line naming the snapshot.

API

Programmatic access to everything on the site.

Every page is built from the public JSON API. Base URL https://www.countryatlas.co/api/v1. Read the endpoint list and copy examples on the API page.

API documentation

Licence & attribution

Please credit the original sources, not only CountryAtlas.

The CountryAtlas compilation (harmonised series, derived metrics, rankings, change detection) is released under CC BY 4.0.

Each observation carries its source licence in the export (column licence). Check it before redistributing: most sources are CC BY 4.0, but the WHO Global Health Observatory is CC BY-NC-SA 3.0 IGO (no commercial use, share alike) and some portals apply their own terms.

SourceLicence
World BankCC BY 4.0
Our World in DataCC BY 4.0
OECDCC BY 4.0
Bank for International SettlementsBIS terms and conditions (free reuse with attribution)
International Monetary Fund© International Monetary Fund, World Economic Outlook database (April 2026)
WHO Global Health ObservatoryCC BY-NC-SA 3.0 IGO
EurostatCC BY 4.0
FREDFederal Reserve Bank of St. Louis, FRED; third-party series subject to their own terms
ILOSTATCC BY 4.0

Suggested attribution

Data: World Bank, Our World in Data, OECD, Bank for International Settlements via CountryAtlas (countryatlas.co), CC BY 4.0 compilation. Retrieved 11 Sep 2026.

Made by Simon-Pierre Boucher · contact@spboucher.ai·Hosted on MacLustr