Random Trivia, Quotes & Jokes
A new quote, joke, piece of advice, activity idea and cat fact on every shuffle, plus a real
trivia question and a card flip — the same data behind GET /api/v1/games/trivia,
the misc quote/joke/advice/activity/cat-fact endpoints, and the Deck of Cards API.
Trivia question
Flip a card
Frequently asked questions
Is this really random each time?
Yes — quotes, jokes, advice and activities are pulled fresh every time, never reused, so every shuffle is genuinely random.
Can I filter trivia by category or difficulty?
Yes — GET /api/v1/games/trivia?category=&difficulty=&type= supports dozens of categories, three difficulty levels and multiple-choice or true/false questions.
How does the card flip work?
Each flip shuffles a brand new deck and draws one card via GET /api/v1/games/cards/new-deck and GET /api/v1/games/cards/{deckId}/draw — build a full card game by keeping the deckId between draws instead.