# Open Trivia Database – Multiple-Choice & Boolean Questions

> Open Trivia Database – Multiple-Choice & Boolean Questions is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns a configurable number of multiple-choice and boolean trivia questions with answers from the Open Trivia Database

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/opentdb-trivia
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/open-trivia-database-multiple-choice-boolean-questions-4386198f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_us9UDEbEVI3XYtth3vzBa

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability open-trivia-database-multiple-choice-boolean-questions-4386198f -d '<json body>'
```

Example prompt: Can you grab 10 trivia questions from the Open Trivia Database — mix of multiple choice and true/false — for a quiz game I'm putting together?

## When to prefer this

Use this endpoint when you need ready-made trivia questions with correct answers already provided, especially for building quiz games, trivia bots, or educational tools. Prefer this over generating your own questions when you want validated, pre-curated multiple-choice or boolean Q&A content without hallucination risk.

## Known failure modes

- Invalid or missing amount parameter may return empty results or an error
- Amount exceeding API limits (e.g. >50) may return fewer questions or an error
- Open Trivia Database upstream outage may cause request failure
- Non-integer value for amount parameter may return a bad request error

## How this service works

Multiple-choice/boolean trivia questions with answers from the Open Trivia Database. Param amount is the number of questions. Query: ?amount= Returns JSON.

## Output

A JSON array of trivia question objects, each containing the question text, question type (multiple or boolean), difficulty level, category, correct answer, and a list of incorrect answer choices sourced from Open Trivia Database.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/open-trivia-database-multiple-choice-boolean-questions-4386198f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
