πŸ”žRetrieve NSFW media

This page contains API endpoints that you can use to pull NSFW media from our huge database of images and GIFs.

Grab a list of types and categories as a JSON response

GET https://hentaicord.net/api/image/types

{
   "type1": ["category1", "category2", "category3"],
   "type2": ["category1", "category2", "category3"]   
}

Retrieve a random image from the specified parameters.

GET https://hentaicord.net/api/image/fetch/:type/:category

Path Parameters

Name
Type
Description

type*

String

hentai, real-porn, roleplay or random.

category*

String

One of the categories from your selected 'type', or random.

Headers

Name
Type
Description

Authorization*

String

Your API token

{
    "url": "https://hentaicord.net/assets/url-to-image.png"
}

Last updated

Was this helpful?