-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcovid-19-gr-2020-08-26.json
77 lines (77 loc) · 1.35 KB
/
covid-19-gr-2020-08-26.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-08-26",
"new_confirmed": 293,
"total": 9280,
"men": 5150,
"women": 4130,
"current_deaths": 248,
"in_IC": 33,
"IC_recovered": 145,
"0-17": 538,
"18-39": 3949,
"40-64": 3059,
"65_plus": 1201,
"cases": {
"total": {
"0-17": 538,
"18-39": 3949,
"40-64": 3059,
"65_plus": 1201
},
"men": {
"0-17": 282,
"18-39": 2241,
"40-64": 1687,
"65_plus": 643
},
"women": {
"0-17": 256,
"18-39": 1703,
"40-64": 1371,
"65_plus": 558
}
},
"deaths": {
"total": {
"0-17": 0,
"18-39": 3,
"40-64": 48,
"65_plus": 197
},
"men": {
"0-17": 0,
"18-39": 3,
"40-64": 36,
"65_plus": 121
},
"women": {
"0-17": 0,
"18-39": 0,
"40-64": 12,
"65_plus": 76
}
},
"IC": {
"total": {
"0-17": 2,
"18-39": 1,
"40-64": 11,
"65_plus": 19
},
"men": {
"0-17": 1,
"18-39": 0,
"40-64": 8,
"65_plus": 14
},
"women": {
"0-17": 1,
"18-39": 1,
"40-64": 3,
"65_plus": 5
}
},
"samples": 887991,
"samples_positive": 9917
}