UnifyAPI
← Back to catalog

disease.covid_global

mock data$0.001 / call

Global 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.

Healthprovider: Disease#disease#health

Input schema

yesterday

Return yesterday's data instead of today's (default false)

boolean
twoDaysAgo

Return data from two days ago for comparison (default false)

boolean

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.