Open Trivia Database · Example Payload

Open Trivia Question Example

TriviaGames And ComicsQuizOpen DataPublic APIsOpen Source

Open Trivia Question Example is an example object payload from Open Trivia Database, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typedifficultycategoryquestioncorrect_answerincorrect_answers

Example Payload

Raw ↑
{
  "type": "multiple",
  "difficulty": "medium",
  "category": "Science & Nature",
  "question": "What is the chemical symbol for gold?",
  "correct_answer": "Au",
  "incorrect_answers": [
    "Ag",
    "Go",
    "Gd"
  ]
}