Closed bilafish closed 4 years ago
Hi, there seems to be an issue with the values returned for confirmed cases. This affects the following API endpoints (mainly time-series data):
As of current writing (14 Apr), the total global confirmed cases is 1,918,855.
It seems to be related to an issue as reported on the data source here: https://github.com/CSSEGISandData/COVID-19/issues/2167. They have since modified the affected csv files:
I just tested this bug, I think the problem one from us is the /daily route the route /daily/<date> already fine.
/daily
/daily/<date>
here is how I reproduce this bug https://repl.it/@k1m0ch1/ImmenseElementaryGenre
fixed in https://github.com/mathdroid/covid-19-api/commit/1c523f543849f0bfa8f3055751ec83d07d5f8005
Hi, there seems to be an issue with the values returned for confirmed cases. This affects the following API endpoints (mainly time-series data):
As of current writing (14 Apr), the total global confirmed cases is 1,918,855.
It seems to be related to an issue as reported on the data source here: https://github.com/CSSEGISandData/COVID-19/issues/2167. They have since modified the affected csv files: