Country COVID-19 Statistics
disease.covid.countryRetrieve COVID-19 statistics for any country by name or ISO code, including cases, deaths, recoveries, and testing data.
Instructions
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
| Name | Required | Description | Default |
|---|---|---|---|
| country | Yes | Country name, ISO2 code, or ISO3 code (e.g. "United States", "US", "USA", "Germany", "DE") | |
| yesterday | No | Return yesterday's data instead of today's (default false) | |
| strict | No | Use strict name matching instead of fuzzy search (default false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |