← Back to catalog
disease.covid_country
mock data$0.001 / callCountry COVID-19 Stats
Get COVID-19 statistics for a specific country by name or ISO code. Returns cases, deaths, recoveries, active, critical, per-million rates, tests, population, and flag. Covers 215+ countries and territories.
Input schema
strict
booleanUse strict name matching instead of fuzzy search (default false)
countryrequired
stringCountry name, ISO2 code, or ISO3 code (e.g. "United States", "US", "USA", "Germany", "DE")
yesterday
booleanReturn yesterday's data instead of today's (default false)
Call via REST
curl -X POST https://unifyapi.pro/api/call/disease.covid_country \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"strict":"<strict>","country":"<country>","yesterday":"<yesterday>"}'