← Vetenskap & rymd

COVID-19 global statistik

GET /covid/global

Global COVID-19 pandemic statistics inklusive total cases, deaths, recovered, aktiv cases, critical cases, tests administered, and per-million kurser. Historical data preserved as a public health reference. Data från disease.sh aggregating Johns Hopkins, Worldometers, and myndighets källor.

Exempelförfrågningar

Grundläggande användning
curl https://nordapi.ee/api/v1/covid/global

Livesvar

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