← Back to catalog
disease.covid_history
mock data$0.001 / callHistorical 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.
Input schema
country
stringCountry name, ISO2/ISO3 code, or "all" for global aggregate (default "all")
lastdays
integerNumber of most recent days to return (default 30, max ~1500 for full history)
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}'