Code:
{
"response_code": 0,
"results": [
{
"category": "Entertainment: Video Games",
"type": "multiple",
"difficulty": "easy",
"question": "Which company did Gabe Newell work at before founding Valve Corporation?",
"correct_answer": "Microsoft",
"incorrect_answers": [
"Apple",
"Google",
"Yahoo"
]
},
{
"category": "Science: Computers",
"type": "multiple",
"difficulty": "easy",
"question": "According to the International System of Units, how many bytes are in a kilobyte of RAM?",
"correct_answer": "1000",
"incorrect_answers": [
"512",
"1024",
"500"
]
},
{
"category": "Entertainment: Books",
"type": "multiple",
"difficulty": "medium",
"question": "Who wrote the children's story "The Little Match Girl"?",
"correct_answer": "Hans Christian Andersen",
"incorrect_answers": [
"Charles Dickens",
"Lewis Carroll",
"Oscar Wilde"
]
},
{
"category": "Entertainment: Video Games",
"type": "multiple",
"difficulty": "hard",
"question": "In the Animal Crossing series, which flower is erroneously called the "Jacob's Ladder"?",
"correct_answer": "Lily of the Valley",
"incorrect_answers": [
"Hydrangea",
"Harebell",
"Yarrow"
]
},
{
"category": "Politics",
"type": "multiple",
"difficulty": "hard",
"question": "Which letter do you need to have on a European driver license in order to ride any motorbikes?",
"correct_answer": "A",
"incorrect_answers": [
"X",
"D",
"B"
]
},
{
"category": "Entertainment: Video Games",
"type": "boolean",
"difficulty": "medium",
"question": "TF2: The Medic will be credited for an assist if he heals a Spy that successfully saps a building.",
"correct_answer": "True",
"incorrect_answers": [
"False"
]
},
{
"category": "Geography",
"type": "multiple",
"difficulty": "medium",
"question": "What is the capital of Estonia?",
"correct_answer": "Tallinn",
"incorrect_answers": [
"Helsinki",
"Tartu",
"Riga"
]
},
{
"category": "Entertainment: Music",
"type": "multiple",
"difficulty": "easy",
"question": "Which former boy-band star released hit solo single "Angels" in 1997?",
"correct_answer": "Robbie Williams",
"incorrect_answers": [
"Justin Timberlake",
"Harry Styles",
"Gary Barlow"
]
},
{
"category": "Sports",
"type": "multiple",
"difficulty": "medium",
"question": "What year was hockey legend Wayne Gretzky born?",
"correct_answer": "1961",
"incorrect_answers": [
"1965",
"1959",
"1963"
]
},
{
"category": "Geography",
"type": "multiple",
"difficulty": "hard",
"question": "What national museum will you find in Cooperstown, New York?",
"correct_answer": "National Baseball Hall of Fame",
"incorrect_answers": [
"Metropolitan Museum of Art",
"National Toy Hall of Fame",
"Museum of Modern Art"
]
}
]
}