forked from CSSEGISandData/COVID-19
-
Notifications
You must be signed in to change notification settings - Fork 1
/
data_by_country.json
46 lines (46 loc) · 1.33 KB
/
data_by_country.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"data": {
"countries": [
{
"country_name_en": "Algeria",
"country_code": "AF01",
"country_name_ar": "الجزائر",
"confirmed": 11031,
"recovered": 601,
"deaths": 313
},
{
"country_name_en": "Tunisia",
"country_code": "AF02",
"country_name_ar": "تونس",
"confirmed": 1110,
"recovered": 43,
"deaths": 34
},
{
"country_name_en": "Egypt",
"country_code": "AF03",
"country_name_ar": "مصر",
"confirmed": 46289,
"recovered": 589,
"deaths": 164
},
{
"country_name_en": "Mauritania",
"country_code": "AF04",
"country_name_ar": "موريتانيا",
"confirmed": 1887,
"recovered": 2,
"deaths": 1
},
{
"country_name_en": "Libya",
"country_code": "AF05",
"country_name_ar": "ليبيا",
"confirmed": 467,
"recovered": 1,
"deaths": 9
}
]
}
}