-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcovid-19-gr-2020-05-21.json
77 lines (77 loc) · 1.33 KB
/
covid-19-gr-2020-05-21.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"country": "Greece",
"date": "2020-05-21",
"total": 2853,
"new_confirmed": 3,
"samples": 144078,
"samples_positive": 4540,
"men": 1575,
"women": 1278,
"0-17": 145,
"18-39": 818,
"40-64": 1120,
"65_plus": 572,
"in_IC": 21,
"IC_recovered": 98,
"current_deaths": 168,
"cases": {
"total": {
"0-17": 145,
"18-39": 818,
"40-64": 1120,
"65_plus": 572
},
"men": {
"0-17": 70,
"18-39": 441,
"40-64": 627,
"65_plus": 326
},
"women": {
"0-17": 74,
"18-39": 377,
"40-64": 492,
"65_plus": 246
}
},
"deaths": {
"total": {
"0-17": 0,
"18-39": 3,
"40-64": 39,
"65_plus": 126
},
"men": {
"0-17": 0,
"18-39": 3,
"40-64": 30,
"65_plus": 86
},
"women": {
"0-17": 0,
"18-39": 0,
"40-64": 9,
"65_plus": 40
}
},
"IC": {
"total": {
"0-17": 1,
"18-39": 1,
"40-64": 4,
"65_plus": 15
},
"men": {
"0-17": 1,
"18-39": 1,
"40-64": 2,
"65_plus": 9
},
"women": {
"0-17": 0,
"18-39": 0,
"40-64": 2,
"65_plus": 6
}
}
}