Skip to main content

TRIVIO API + MCP

Trivia content, ready for your product or agent.

Build games, learning tools, events, and agents with playable trivia feeds, server-scored MCP quizzes, or complete licensed question packs on Pro.

Free tier includes 1,000 questions each month. No card required.

GET /api/v2/questions
{
  "questions": [{
    "id": "...",
    "text": "Which planet is known as the Red Planet?",
    "options": [
      { "id": "opt_1", "text": "Mars" },
      { "id": "opt_2", "text": "Venus" }
    ],
    "category": "Science & Nature",
    "type": "multiple_choice"
  }],
  "count": 1
}

CHOOSE YOUR PATH

Use the catalog without exposing more than your product needs.

Start with an answer-free feed or server scoring. Upgrade only when your product genuinely needs licensed answer data.

REST APIFree

Answer-free questions

Fetch randomized, filterable questions and choices for your own server-hosted experience.

Learn how it works
QUIZ SESSIONSFree

Let Trivio score the game

Receive one question at a time, submit option IDs, and reveal answers only after play.

Learn how it works
MCP + OAUTHFree

Connect ChatGPT and agents

Use account linking and server-scored tools without copying an API key into a conversation.

Learn how it works
CONTENT APIPro

License complete question data

Receive questions, decoys, and the correct option ID for commercial products on API Pro.

Learn how it works

GET STARTED

From account to first question in minutes.

Create a Trivio account

Use your regular Trivio account to manage API access.

Create an API key

Name an integration and copy the key once from your dashboard.

Request questions

Pass the key in a Bearer header and use the answer-free payload.

PRICING

Start free. Scale when the product proves itself.

Every key is scoped to your Trivio account. Usage resets monthly and is visible in the developer dashboard.

FREE

$0

No card required

  • 1,000 questions / month
  • Up to 50 questions / request
  • Categories endpoint
Create a key

PRO

100k

questions / month · price shown before checkout

  • 100,000 questions / month
  • Questions, decoys & correct option IDs
  • Commercial product use
View Pro access

Keys you control

Create named keys, revoke them instantly, and only ever see the secret at creation time.

Clear limits

Quota headers report your monthly limit, remaining allowance, and current plan on every question request.

Ready for agents

Connect ChatGPT through OAuth and let Trivio host, resume, and score filtered quizzes without exposing answer keys.