๐NSFW
Basic information to know before using the NSFW API
This API requires an API key to be sent along with your requests: Get yours by creating an account
Different methods exist to have NSFW images, currently there are three and here they are:
Random NSFW: You have random images
NSFW images by category: You will receive only the images of which you indicated the category
NSFW images by ID: You will receive the images of which you indicate the ID
Here is an example of what each method returns
{
"status": 200,
"content": {
"id": 23,
"type": "ass",
"url": "https://cdn.night-api.com/api/images/nsfw/ass/4208ec0c4590ed4622e451f386e39.jpg"
}
}
Last updated
Was this helpful?