Skip to content

raulGuru/api

 
 

Repository files navigation

CoVID19-India API....

A volunteer-driven database for COVID-19 stats & patient tracing in India

API

Data URL
National time series, statewise stats and test counts https://api.covid19india.org/data.json
State-district-wise https://api.covid19india.org/state_district_wise.json
State-district-wise V2 https://api.covid19india.org/v2/state_district_wise.json
Travel history (No more updated) https://api.covid19india.org/travel_history.json
Raw data https://api.covid19india.org/raw_data.json
States Daily changes https://api.covid19india.org/states_daily.json
States Daily in csv http://api.covid19india.org/states_daily_csv/confirmed.csv
https://api.covid19india.org/states_daily_csv/deceased.csv
https://api.covid19india.org/states_daily_csv/recovered.csv
Deaths and Recoveries https://api.covid19india.org/deaths_recoveries.json
Essentials and resources https://api.covid19india.org/resources/resources.json
Google sheets in csv https://api.covid19india.org/csv/

Projects Using This API

Telegram Channels

Telegram Bots

Quick Links

How this works

  • This repo is merely a bridge to the main source of Data (Google Sheets)
  • Volunteers collect data from trusted sources and update the sheet
  • This repo periodically fetches relevant data from the Sheet and create/update static json/csv.

Contributing

  • Contributions to new data formats are welcome
  • Please raise an issue before submitting a PR
  • Report issues with Place names in the Main Site repo
  • DO NOT change json or csv directly. They get replaced automatically

Notes

  • Do not use the "Current Status" in raw_data.json as we are rarely able to map the status to exact patient anymore. This will soon be deprecated in a future version of the API.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.7%
  • Shell 5.3%