Documentation Index Fetch the complete documentation index at: https://rocks.docs.rive.wtf/llms.txt
Use this file to discover all available pages before exploring further.
Every API key is tied to one IP . To apply for a key, DM southctrl on Discord.
Use the endpoint path below, replace the required params, and send Authorization: Bearer YOUR_API_KEY.
Quick Start
Call the endpoint
Send a request to the random question route.
Read the question
response returns a Would You Rather prompt you can show directly.
Use it in your app
Great for chat prompts, bots, and games.
This is one of the simplest endpoints in the API.
Get Random Question
Retrieve a random “Would You Rather” question.
Endpoint
Example Request
curl -X GET "https://rocks.rive.wtf/api/wouldyourather" \
-H "Authorization: Bearer YOUR_API_KEY"
Example Response
{
"id" : "l4hve5efmn2k" ,
"pack" : null ,
"question" : "Would you rather have super-human memory or teleportation?" ,
"rating" : "PG" ,
"translations" : {
"bn" : "আপনি কি বরং সুপার-হিউম্যান মেমরি বা টেলিপোর্টেশন পছন্দ করবেন?" ,
"de" : "Möchtest du lieber übermenschliches Gedächtnis oder Teleportation?" ,
"es" : "¿Prefieres la memoria sobrehumana o la teletransportación?" ,
"fr" : "Vous préférez la mémoire surhumaine ou la téléportation ?" ,
"hi" : "क्या आप सुपर-ह्यूमन मेमोरी या टेलीपोर्टेशन चाहेंगे?" ,
"tl" : "Mas gugustuhin mo ba ang super-human memory o teleportation?"
},
"type" : "WYR"
}
Response Fields
Unique identifier for the question
“Would You Rather” question text
Question pack/collection identifier (null if not part of a specific pack)
Content rating for the question (e.g., “PG”, “PG-13”)
Question type identifier (typically “WYR” for Would You Rather)
Translations of the question in multiple languages
bn - Bengali (বাংলা)
de - German (Deutsch)
es - Spanish (Español)
fr - French (Français)
hi - Hindi (हिन्दी)
tl - Tagalog
Perfect for Discord bots, icebreaker games, and conversation starters! Each request returns a different random question with multi-language support.
Questions are family-friendly with PG and PG-13 ratings. database contains hundreds of unique questions with translations in 6 languages.
Use Cases
Discord Bot Commands Add an engaging /wyr command to your bot
Icebreaker Games Start conversations in social settings
Team Building Use in corporate team-building activities
Content Creation Generate discussion topics for social media