Skip to main content

Get Random Question

Retrieve a random “Would You Rather” question.

Endpoint

GET /api/wouldyourather

Example Request

curl -X GET "https://rocks.rive.wtf/api/wouldyourather" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response Example

{
  "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

id
string
Unique identifier for the question
question
string
The “Would You Rather” question text
pack
string | null
Question pack/collection identifier (null if not part of a specific pack)
rating
string
Content rating for the question (e.g., “PG”, “PG-13”)
type
string
Question type identifier (typically “WYR” for Would You Rather)
translations
object
Translations of the question in multiple languages
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. The 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