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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,11 @@ GET /v2/locations
47
47
```
48
48
```json
49
49
{
50
+
"latest": {
51
+
"confirmed": 272166,
52
+
"deaths": 11299,
53
+
"recovered": 87256
54
+
},
50
55
"locations": [
51
56
{
52
57
"id": 0,
@@ -84,7 +89,7 @@ GET /v2/locations
84
89
}
85
90
```
86
91
87
-
Additionally, you can also filter by country ([alpha-2 country_code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
92
+
Additionally, you can also filter by any attribute, including province and country ([alpha-2 country_code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
0 commit comments