forked from SDG-data/SDGs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
goals.json
98 lines (97 loc) · 3.12 KB
/
goals.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"goals": [
{
"goal": 1,
"title": "End poverty in all its forms everywhere",
"short": "No Poverty"
},
{
"goal": 2,
"title": "End hunger, achieve food security and improved nutrition and promote sustainable agriculture",
"short": "No Hunger"
},
{
"goal": 3,
"title": "Ensure healthy lives and promote well-being for all at all ages",
"short": "Good Health"
},
{
"goal": 4,
"title": "Ensure inclusive and equitable quality education and promote lifelong learning opportunities for all",
"short": "Quality Education"
},
{
"goal": 5,
"title": "Achieve gender equality and empower all women and girls",
"short": "Gender Quality"
},
{
"goal": 6,
"title": "Ensure availability and sustainable management of water and sanitation for all",
"short": "Clean water and sanitation"
},
{
"goal": 7,
"title": "Ensure access to affordable, reliable, sustainable and modern energy for all",
"short": "Renewable energy"
},
{
"goal": 8,
"title": "Promote sustained, inclusive and sustainable economic growth, full and productive employment and decent work for all",
"short": "Good jobs and economic growth"
},
{
"goal": 9,
"title": "Build resilient infrastructure, promote inclusive and sustainable industrialization and foster innovation",
"short": "Innovation and infrastructure"
},
{
"goal": 10,
"title": "Reduce inequality within and among countries",
"short": "Reduced inequalities"
},
{
"goal": 11,
"title": "Make cities and human settlements inclusive, safe, resilient and sustainable",
"short": "Sustainable cities and communities"
},
{
"goal": 12,
"title": "Ensure sustainable consumption and production patterns",
"short": "Responsible consumption"
},
{
"goal": 13,
"title": "Take urgent action to combat climate change and its impacts.",
"short": "Climate action"
},
{
"goal": 14,
"title": "Conserve and sustainably use the oceans, seas and marine resources for sustainable development",
"short": "Life below water"
},
{
"goal": 15,
"title": "Protect, restore and promote sustainable use of terrestrial ecosystems, sustainably manage forests, combat desertification, and halt and reverse land degradation and halt biodiversity loss",
"short": "Life on land"
},
{
"goal": 16,
"title": "Promote peaceful and inclusive societies for sustainable development, provide access to justice for all and build effective, accountable and inclusive institutions at all levels",
"short": "Peace and justice"
},
{
"goal": 17,
"title": "Strengthen the means of implementation and revitalize the global partnership for sustainable development",
"short": "Partnerships for the goals"
}
],
"source": {
"url": "https://sustainabledevelopment.un.org/sdgsproposal",
"date": "28/04/2015"
},
"meta": {
"id": "goals",
"description": "Goals of the SDGs"
}
}