[GET] /types-categories

Grab a list of types and categories as a JSON response

GET https://api.hentaicord.net/types-categories

This endpoint does not count towards your daily allowance. You can literally visit this endpoint link in your web browser.

{
    "code": 200,
    "data": [
        { type: "hentai", categories: ["list", "of", "categories"] },
        { type: "realporn", categories: ["list", "of", "categories"] }, 
        { type: "roleplay", categories: ["list", "of", "categories"] }
    ]
}

Last updated