Covid-19 JHU CSSE
Open-source API for exploring Covid19 cases based on JHU CSSE
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Yes
- Category
- Health
- Documentation / URL
- https://nuttaphat.com/covid19-api/
Overview
This API mirrors Johns Hopkins CSSE COVID-19 data — regions, countries, and daily reports — keyless (verified live).
Quick Start
Regions (verified live):
curl "https://covid-api.com/api/regions"
{
"data": [
{ "iso": "CHN", "name": "China" },
{ "iso": "USA", "name": "US" },
{ "iso": "JPN", "name": "Japan" }
]
}
Summary:
curl "https://covid-api.com/api/summary"
Authentication
None — keyless.
Rate Limits & Notes
- Free; be polite — no hard published limit.
- Data from JHU CSSE (COVID-19); reporting paused after the pandemic era but the mirror stays up.
FAQ
Is this COVID API free? Yes — free and keyless (verified).
What’s the host?
covid-api.com (the nuttaphat.com docs mirror).
What data is available? Regions, countries, and daily reports.
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 HTTP API for Latest Covid-19 Data | No auth | 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 | ↗ |