UnifyAPI
← Back to catalog

disease.covid_country

mock data$0.001 / call

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

Healthprovider: Disease#disease#health

Input schema

strict

Use strict name matching instead of fuzzy search (default false)

boolean
countryrequired

Country name, ISO2 code, or ISO3 code (e.g. "United States", "US", "USA", "Germany", "DE")

string
yesterday

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

boolean

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

Try it

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