Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amodm/api-covid19-in
COVID Rest API for India data, using Cloudflare Workers
https://github.com/amodm/api-covid19-in
cloudflare coronavirus-api covid-19 covid-19-india covid-api covid-data covid19-india india
Last synced: 3 months ago
JSON representation
COVID Rest API for India data, using Cloudflare Workers
- Host: GitHub
- URL: https://github.com/amodm/api-covid19-in
- Owner: amodm
- License: apache-2.0
- Archived: true
- Created: 2020-03-15T20:11:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-18T13:37:13.000Z (almost 2 years ago)
- Last Synced: 2024-05-17T21:34:59.332Z (6 months ago)
- Topics: cloudflare, coronavirus-api, covid-19, covid-19-india, covid-api, covid-data, covid19-india, india
- Language: JavaScript
- Homepage:
- Size: 179 KB
- Stars: 323
- Watchers: 19
- Forks: 80
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
## Archived
This repo is now archived, given the lack of further development. The API endpoints themselves continue to be available
as of this writing, but are not guaranteed to exist in future.# COVID-19 REST API for India
API for COVID-19 stats in India, sourced from [The Ministry of Health and Family Welfare](https://www.mohfw.gov.in/)
and separately from [unofficial sources](#unofficial-sources)## API
#### Official data
* Case counts:
* https://api.rootnet.in/covid19-in/stats/latest
* https://api.rootnet.in/covid19-in/stats/history
* Testing stats:
* https://api.rootnet.in/covid19-in/stats/testing/latest
* https://api.rootnet.in/covid19-in/stats/testing/history
* https://api.rootnet.in/covid19-in/stats/testing/raw
* Hospitals & beds:
* https://api.rootnet.in/covid19-in/hospitals/beds
* https://api.rootnet.in/covid19-in/hospitals/medical-colleges
* Contact & helpline: https://api.rootnet.in/covid19-in/contacts
* Notifications & advisories: https://api.rootnet.in/covid19-in/notifications#### Unofficial data
* Unofficial sources: https://api.rootnet.in/covid19-in/unofficial/sources
* Unofficial patient tracing data: https://api.rootnet.in/covid19-in/unofficial/covid19india.org
* Unofficial statewise: https://api.rootnet.in/covid19-in/unofficial/covid19india.org/statewise
* Unofficial statewise history: https://api.rootnet.in/covid19-in/unofficial/covid19india.org/statewise/history
* Unofficial patient travel history (NOT MAINTAINED ANYMORE by upstream): https://api.rootnet.in/covid19-in/unofficial/covid19india.org/travelhistory#### Maintenance
* Refresh the data from source (maintainer only) https://api.rootnet.in/covid19-in/refresh## Sources
* Post Mar 15, data is from [The Ministry of Health & Family Welfare](https://www.mohfw.gov.in/)
* Pre Mar 15, data is sourced from [datameet/covid19](https://github.com/datameet/covid19/tree/eb1cc65657929abe12ca59f0e754bef4bc562d7a/mohfw-backup)
* Hospital & bed data: https://api.steinhq.com/v1/storages/5e732accb88d3d04ae0815ae/StateWiseHealthCapacity
* ICMR testing stats API: https://api.steinhq.com/v1/storages/5e6e3e9fb88d3d04ae08158c/ICMRTestData
* Medical colleges data: https://api.steinhq.com/v1/storages/5e6e3e9fb88d3d04ae08158c/Hospitals## Unofficial sources
* The awesome volunteer driven patient tracing data [covid19india.org](https://www.covid19india.org/)
* API (NLP): http://coronatravelhistory.pythonanywhere.com/
* API (Travel history): https://api.covid19india.org/travel_history.json## For contributors
This is created using [Cloudflare Wrangler](https://github.com/cloudflare/wrangler), and hosted on Cloudflare
#### Credits
* Awesome team at [covid19india.org](https://www.covid19india.org/)
* Hospital & medical colleges data API from [@NirantK](https://github.com/NirantK)
* ICMR testing data API from [covid19india.org](https://api.covid19india.org/data.json)
* [NLP data API](https://github.com/NirantK/coronaindia) from [@meghanabhange](https://github.com/meghanabhange) and [@NirantK](https://github.com/NirantK)
* [@GalacticMaster](https://github.com/GalacticMaster) for reporting updated contact details