Simple API wrapped around @Waifu-pics in order to be able to get random anime images for my markdown profile https://waifu.now.sh
  • JavaScript 93.2%
  • Dockerfile 6.8%
Find a file
2021-10-03 16:45:02 +06:00
lib feat: add happy endpoint (#8) 2021-10-03 16:45:02 +06:00
.dockerignore DONE: Docker has beed added 2020-08-27 19:55:18 +06:00
.gitignore DONE: Deployment and readme file 2020-08-27 15:35:08 +06:00
.vercelignore DONE: .vercelignore has been added 2020-08-27 20:00:31 +06:00
Dockerfile DONE: Docker has beed added 2020-08-27 19:55:18 +06:00
index.js fix: change api url 2021-10-03 16:27:56 +06:00
now.json refactored due to recent updates of waifu.pics 2020-09-14 16:46:31 +06:00
package-lock.json fix: upgrade got from 11.7.0 to 11.8.1 2021-01-05 07:51:15 +00:00
package.json fix: upgrade got from 11.7.0 to 11.8.1 2021-01-05 07:51:15 +00:00
README.md Update README.md 2021-03-13 20:59:53 +03:00

Simple server for getting random images from waifu.pics

Simple API wrapped around @Waifu-pics in order to be able to get random anime images for my markdown profile

API

Here are different endpoints for API requests. Endpoints can be updated by the author, so, please, check official docs.

{
  sfw: [
    "waifu",
    "neko",
    "shinobu",
    "bully",
    "cry",
    "hug",
    "kiss",
    "lick",
    "pat",
    "smug",
    "highfive",
    "nom",
    "bite",
    "slap",
    "wink",
    "poke",
    "dance",
    "cringe",
    "blush",
    "random"
  ],
  nsfw: ["waifu", "neko", "trap", "blowjob","random"],
}

Live:

How to get an image

URL Request Type
https://waifu.now.sh/type/endpoint GET

How to use an image in Markdown

Just put the above url in typical Markdown syntax

![](https://waifu.now.sh/type/endpoint)