API Docs
Documentation for the Truth or Dare API.
The base API URL for all endpoints is https://api.truthordarebot.xyz/v1/
The global rate limit for all API requests is 5/5s
Get Truth
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
rating
string
The rating of the question. Must be "pg", "pg13" or "r". You can use this query multiple times to get different ratings.
Get Dare
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
rating
string
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
rating
string
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
rating
string
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
rating
string
The rating of the question. Must be "pg", "pg13" or "r". You can use this query multiple times to get different ratings.
Last updated