Graphs for Coronavirus
APIFree API for country-specific and worldwide Coronavirus graphs with daily updates
Overview
This API provides daily updated Coronavirus data for individual countries and global trends. Key endpoints include global summary stats (e.g., /world) and country-specific metrics (e.g., /country/{name}), with responses in JSON format. Data points cover daily cases, deaths, recoveries, and active cases—ideal for integrating into news platforms, public health dashboards, or educational tools to visualize COVID-19 trends over time. Updates are pushed daily to ensure accuracy of the latest pandemic statistics.
Example Integration (JavaScript)
fetch('https://corona.dnsforfamily.com/api.txt')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful API
- JSON response format
- Daily updates
- Country-specific data
- Worldwide data
- No authentication required
Frequently Asked Questions
? Is Graphs for Coronavirus API free to use?
Yes, the API is completely free for public use without any paid tiers.
? Does it require an API Key?
No, authentication is not required to access the API endpoints.
? What is the response format?
The API returns data in JSON format, which is easy to parse for building graphs or dashboards.
Top Alternatives
People Also Ask about Graphs for Coronavirus
Tool Info
Pros
- ⊕ Free to use
- ⊕ Daily updated statistics
- ⊕ Supports both country and global trends
- ⊕ Easy integration into visualizations
Cons
- ⊖ Potential rate limits
- ⊖ No official service level agreement (SLA)
- ⊖ Limited documentation availability