-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstz-api.json
executable file
·92 lines (92 loc) · 3.47 KB
/
stz-api.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
{
"hated_stuff" : [ {
"level" : 10,
"id" : 1,
"img_url" : "https://i.pinimg.com/originals/b6/4f/1b/b64f1b8e23aa2a009b38076617592acb.jpg",
"name" : "Spiders",
"cause" : "Sneaky and hairy",
"cure": false,
"link": "https://en.wikipedia.org/wiki/Spider"
}, {
"level" : 3,
"id" : 2,
"img_url" : "https://i.pinimg.com/originals/e8/b6/db/e8b6db1a2fbf1207ab3112dd363976b4.jpg",
"name" : "Sushi",
"cause" : "Taste",
"cure": true,
"link": "https://en.wikipedia.org/wiki/Sushi"
}, {
"level" : 8,
"id" : 3,
"img_url" : "https://i.pinimg.com/originals/74/98/e4/7498e4f321e95f42908553ab44ab7044.jpg",
"name" : "Global Warming",
"cause" : "We're all going to die",
"cure": true,
"link": "https://en.wikipedia.org/wiki/Global_warming"
},{
"level" : 7,
"id" : 4,
"img_url" : "https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/Wasp_March_2008-3.jpg/1200px-Wasp_March_2008-3.jpg",
"name" : "Wasps",
"cause" : "Nature's bully",
"cure": false,
"link": "https://en.wikipedia.org/wiki/Wasp"
}, {
"level" : 10,
"id" : 5,
"img_url" : "https://media.thetab.com/blogs.dir/92/files/2016/04/maxresdefault-1024x768.jpg",
"name" : "Donald Trump",
"cause" : "We're all going to die",
"cure": true,
"link": "https://www.nytimes.com/interactive/2017/06/23/opinion/trumps-lies.html"
}, {
"level" : 6,
"id" : 6,
"img_url" : "https://whydyoueatthat.files.wordpress.com/2012/07/ice-cream-container-empty.jpg",
"name" : "Kids eating the last of my ice cream",
"cause" : "Now I don't get any. :(",
"cure": false,
"link": "https://www.google.com/search?tbm=isch&source=hp&biw=1103&bih=994&q=homer+choking+bart&oq=homer+choking+bart&gs_l=img.3..0l6j0i30k1j0i8i30k1j0i24k1.23965.29627.0.29792.21.20.1.0.0.0.89.984.18.18.0....0...1.1.64.img..2.19.979.0..35i39k1j0i10k1.74fBVEQ0fEA"
} ],
"liked_stuff" : [ {
"level" : 8,
"id" : 1,
"img_url" : "http://www.mimeticmedia.com/wp-content/uploads/2015/12/sundance-night.jpg",
"name" : "Sundance Film Festival",
"cause" : "Films, friends and lots of snow",
"cure": false,
"link": "https://www.sundance.org/festivals/sundance-film-festival"
}, {
"level" : 6,
"id" : 2,
"img_url" : "https://i.pinimg.com/originals/30/69/cf/3069cfaa6cc52c0721bf955c12b5a168.jpg",
"name" : "Pizza",
"cause" : "Taste",
"cure": true,
"link": "https://en.wikipedia.org/wiki/Pizza"
}, {
"level" : 8,
"id" : 3,
"img_url" : "http://www.ucsusa.org/sites/default/files/images/2017/04/stand-up-for-science-blue-on-white.jpg",
"name" : "Union of Concerned Scientists",
"cause" : "Research on sustainability standards and the disastrous affects of climate change",
"cure": true,
"link": "http://www.ucsusa.org/"
}, {
"level" : 5,
"id" : 4,
"img_url" : "https://i.pinimg.com/736x/8b/e8/8f/8be88f06aa468d2d991e2a96e72ae6e5--outdoor-fun-outdoor-decor.jpg",
"name" : "Wasp Traps",
"cause" : "Kills Wasps",
"cure": true,
"link": "https://www.amazon.com/RESCUE-YJTR-Non-Toxic-Reusable-Yellowjackets/dp/B00004TBKI/ref=sr_1_4?s=lawn-garden&ie=UTF8&qid=1505517522&sr=1-4&keywords=wasp+trap"
}, {
"level" : 5,
"id" : 5,
"img_url" : "http://i.huffpost.com/gen/2165258/images/o-NY-TIMES-ERROR-facebook.jpg",
"name" : "The New York Times",
"cause" : "America's best news source...and Paul Krugman",
"cure": true,
"link": "https://www.nytimes.com/"
} ]
}