COVID-19 Data
The disease. Sh API delivers real-time and historical global data on COVID‑19, influenza, vaccines, and mobility. Fully open-source (GPL‑3.0), it offers JSON endpoints by country, state, city, and timeline—ideal for health dashboards, research, and data analysis apps.
1
Endpoints
28
Views
Jul 20, 2025
Last Checked
NaN
Rate Limit
API Endpoints
Retrieves COVID-19 statistics by country
Full URL
https://disease.sh/v3/covid-19/countries
Code Examples
curl -X GET 'https://disease.sh/v3/covid-19/countries'
Parameters
{ "country": "USA", "yesterday": "true" }
Example Response
{
"cases": 102000000,
"active": 1880000,
"deaths": 1120000,
"country": "USA",
"recovered": 99000000
}
Version
v3
Tags
healthstatistics
Technical Details
Authentication
NoneResponse Formats
JSONAvailability
globalStatus
Published Rate Limits
None specified
Supported Languages
Any
Use Cases
health dashboards
research tools