API Docs
Documentation for the Truth or Dare API.
The global rate limit for all API requests is 5/5s
GET https://api.truthordarebot.xyz/v1/truth
This endpoint returns a truth question. R rating is disabled by default unless you specify it in the rating query.
Query Parameters
The rating of the question. Must be "pg", "pg13" or "r". You can use this query multiple times to get different ratings.
{
"id": "ku9abgpj6u59",
"type": "TRUTH",
"rating": "PG13",
"question": "Would you break up with someone over text?"
}
GET https://api.truthordarebot.xyz/api/dare
This endpoint returns a dare question. R rating is disabled by default unless you specify it in the rating query.
Query Parameters
The rating of the question. Must be "pg", "pg13" or "r". You can use this query multiple times to get different ratings.
Get Would You Rather
GET https://api.truthordarebot.xyz/api/wyr
This endpoint returns a would you rather question. R rating is disabled by default unless you specify it in the rating query.
Path Parameters
The rating of the question. Must be "pg", "pg13" or "r". You can use this query multiple times to get different ratings.
Get Never Have I Ever
GET https://api.truthordarebot.xyz/api/nhie
This endpoint returns a would you rather question. R rating is disabled by default unless you specify it in the rating query.
Path Parameters
The rating of the question. Must be "pg", "pg13" or "r". You can use this query multiple times to get different ratings.
Get Paranoia Question
GET https://api.truthordarebot.xyz/api/paranoia
This endpoint returns a paranoia question. R rating is disabled by default unless you specify it in the rating query.
Path Parameters
The rating of the question. Must be "pg", "pg13" or "r". You can use this query multiple times to get different ratings.