← Science & Space

COVID-19 Global Statistics

GET /covid/global

Global COVID-19 pandemic statistics including total cases, deaths, recovered, active cases, critical cases, tests administered, and per-million rates. Historical data preserved as a public health reference. Data from disease.sh aggregating Johns Hopkins, Worldometers, and government sources.

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/covid/global

Live Response

{
  "data": {
    "active": 22123398,
    "affected_countries": 231,
    "cases": 704753890,
    "cases_per_million": 90413,
    "critical": 34794,
    "deaths": 7010681,
    "deaths_per_million": 899.4,
    "population": 7944935131,
    "recovered": 675619811,
    "tests": 7026505313,
    "updated": 1775727641532
  },
  "success": true
}