LogoLogo
  • 👥About us
  • 💾Changelogs
    • 🌐API
    • 📲Module
  • ⛔Rate-Limit
  • ✨Start with the NPM module
  • Module
    • 📸Images
      • 🐬Animals
    • 🎮Games
      • 🎮Garry's Mod
      • 🎮Minecraft
      • 🎮FiveM
  • Joke
    • 🤣Jokes
      • 🎲Random
      • 📋Category
      • 🆔ID
  • Images
    • 🐙Animals
      • 🐕Dog
      • 🐈Cat
      • 🦊Fox
      • 🦒Giraffe
      • 🦘Kangaroo
      • 🦁Lion
      • 🐒Quokka
      • 🐺Wolf
      • 🦎Lézard
      • 🐆Léopard
      • 🐒Singes
      • 🦚Paon
      • 🐹Hamster
    • 🥘SFW
      • 🎲Random
      • 📋Category
      • 🆔ID
    • 🔞NSFW
      • 🎲Random
      • 📋Category
      • 🆔ID
    • 🏗️Utils
      • 📸QR Code
        • 🔁Generator
        • 📃Reader
      • 🔐Captcha
      • ℹ️IP infos
  • Games
    • 🎮Games
      • 🎮Garry's Mod
      • 🎮Minecraft
      • 🎮FiveM
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Images
  2. NSFW

Category

Choose which Category of joke you would like to have

NSFW Images

GET https://api.night-api.com/images/nsfw/:type

Path Parameters

Name
Type
Description

type*

String

The type of NSFW image to get

Headers

Name
Type
Description

authorization*

String

Your API key

{
    "status": 200,
    "content": {
        "id": 23,
        "type": "ass",
        "url": "https://cdn.night-api.com/api/images/nsfw/ass/4208ec0c4590ed4622e451f386e39.jpg"
    }
}
{
    "status": 400,
    "content": "Bad type provided"
}

Lists of available NSFW categories:

  • Anal

  • Ass

  • Boobs

  • Gonewild

  • Hanal

  • Hass

  • Hboobs

  • Hentai

  • Hkitsune

  • Hmidriff

  • Hneko

  • Hthigh

  • Neko

  • Paizuri

  • Pgif

  • Pussy

  • Tentacle

  • Thigh

  • Yaoi

const axios = require("axios");

axios.get('https://api.night-api.com/images/nsfw/ass', {
    headers: {
        authorization: "Your API token"
    }
})
.then(function (response) {
    console.log(response.data);
})

Or with the module

// Return: Promise

const { NightAPI } = require('night-api');
const api = new NightAPI('YOUR_API_KEY');

const image = await api.nsfw.fetchImage("anal"); // Random images of category "anal"
PreviousRandomNextID

Last updated 2 years ago

Was this helpful?

🔞
📋