Back to catalog
Cortexa research tool·biomedical·diseasesh
DiseaseSh Get Historical
Get historical COVID-19 time series data for a country or globally from Disease.sh. Returns daily cumulative totals for cases, deaths, and recovered over the specified time period. Data sourced from Johns Hopkins University CSSE. Use lastdays parameter to control the time range. Example: lastdays=30 returns the last 30 days, lastdays=all returns all available data from the start of the pandemic. Useful for trend analysis, epidemiological modeling, and visualization.
Livelast probed 2026-04-30 23:07Z· 888msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 888ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"country": {
"description": "Country name or 'all' for global data. Examples: 'USA', 'India', 'all'. If omitted, returns global data.",
"type": [
"string",
"null"
]
},
"lastdays": {
"description": "Number of days of historical data to return. Use a number (e.g., '30') or 'all' for all available data. Default: '30'",
"type": [
"string",
"null"
]
}
},
"required": [],
"type": "object"
}Examples (1)
Default DiseaseSh Get Historical call
public-safeinput
{}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_DiseaseSh_get_historical
- Tool name
- DiseaseSh_get_historical
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse