Ministry of Health & Family Welfare
URL: Ministry of Health & Family Welfare
Publishes the latest state level cases data. We have archived the data so we can get time series. More details are on this blog.
Before using this data, please note the following:
- Data is published by Ministry of Health & Family Welfare
- We only arhive, scrape and parse the data.
DataMeet Discussions
You can follow and participate in discussions at DataMeet
Cases By state
HTML Archive
We backup the HTMLs as and when it gets published. You can find them inside mohfw-backup folder.
Parsed Data
Parsed data in the form of JSON is availabe inside data. We update once a day. It has historical data since 2020-03-12T11:00:00.00+05:30
There is one record for each state and report_time combination.
{ "id":"2020-03-12T11:00:00.00+05:30|dl",
"key":"2020-03-12T11:00:00.00+05:30|dl",
"value":{
"_id":"2020-03-12T11:00:00.00+05:30|dl",
"_rev":"1-1b430a0a4b4a8b43fdab12d040ae8735",
"state":"dl",
"report_time":"2020-03-12T11:00:00.00+05:30",
"confirmed_india":6,
"confirmed_foreign":0,
"confirmed": 6,
"cured":0,
"death":0,
"source":"mohfw",
"type":"cases"
}
}
confirmed_india
and confirmed_foreign
are present only when they are available. Use confirmed
which is sum of
confirmed_india
and confirmed_foreign
.
API
Send an email to thej@datameet.org to get access to API.
Cases By state
PDF Archive
We backup the pdfs as and when it gets published. You can find them inside mohfw-backup folder.
Projects Using this dataset
- COVID19 Cases In India - Graph by Thejesh GN
- State-wise COVID-19 cases by Rajesvari Parasa
- COVID-19 India Report by Siva Narayanan
- COVID-19 BI Dashboard by Anup Kumar Jana
Credit
Please credit DataMeet if you use this data.