Graphs for Coronavirus

API

Free API for country-specific and worldwide Coronavirus graphs with daily updates

Visit Website

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)

script.js JS

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

COVID-19 Data API (Johns Hopkins) Search Google
RapidAPI COVID-19 Tracker API Search Google

People Also Ask about Graphs for Coronavirus

Graphs for Coronavirus vs COVID-19 Data API (Johns Hopkins)Graphs for Coronavirus vs RapidAPI COVID-19 Tracker API Graphs for Coronavirus 2025 review

Tool Info

Pricing Free
Category News
Platform Public API

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

More News Tools