Integrate BrainPickle trivia into your platform. All endpoints are free and require no API key unless noted.
Add a /trivia slash command to any Slack workspace. Your team gets a daily trivia question with interactive buttons.
/triviahttps://brainpickle.app/api/slack/command
https://brainpickle.app/api/slack/interact
SLACK_SIGNING_SECRET and SLACK_BOT_TOKEN in your environment.Type /trivia in any channel. The bot posts a question with answer buttons. Results appear inline after answering.
“Alexa, open Brain Pickle” — play trivia hands-free. The skill asks 5 questions per session and tracks your score.
https://brainpickle.app/api/alexa
AnswerIntent (with slots A, B, C, D), plus the built-in Help, Stop, and Cancel intents."the answer is {letter}", "{letter}", "I think it's {letter}"ALEXA_SKILL_ID in your environment for request verification.Replace your new tab page with a daily trivia question from BrainPickle. Fetches one question per day and caches it locally.
The extension is pending Chrome Web Store review. In the meantime, you can load it manually:
extension/ folder from the BrainPickle repository.chrome://extensions, enable Developer Mode, and click Load unpacked.extension/ folder. Every new tab now shows a BrainPickle question.Embed a trivia question on any webpage with a single script tag or iframe. Supports daily and topic-specific quizzes with light/dark themes.
<script src="https://brainpickle.app/widget.js" data-type="daily" data-theme="light"></script>
For a visual customizer with live preview and copy-paste code, visit the Embed Builder
| Attribute | Values | Default |
|---|---|---|
data-type | daily, topic | daily |
data-topic | Quiz slug (e.g. a/space) | — |
data-theme | light, dark | light |
These read-only endpoints are available without authentication. CORS is enabled for /api/daily.
| Endpoint | Description |
|---|---|
GET /api/daily | Today's daily challenge (10 questions) |
GET /api/pin/[topic] | Pinterest-optimized image (1000×1500) |
GET /api/pdf/[topic] | Printable PDF quiz |
GET /api/share-card | OG share image generator |