UnifyAPI
← Back to catalog

disease.covid_history

mock data$0.001 / call

Historical COVID-19 Data

Get historical time-series COVID-19 data for a country or globally. Returns daily case, death, and recovery counts. Useful for trend analysis and longitudinal research. Data from Johns Hopkins CSSE.

Healthprovider: Disease#disease#health

Input schema

country

Country name, ISO2/ISO3 code, or "all" for global aggregate (default "all")

string
lastdays

Number of most recent days to return (default 30, max ~1500 for full history)

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/disease.covid_history \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"country":"<country>","lastdays":0}'

Try it

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