Overview
This Coronavirus API provides the latest global Covid-19 case counts, deaths, and recoveries aggregated from public health sources. It requires no authentication and is free to access, making it easy for beginners to get started. You can use it to build dashboards, data visualizations, or practice working with real-world health statistics.
Beginner Tip
Note that this is a community-maintained API and the underlying Pipedream source may change — always verify data accuracy against official sources like WHO or CDC before using it in production applications.
Available Data
Example Response
{
"url": "https://example.com",
"safe": true,
"threat_level": "none",
"categories": [
"clean"
],
"scan_date": "2025-01-15T10:00:00Z"
} Field Reference
cases Total confirmed Covid-19 cases globally or for the queried country. deaths Total number of deaths attributed to Covid-19. recovered Total number of confirmed recoveries from Covid-19. active Currently active cases (cases minus deaths and recoveries). updated Unix timestamp (milliseconds) of when the data was last updated. Implementation Example
const url = "https://pipedream.com/@pravin/http-api-for-latest-wuhan-coronavirus-data-2019-ncov-p_G6CLVM/readme";
const response = await fetch(url);
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); What Can You Build?
Note: These code examples are AI-generated and unverified. Always refer to the official API documentation for accurate usage.
Common Errors & Troubleshooting
Matrix Score Breakdown
Fully tested on Apr 5, 2026
Technical Specifications
Related Tags
Similar APIs
View All →Coronavirus in the UK
The Coronavirus in the UK API provides official UK Government data on Covid-19 cases, deaths, and vaccinations broken down by region and nation.
Covid Tracking Project
⭐ Beginner's PickThe Covid Tracking Project API provides historical US Covid-19 data including tests, hospitalizations, and deaths at the state and national level.
Covid-19
Covid-19 provides programmatic access to covid 19 spread, infection and recovery via REST API.
Covid-19
⭐ Beginner's PickThe Covid-19 API by M-Media Group provides daily case counts, deaths, and recoveries for every country in the world.
Covid-19 Datenhub
The Covid-19 Datenhub is a German ArcGIS-based platform that provides maps, datasets, and applications related to the Covid-19 pandemic.