Open Disease API
APIFree REST API for COVID-19 and Influenza case data
Overview
The Open Disease API provides real-time and historical data for COVID-19 and Influenza, including current cases, deaths, recoveries, vaccinations, and regional breakdowns. Key endpoints cover global summaries, country-specific stats, time-series trends, and influenza surveillance. Responses are JSON-formatted, with filters for region, date range, and disease type. Use cases include building health dashboards, research analysis, public health tools, and integrating pandemic data into apps or websites. It offers aggregated and granular data suitable for diverse health-related applications.
Example Integration (JavaScript)
fetch('https://disease.sh/')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful
- JSON Support
- Real-time COVID-19 & Influenza Data
- Regional Breakdowns
- Time-series Trends
- No API Key Required
Frequently Asked Questions
? Is the Open Disease API free to use?
Yes, the API is completely free for both personal and commercial use without hidden costs.
? Does it require an API Key?
No, the API does not require any authentication or API key to access its endpoints.
? What is the response format?
All responses are in JSON format, which is lightweight and easy to parse for most applications.
Top Alternatives
People Also Ask about Open Disease API
Tool Info
Pros
- ⊕ Free to use
- ⊕ Easy integration
- ⊕ Comprehensive data coverage
- ⊕ Regular updates
- ⊕ No authentication needed
Cons
- ⊖ Rate-limited (100 requests/10 mins)
- ⊖ Limited to COVID-19 & Influenza
- ⊖ No official SLA
- ⊖ Data source variability by region