-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcovid-19-gr-2020-09-23.json
76 lines (76 loc) · 1.33 KB
/
covid-19-gr-2020-09-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
{
"country": "Greece",
"date": "2020-09-23",
"new_confirmed": 358,
"total": 16286,
"men": 9088,
"women": 7198,
"current_deaths": 357,
"in_IC": 73,
"IC_recovered": 191,
"0-17": 1021,
"18-39": 6689,
"40-64": 5636,
"65_plus": 1931,
"cases": {
"total": {
"0-17": 1021,
"18-39": 6689,
"40-64": 5636,
"65_plus": 1931
},
"men": {
"0-17": 560,
"18-39": 3797,
"40-64": 3118,
"65_plus": 1011
},
"women": {
"0-17": 459,
"18-39": 2877,
"40-64": 2514,
"65_plus": 920
}
},
"deaths": {
"total": {
"0-17": 0,
"18-39": 4,
"40-64": 64,
"65_plus": 289
},
"men": {
"0-17": 0,
"18-39": 4,
"40-64": 49,
"65_plus": 173
},
"women": {
"0-17": 0,
"18-39": 0,
"40-64": 15,
"65_plus": 116
}
},
"IC": {
"total": {
"0-17": 1,
"18-39": 1,
"40-64": 23,
"65_plus": 48
},
"men": {
"0-17": 0,
"18-39": 1,
"40-64": 17,
"65_plus": 35
},
"women": {
"0-17": 1,
"18-39": 0,
"40-64": 6,
"65_plus": 13
}
},
"samples": 1233229
}