Socket
Socket
Sign inDemoInstall

grootie.api

Package Overview
Dependencies
14
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    grootie.api

JS wrapper for https://api.grootie.ml


Version published
Maintainers
1
Install size
7.80 MB
Created

Readme

Source

npm npm install size

NPM

Grootie.api

Installation

npm i grootie.api

Official wrapper for grootie.api. Very small install size with no external dependencies.

Endpoints

FunctionDescription
waifuGives you a waifu image (NSFW)
nekoGives you an neko image (NSFW)
trapGives you an image of nsfw but boy to boy (NSFW)
blowjobGives you an blowjob image (NSFW)
analGives you an anal image (NSFW)
boobsGives you an image of boobies 👀 (NSFW)
doujinGives you an doujin image (NSFW)
feetGives you an image of feet (NSFW)
glassesGives you an image of girls with glasses (NSFW)
hentaiGives you an image of hentai (NSFW)
hentaiassGives you an image of hentai ass (NSFW)
milfGives you an image of a milf (NSFW)
maidGives you an image of maid (NSFW)
netorareGives you an image of netorare (NSFW)
paizuriGives you an image of paizuri (NSFW)
pantiesGives you an image of panties (NSFW)
rpgifGives you an image/gif of random nsfw (NSFW)
cumslutsGives an image of cumsluts (NSFW)
factsGives you a random fact (GOTTEN FROM GOOGLE SO IDK)
memesGives you a random meme (SFW/NSFW)
dadjokesGives you random dad jokes (SFW)
quotesGives you random quotes

All of the endpoints use url (example: waifu.url) except memes, dadjokes and facts, facts uses (facts.message) ,memes has multiple (memes.title, memes.image, memes.url, memes.comments, memes.upvotes) and dadjokes isrhe same as facts with the .message`.

Examples

Await/Async example

const client = require('grootie.api');
const api = new client();

async function test() {
  console.log(await api.waifu());
}

test();

returns:

{"Authors":"LuxuryDev","url":"(IMAGE LINK)"}

Join our Discord Server for help

Keywords

FAQs

Last updated on 24 Dec 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc