Covid-19 India
APIFree API for India's state/district-wise Covid-19 cases, vaccinations & recovery data
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)
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
People Also Ask about Covid-19 India
Tool Info
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