Back to catalog
Cortexa research tool·biomedical·diseasesh
DiseaseSh Get Country Stats
Get COVID-19 statistics for a specific country from the Disease.sh API. Returns total and daily cases, deaths, recovered, active, critical, testing data, and per-million rates. Also includes country metadata (population, continent, flag image, latitude/longitude). Accepts country name, ISO2, ISO3, or country ID. Example: 'USA', 'US', 'United States' all return US data. Useful for comparing pandemic impact across nations.
Livelast probed 2026-04-30 23:07Z· 107msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 107ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"country": {
"description": "Country name (e.g., 'USA', 'India', 'Brazil'), ISO2 code (e.g., 'US', 'IN'), or ISO3 code (e.g., 'USA', 'IND')",
"type": "string"
}
},
"required": [
"country"
],
"type": "object"
}Examples (1)
Default DiseaseSh Get Country Stats call
public-safeinput
{
"country": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_DiseaseSh_get_country_stats
- Tool name
- DiseaseSh_get_country_stats
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse