Graphs for Coronavirus API
Overview
Graphs for Coronavirus provides programmatic access to each country separately and worldwide graphs for coronavirus. daily updates via REST API. This News API enables developers to integrate each country separately and worldwide graphs for coronavirus. daily updates into applications, dashboards, and automated workflows. Check the official documentation for endpoint details, authentication requirements, and rate limits.
Available Data
Example Response
{
"name": "Japan",
"capital": "Tokyo",
"population": 125800000,
"region": "Asia",
"languages": [
"Japanese"
],
"flag": "https://flagcdn.com/jp.svg",
"currencies": [
{
"code": "JPY",
"name": "Japanese yen"
}
]
} Implementation Example
const url = "https://corona.dnsforfamily.com/";
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.
Matrix Score Breakdown
Fully tested on Apr 5, 2026
Technical Specifications
Related Tags
Similar APIs
View All →Chronicling America
⭐ Beginner's PickChronicling America provides free access to millions of digitized historic US newspaper pages from the Library of Congress, spanning from 1770 to 1963.
Inshorts News
⭐ Beginner's PickThe Inshorts News API is an unofficial, open-source wrapper that fetches bite-sized news summaries from the Inshorts mobile app.
Spaceflight News
⭐ Beginner's PickSpaceflight News API is a free, open REST API that delivers the latest news, blogs, and reports specifically about spaceflight, rockets, and space exploration.
Associated Press
The Associated Press Developer API gives you programmatic access to AP news content and metadata, one of the most trusted wire services in the world.
Currents
⭐ Beginner's PickCurrents API delivers the latest news from thousands of sources, blogs, and online forums in real time.