Covid-19 India

API

Free API for India's state/district-wise Covid-19 cases, vaccinations & recovery data

Visit Website

Overview

The Covid-19 India API offers RESTful access to real-time and historical Covid-19 statistics across India’s states and districts. Key endpoints include state-wise daily cases, district-level active/recovered/deceased counts, vaccination coverage (doses administered, fully vaccinated individuals), and recovery rate trends. Responses are in JSON format, ideal for integrating into health dashboards, academic research tools, news portals, or public health monitoring applications to track regional pandemic patterns.

Example Integration (JavaScript)

script.js JS

fetch('https://data.covid19india.org/')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful endpoints
  • JSON response format
  • No authentication required
  • State & district-wise breakdowns
  • Real-time & historical data

Frequently Asked Questions

? Is Covid-19 India API free to use?

Yes, the API is completely free and open to the public for both non-commercial and commercial purposes.

? Does it require an API Key?

No, the API does not require any authentication or API key to access its endpoints.

? What is the response format?

All API responses are in JSON format, which is widely supported and easy to parse in most programming languages.

Top Alternatives

Johns Hopkins University Covid-19 Data API Search Google
Worldometer Covid-19 API Search Google

People Also Ask about Covid-19 India

Covid-19 India vs Johns Hopkins University Covid-19 Data APICovid-19 India vs Worldometer Covid-19 API Covid-19 India 2025 review

Tool Info

Pricing Free
Category Health
Platform Public API

Pros

  • Free open access
  • Comprehensive regional data
  • Easy to integrate
  • Regular updates

Cons

  • Limited to India-only statistics
  • No official SLA
  • Potential rate limits for high-volume use

More Health Tools