Skip to content

Commit b279cce

Browse files
committed
Recovered response item replacing deaths
1 parent 067b5d3 commit b279cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ __Response definitions__
201201
| {latest} | The amount of confirmed cases, deaths and recovered related to the specific location | Object |
202202
| {locations}/{location}/{latest}/confirmed | The up-to-date number of confirmed cases related to the specific location | Integer |
203203
| {locations}/{location}/{latest}/deaths | The up-to-date number of deaths related to the specific location | Integer |
204-
| {locations}/{location}/{latest}/deaths | The up-to-date number of recovered related to the specific location | Integer |
204+
| {locations}/{location}/{latest}/recovered | The up-to-date number of recovered related to the specific location | Integer |
205205
| {locations}/{location}/id | The location id. This unique id is assigned to the location by the data-source. | Integer |
206206
| {locations}/{location}/country | The Country name | String |
207207
| {locations}/{location}/country_code | The [ISO alpha-2 country_code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) Country code for the location. | String |

0 commit comments

Comments
 (0)