Summary: Get global COVID-19 statistics Operation ID: getAllData Auth: none
Returns comprehensive global COVID-19 statistics as a single object. This is the starting point for understanding the worldwide pandemic impact. The response includes total confirmed cases, deaths, recoveries, active cases, testing metrics, and per-capita calculations. Unlike the /countries endpoint which returns data broken down by nation, this endpoint aggregates everything into global totals. Use this when you need a high-level snapshot of worldwide COVID-19 metrics without needing to sum individual country data.
Original spec description
Returns worldwide COVID-19 data including total cases, deaths, recovered, active cases, and more.
Usage Tips
- The `yesterday` parameter returns the previous day's data, useful for comparing trends
- `twoDaysAgo` can be combined with `yesterday` to see day-over-day changes
- The `updated` field is a Unix timestamp in milliseconds - convert it for human-readable dates
- Per-capita metrics (casesPerOneMillion, etc.) make it easy to compare impact across different population sizes