Covid-19 JHU CSSE

API

Open-source COVID-19 case data API powered by JHU CSSE

Visit Website

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)

script.js JS

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

Disease.sh COVID-19 API Search Google
Open COVID-19 API Search Google

People Also Ask about Covid-19 JHU CSSE

Covid-19 JHU CSSE vs Disease.sh COVID-19 APICovid-19 JHU CSSE vs Open COVID-19 API Covid-19 JHU CSSE 2025 review

Tool Info

Pricing Free
Category Health
Platform Public API

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

More Health Tools