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
| {latest} | The total amount of confirmed cases, deaths and recovered for all the locations | Object |
196
-
| {latest}/confirmed | The up-to-date total number of confirmed cases for all the locations within the data-source | Integer |
197
-
| {latest}/deaths | The up-to-date total amount of deaths for all the locations within the data-source | Integer |
198
-
| {latest}/recovered | The up-to-date total amount of recovered for all the locations within the data-source | Integer |
199
-
| {locations} | The collection of locations contained within the data-source | Object |
200
-
| {location} | Information that identifies a location | Object |
201
-
| {latest} | The amount of confirmed cases, deaths and recovered related to the specific location | Object |
202
-
| {locations}/{location}/{latest}/confirmed | The up-to-date number of confirmed cases related to the specific location | Integer |
203
-
| {locations}/{location}/{latest}/deaths | The up-to-date number of deaths 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
-
| {locations}/{location}/id | The location id. This unique id is assigned to the location by the data-source. | Integer |
206
-
| {locations}/{location}/country | The Country name | String |
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 |
208
-
| {locations}/{location}/province | The province where the location belongs to. (Used for US locations coming from __csbs data-source__. |
209
-
|__Empty__ when *jhu data-source* is used | String |
210
-
| {locations}/{location}/{coordinates}/latitude | The location latitude | Float |
211
-
| {locations}/{location}/{coordinates}/longitude | The location longitude | Float |
| {latest} | The total amount of confirmed cases, deaths and recovered for all the locations | Object |
196
+
| {latest}/confirmed | The up-to-date total number of confirmed cases for all the locations within the data-source | Integer |
197
+
| {latest}/deaths | The up-to-date total amount of deaths for all the locations within the data-source | Integer |
198
+
| {latest}/recovered | The up-to-date total amount of recovered for all the locations within the data-source | Integer |
199
+
| {locations} | The collection of locations contained within the data-source | Object |
200
+
| {location} | Information that identifies a location | Object |
201
+
| {latest} | The amount of confirmed cases, deaths and recovered related to the specific location | Object |
202
+
| {locations}/{location}/{latest}/confirmed | The up-to-date number of confirmed cases related to the specific location | Integer |
203
+
| {locations}/{location}/{latest}/deaths | The up-to-date number of deaths 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
+
| {locations}/{location}/id | The location id. This unique id is assigned to the location by the data-source. | Integer |
206
+
| {locations}/{location}/country | The Country name | String |
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 |
208
+
| {locations}/{location}/province | The province where the location belongs to. (Used for US locations coming from __csbs data-source__.<br>__Empty__ when *jhu data-source* is used | String |
209
+
| {locations}/{location}/{coordinates}/latitude | The location latitude | Float |
210
+
| {locations}/{location}/{coordinates}/longitude | The location longitude | Float |
0 commit comments