ExpDev07 / coronavirus-tracker-api

🦠 A simple and fast (< 200ms) API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak. It's written in python using the 🔥 FastAPI framework. Supports multiple sources!
https://coronavirus-tracker-api.herokuapp.com
GNU General Public License v3.0
1.59k stars 320 forks source link

US data returning recovered as 0. #113

Open sagarkarira opened 4 years ago

sagarkarira commented 4 years ago

All recovered key have value as 0. https://coronavirus-tracker-api.herokuapp.com/v2/locations?country_code=US

ExpDev07 commented 4 years ago

Hello, our data source is showing 0 on all U.S. states for the latest date on recoveries despite having positive numbers on previous dates (https://github.com/CSSEGISandData/COVID-19/blob/master/csse_covid_19_data/csse_covid_19_time_series/time_series_19-covid-Recovered.csv#L100-L155). Not sure what the reason is, but it's expected to be fixed soon.

sagarkarira commented 4 years ago

@ExpDev07 Problem with JHU data is that they upload once per day. The cases are rising so fast now that even an hour is creating a big difference in number. Were you able to find any other realtime source of data?

This api looks promising: https://github.com/NovelCOVID/API