Covid-19 JHU CSSE
APIOpen-source COVID-19 case data API powered by JHU CSSE
Overview
This RESTful API provides access to COVID-19 case metrics (confirmed, deaths, recoveries) from Johns Hopkins University CSSE. Key endpoints include global summary stats, country/region-specific data (with state/province breakdowns), and time-series trends over custom date ranges. Responses are in JSON format, supporting location and date filtering. Ideal for building tracking dashboards, academic research on spread patterns, or public health apps displaying daily updated pandemic data.
Example Integration (JavaScript)
fetch('https://nuttaphat.com/covid19-api/')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful architecture
- JSON responses
- No authentication required
- Daily data updates
- Time-series trend data
- Location-specific filtering
Frequently Asked Questions
? Is Covid-19 JHU CSSE API free to use?
Yes, it is completely free and open-source for all users.
? Does it require an API Key?
No, authentication is not required to access any of the API endpoints.
? What is the response format?
All responses are in JSON format, which is easy to parse and integrate into applications.
Top Alternatives
People Also Ask about Covid-19 JHU CSSE
Tool Info
Pros
- ⊕ Reliable JHU CSSE data source
- ⊕ Easy integration (no API key)
- ⊕ Comprehensive global/regional coverage
- ⊕ Free unlimited access
Cons
- ⊖ Possible rate limits for high-volume usage
- ⊖ Data updated daily (not real-time)
- ⊖ Lacks advanced forecasting endpoints