🤫Ask Truth or Dare (NSFW)!

This page explains how you can make simple GET requests using your API token to retrieve entertaining NSFW-based truth or dare questions!

GET https://api.hentaicord.net/truth-or-dare/:option/:rating

Headers

Name
Type
Description

Authorization*

String

Your API token

Query Parameter

Name
Type
Required?
Description

option

string

YES

Can be either 'truth' or 'dare'.

rating

string

YES

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

{
    "code": 200,
    "message": "Success",
    "question": "Your truth or dare question will show here."
}

Last updated

Was this helpful?