๐ฅSFW
Basic information to know before using the SFW 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 SFW images, currently there are three and here they are:
Random SFW: You have random images
SFW images by category: You will receive only the images of which you indicated the category
SFW 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": 34,
"type": "holo",
"url": "https://cdn.night-api.com/api/images/sfw/holo/75f9fcb764921bfaedc9e4182db02.jpg"
}
}
Last updated
Was this helpful?