← Teadus ja kosmos

COVID-19 globaalne statistika

GET /covid/global

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

Näidispäringud

Põhikasutus
curl https://nordapi.ee/api/v1/covid/global

Reaalajas vastus

{
  "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": 1775425277566
  },
  "success": true
}