Skip to content

Commit 2138c57

Browse files
authored
Update README.md
1 parent be2aee3 commit 2138c57

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Support multiple data-sources.
1818
![Covid-19 Recovered](https://covid19-badges.herokuapp.com/recovered/latest)
1919
![Covid-19 Deaths](https://covid19-badges.herokuapp.com/deaths/latest)
2020

21+
## Recovered cases showing 0
22+
JHU (our main data provider) [no longer provides data for amount of recoveries](https://github.com/ExpDev07/coronavirus-tracker-api/issues/155), and as a result, the API will be showing 0 for this statistic. Apolegies for any inconvenience. Hopefully we'll be able to find an alternative data-source that offers this.**
23+
2124
## Available data-sources:
2225

2326
Currently 2 different data-sources are available to retrieve the data:
@@ -28,7 +31,6 @@ Currently 2 different data-sources are available to retrieve the data:
2831

2932
__jhu__ data-source will be used as a default source if you don't specify a *source parameter* in your request.
3033

31-
3234
## API Reference
3335

3436
All endpoints are located at ``coronavirus-tracker-api.herokuapp.com/v2/`` and are accessible via https. For instance: you can get data per location by using this URL:
@@ -40,7 +42,6 @@ You can open the URL in your browser to further inspect the response. Or you can
4042
curl https://coronavirus-tracker-api.herokuapp.com/v2/locations | json_pp
4143
```
4244

43-
4445
## API Endpoints
4546

4647
### Sources Endpoint

0 commit comments

Comments
 (0)