-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcovid-19-gr-2020-04-13.json
77 lines (77 loc) · 1.33 KB
/
covid-19-gr-2020-04-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-04-13",
"total": 2145,
"new_confirmed": 31,
"samples": 43431,
"samples_positive": 2668,
"men": 1212,
"women": 933,
"65_plus": 447,
"40-64": 913,
"18-39": 633,
"0-17": 72,
"in_IC": 73,
"IC_recovered": 16,
"current_deaths": 99,
"cases": {
"total": {
"65_plus": 447,
"40-64": 913,
"18-39": 633,
"0-17": 72
},
"men": {
"65_plus": 263,
"40-64": 525,
"18-39": 348,
"0-17": 31
},
"women": {
"65_plus": 184,
"40-64": 388,
"18-39": 285,
"0-17": 41
}
},
"deaths": {
"total": {
"65_plus": 71,
"40-64": 27,
"18-39": 1,
"0-17": 0
},
"men": {
"65_plus": 48,
"40-64": 24,
"18-39": 1,
"0-17": 0
},
"women": {
"65_plus": 23,
"40-64": 3,
"18-39": 0,
"0-17": 0
}
},
"IC": {
"total": {
"65_plus": 45,
"40-64": 27,
"18-39": 0,
"0-17": 1
},
"men": {
"65_plus": 40,
"40-64": 17,
"18-39": 0,
"0-17": 0
},
"women": {
"65_plus": 5,
"40-64": 10,
"18-39": 0,
"0-17": 1
}
}
}