-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcovid-19-gr-2020-04-23.json
77 lines (77 loc) · 1.33 KB
/
covid-19-gr-2020-04-23.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-23",
"total": 2463,
"new_confirmed": 55,
"samples": 59241,
"samples_positive": 3405,
"men": 1374,
"women": 1089,
"65_plus": 490,
"40-64": 984,
"18-39": 694,
"0-17": 80,
"in_IC": 52,
"IC_recovered": 57,
"current_deaths": 125,
"cases": {
"total": {
"65_plus": 490,
"40-64": 984,
"18-39": 694,
"0-17": 80
},
"men": {
"65_plus": 281,
"40-64": 555,
"18-39": 385,
"0-17": 35
},
"women": {
"65_plus": 209,
"40-64": 429,
"18-39": 309,
"0-17": 45
}
},
"deaths": {
"total": {
"65_plus": 93,
"40-64": 30,
"18-39": 2,
"0-17": 0
},
"men": {
"65_plus": 65,
"40-64": 26,
"18-39": 2,
"0-17": 0
},
"women": {
"65_plus": 28,
"40-64": 4,
"18-39": 0,
"0-17": 0
}
},
"IC": {
"total": {
"65_plus": 26,
"40-64": 25,
"18-39": 0,
"0-17": 1
},
"men": {
"65_plus": 20,
"40-64": 17,
"18-39": 0,
"0-17": 0
},
"women": {
"65_plus": 6,
"40-64": 8,
"18-39": 0,
"0-17": 1
}
}
}