🤔Ask Never Have I Ever (NSFW)!

This page explains how you can make simple GET requests using your API token to retrieve entertaining NSFW-based 'never have I ever' questions!

GET https://api.hentaicord.net/never-have-i-ever/:rating

Headers

Name
Type
Description

Authorization*

String

Your API token

Query Parameter

Name
Type
Required?
Description

rating

string

YES

Can be one of the following: r, pg, pg13.

{
    "code": 200,
    "message": "Success",
    "question": "Your never have I ever question will show here."
}

Last updated

Was this helpful?