-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcovid-19-gr-2020-05-13.json
77 lines (77 loc) · 1.34 KB
/
covid-19-gr-2020-05-13.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-05-13",
"total": 2760,
"new_confirmed": 16,
"samples": 112042,
"samples_positive": 4179,
"men": 1529,
"women": 1231,
"65_plus": 563,
"40-64": 1090,
"18-39": 791,
"0-17": 111,
"in_IC": 28,
"IC_recovered": 88,
"current_deaths": 155,
"cases": {
"total": {
"65_plus": 563,
"40-64": 1090,
"18-39": 791,
"0-17": 111
},
"men": {
"65_plus": 323,
"40-64": 611,
"18-39": 429,
"0-17": 49
},
"women": {
"65_plus": 240,
"40-64": 478,
"18-39": 362,
"0-17": 61
}
},
"deaths": {
"total": {
"65_plus": 116,
"40-64": 37,
"18-39": 2,
"0-17": 0
},
"men": {
"65_plus": 82,
"40-64": 30,
"18-39": 2,
"0-17": 0
},
"women": {
"65_plus": 34,
"40-64": 7,
"18-39": 0,
"0-17": 0
}
},
"IC": {
"total": {
"65_plus": 17,
"40-64": 10,
"18-39": 1,
"0-17": 0
},
"men": {
"65_plus": 11,
"40-64": 6,
"18-39": 1,
"0-17": 0
},
"women": {
"65_plus": 6,
"40-64": 4,
"18-39": 0,
"0-17": 0
}
}
}