-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcovid-19-gr-2020-09-17.json
76 lines (76 loc) · 1.33 KB
/
covid-19-gr-2020-09-17.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-17",
"new_confirmed": 359,
"total": 14400,
"men": 8006,
"women": 6394,
"current_deaths": 325,
"in_IC": 69,
"IC_recovered": 178,
"0-17": 851,
"18-39": 5995,
"40-64": 4993,
"65_plus": 1771,
"cases": {
"total": {
"0-17": 851,
"18-39": 5995,
"40-64": 4993,
"65_plus": 1771
},
"men": {
"0-17": 474,
"18-39": 3418,
"40-64": 2749,
"65_plus": 921
},
"women": {
"0-17": 377,
"18-39": 2572,
"40-64": 2243,
"65_plus": 850
}
},
"deaths": {
"total": {
"0-17": 0,
"18-39": 3,
"40-64": 59,
"65_plus": 263
},
"men": {
"0-17": 0,
"18-39": 3,
"40-64": 44,
"65_plus": 158
},
"women": {
"0-17": 0,
"18-39": 0,
"40-64": 15,
"65_plus": 105
}
},
"IC": {
"total": {
"0-17": 1,
"18-39": 2,
"40-64": 21,
"65_plus": 44
},
"men": {
"0-17": 0,
"18-39": 2,
"40-64": 17,
"65_plus": 29
},
"women": {
"0-17": 1,
"18-39": 0,
"40-64": 5,
"65_plus": 15
}
},
"samples": 1170292
}