You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,7 @@ __Response definitions__
201
201
| {latest} | The amount of confirmed cases, deaths and recovered related to the specific location | Object |
202
202
| {locations}/{location}/{latest}/confirmed | The up-to-date number of confirmed cases related to the specific location | Integer |
203
203
| {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 |
205
205
| {locations}/{location}/id | The location id. This unique id is assigned to the location by the data-source. | Integer |
206
206
| {locations}/{location}/country | The Country name | String |
207
207
| {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