← Back to catalog
disease.covid_global
mock data$0.001 / callGlobal COVID-19 Stats
Get aggregated global COVID-19 statistics: total cases (704M+), deaths, recoveries, active cases, critical cases, cases/deaths per million, tests administered, and affected countries count. Data from Worldometers and OWID.
Input schema
yesterday
booleanReturn yesterday's data instead of today's (default false)
twoDaysAgo
booleanReturn data from two days ago for comparison (default false)
Call via REST
curl -X POST https://unifyapi.pro/api/call/disease.covid_global \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"yesterday":"<yesterday>","twoDaysAgo":"<twoDaysAgo>"}'