Coronavirus
HTTP API for Latest Covid-19 Data
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Health
Overview
disease.sh (the Disease.sh API) provides COVID-19 statistics worldwide and per country — cases, deaths, recoveries, and history — keyless and free (verified live). It also covers other disease data.
Quick Start
Global stats (verified live):
curl "https://disease.sh/v3/covid-19/all"
{
"updated": 1787448092369,
"cases": 704753890,
"todayCases": 0,
"deaths": 7010681,
"recovered": 675619811,
"active": 22123398,
"critical": 34794,
"casesPerOneMillion": 90413,
"deathsPerOneMillion": 899.6
}
By country:
curl "https://disease.sh/v3/covid-19/countries/USA"
Historical:
curl "https://disease.sh/v3/covid-19/historical/all?lastdays=30"
Authentication
None — keyless.
Rate Limits & Notes
- Free; be polite — no hard published limit.
- Endpoints:
/v3/covid-19/all,/v3/covid-19/countries/{country},/v3/covid-19/historical,/v3/covid-19/vaccine. - Data sources: WHO, Worldometers, and national health agencies (aggregated).
- Also hosts non-COVID disease data under
/v3/.
FAQ
Is disease.sh free? Yes — free and keyless (verified).
What data is available? Cases, deaths, recoveries, vaccination stats, and history.
Is the data still updated?
The API aggregates official sources — check the updated timestamp in responses.
More in Health
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Clinical Trials Directory Every clinical trial registered with ClinicalTrials.gov, indexed by condition and sponsor | No auth | Yes | Yes | ↗ |
| CMS.gov Access to the data from the CMS - medicare.gov | API Key | Yes | Unknown | ↗ |
| Coronavirus in the UK UK Government coronavirus data, including deaths and cases by region | No auth | Yes | Unknown | ↗ |
| Covid Tracking Project Covid-19 data for the US | No auth | Yes | No | ↗ |
| Covid-19 Covid 19 cases, deaths and recovery per country | No auth | Yes | Yes | ↗ |