[GET] /retrieve/:type/:category

Pull images from our huge database.

For a list of types and categories, please refer to this endpoint:

Retrieve a random image from the specified parameters.

GET https://api.hentaicord.net/retrieve/:type/:category

Path Parameters

Headers

{
    "code": 200,
    "message": "Successfully retrieved media",
    "image": "IMAGE URL WILL BE PROVIDED",
    "calls_remaining": 500
}

Last updated