We have stopped capturing testing data at a district level. Please check the status of the API endpoints below.
- Aggregated sheets provide aggregated data at the district/state levels in csv format.
- V4 json endpoints. These are the json apis that are used by the website to show all the statistics on the site. These can be used by developers and analysts who have knowledge of json parsing (recommended approach). All our v4 endpoints are actively developed and in use since this serves the frontend view Documentation for the same.
- Latest data from the google sheet (10-20 minutes delayed) is available through the
latest
end-point. These are present under theraw files
section below. (Not recommended since the number of files is huge and there is no additional information present in these as compared to the above mentioned endpoints.)
Status | Link to API | Description |
---|---|---|
💚 | https://api.covid19india.org/v4/min/timeseries.min.json | Daily numbers across C,R,D and Tested per state (historical data). |
💚 | https://api.covid19india.org/v4/min/data.min.json | Current day numbers across districts and states. |
💚 | https://api.covid19india.org/v4/min/data-all.min.json | Per day numbers across districts and states - consider using timeseries in place of this. This is a huge file and is a mix of timeseries and data.min.json |
Note: Please consider using the above endpoints for all your data needs. All the data we show on the website is fuelled by the above endpoints.
Status | Sheet Name | Link to CSV | Description |
---|---|---|---|
💚 | case_time_series | https://api.covid19india.org/csv/latest/case_time_series.csv | India level timeseries for Confirmed, Recovered and Deceased cases |
💚 | states | https://api.covid19india.org/csv/latest/states.csv | Statewise timeseries of Confirmed, Recovered and Deceased numbers. |
💚 | districts | https://api.covid19india.org/csv/latest/districts.csv | Districtwise timeseries of Confirmed, Recovered and Deceased numbers. |
💚 | state_wise_daily | https://api.covid19india.org/csv/latest/state_wise_daily.csv | Statewise per day delta of Confirmed, Recovered and Deceased numbers. |
💚 | state_wise | https://api.covid19india.org/csv/latest/state_wise.csv | Statewise cumulative numbers till date. |
💚 | district_wise | https://api.covid19india.org/csv/latest/district_wise.csv | Districtwise Cumulative numbers till date. |
💚 | statewise_tested_numbers_data | https://api.covid19india.org/csv/latest/statewise_tested_numbers_data.csv | Number of tests conducted in each state, ventilators ,hospital bed occupany reported in state bulletins |
💚 | tested_numbers_icmr_data | https://api.covid19india.org/csv/latest/tested_numbers_icmr_data.csv | Number of tests reported by ICMR |
💚 | icmr_labs_statewise | https://api.covid19india.org/csv/latest/icmr_labs_statewise.csv | Number of Labs in each state as per ICMR |
💚 | sources_list | https://api.covid19india.org/csv/latest/sources_list.csv | List of sources that we are using. |
💚 | rtpcr_samples_collected | http://api.covid19india.org/csv/latest/icmr_rtpcr_tests_daily.csv | Number of RTPCR samples collected statewise in ICMR Application |
💚 | vaccine_doses_administered_statewise | http://api.covid19india.org/csv/latest/vaccine_doses_statewise.csv | Number of vaccine doses administered statewise |
💚 | cowin_vaccine_data_statewise | http://api.covid19india.org/csv/latest/cowin_vaccine_data_statewise.csv | Key data points from CoWin database at a state level |
💚 | cowin_vaccine_data_districtwise | http://api.covid19india.org/csv/latest/cowin_vaccine_data_districtwise.csv | Key data points from CoWin database at a district level |
These endpoints should be avoided unless none of the above endpoints work for you.
- Avoid using raw sheets. The only reason to use raw sheets would be to refer to demographics (rarely available) or to sources of numbers
- Always try to use the aggregated numbers above as they have been treated for discrepancies
- If you notice issues, have questions or want to suggest enhancements, please raise an issue in the repo.
A more detailed note of the columns present in the data may be found in the json documentation
...................................................