Historical COVID-19 Data
disease.covid.historyGet historical COVID-19 data for any country or globally. Returns daily case, death, and recovery counts for trend analysis and longitudinal research.
Instructions
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
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | Country name, ISO2/ISO3 code, or "all" for global aggregate (default "all") | |
| lastdays | No | Number of most recent days to return (default 30, max ~1500 for full history) |
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. |