Open Disease API

API

Free REST API for COVID-19 and Influenza case data

Visit Website

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)

script.js JS

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

COVID-19 Data API (RapidAPI) Search Google
WHO COVID-19 Data API Search Google

People Also Ask about Open Disease API

Open Disease API vs COVID-19 Data API (RapidAPI)Open Disease API vs WHO COVID-19 Data API Open Disease API 2025 review

Tool Info

Pricing Free
Category Health
Platform Public API

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

More Health Tools