-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcovid-19-gr-2020-04-27.json
77 lines (77 loc) · 1.33 KB
/
covid-19-gr-2020-04-27.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-04-27",
"total": 2534,
"new_confirmed": 17,
"samples": 66094,
"samples_positive": 3544,
"men": 1406,
"women": 1128,
"65_plus": 502,
"40-64": 1009,
"18-39": 720,
"0-17": 95,
"in_IC": 43,
"IC_recovered": 65,
"current_deaths": 136,
"cases": {
"total": {
"65_plus": 502,
"40-64": 1009,
"18-39": 720,
"0-17": 95
},
"men": {
"65_plus": 286,
"40-64": 568,
"18-39": 395,
"0-17": 40
},
"women": {
"65_plus": 216,
"40-64": 440,
"18-39": 325,
"0-17": 54
}
},
"deaths": {
"total": {
"65_plus": 100,
"40-64": 34,
"18-39": 2,
"0-17": 0
},
"men": {
"65_plus": 71,
"40-64": 27,
"18-39": 2,
"0-17": 0
},
"women": {
"65_plus": 29,
"40-64": 7,
"18-39": 0,
"0-17": 0
}
},
"IC": {
"total": {
"65_plus": 23,
"40-64": 19,
"18-39": 0,
"0-17": 1
},
"men": {
"65_plus": 19,
"40-64": 13,
"18-39": 0,
"0-17": 0
},
"women": {
"65_plus": 4,
"40-64": 6,
"18-39": 0,
"0-17": 1
}
}
}