-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathImageSources.json
89 lines (89 loc) · 1.76 KB
/
ImageSources.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
{
"waifu.pics": {
"Url": "https://api.waifu.pics/",
"ResponseType": "url",
"UrlResponseEntry": "url",
"SfwEndpoints": [
"sfw/neko",
"sfw/waifu",
"sfw/awoo",
"sfw/shinobu",
"sfw/megumin",
"sfw/cuddle",
"sfw/cry",
"sfw/hug",
"sfw/kiss",
"sfw/lick",
"sfw/pat",
"sfw/smug",
"sfw/bonk",
"sfw/yeet",
"sfw/blush",
"sfw/smile",
"sfw/wave",
"sfw/highfive",
"sfw/nom",
"sfw/bite",
"sfw/glomp",
"sfw/slap",
"sfw/kick",
"sfw/happy",
"sfw/wink",
"sfw/poke",
"sfw/dance"
],
"NsfwEndpoints": ["nsfw/neko", "nsfw/waifu", "nsfw/trap", "nsfw/blowjob"]
},
"nekos.life": {
"Url": "https://nekos.life/api/v2/img/",
"ResponseType": "url",
"UrlResponseEntry": "url",
"SfwEndpoints": [
"neko",
"waifu",
"tickle",
"slap",
"pat",
"meow",
"lizard",
"kiss",
"hug",
"fox_girl",
"feed",
"cuddle",
"ngif",
"smug",
"woof",
"wallpaper",
"goose",
"gecg",
"avatar"
],
"NsfwEndpoints": []
},
"BocchiTheAPI": {
"Url": "boccher.pixelboom.dev/api/",
"ResponseType": "url",
"UrlResponseEntry": "url",
"SfwEndpoints": [
"frames",
"frames?episode=1",
"frames?episode=2",
"frames?episode=3",
"frames?episode=4",
"frames?episode=5",
"frames?episode=6",
"frames?episode=7",
"frames?episode=8",
"frames?episode=9",
"frames?episode=10",
"frames?episode=11",
"frames?episode=12",
"frames?episode=OP",
"frames?episode=ED1",
"frames?episode=ED2",
"frames?episode=ED3"
],
"NsfwEndpoints": []
}
}