-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample-api.json
65 lines (65 loc) · 1.79 KB
/
example-api.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"response_code": 0,
"results": [
{
"category": "Animals",
"type": "multiple",
"difficulty": "hard",
"question": "What is the scientific name of the cheetah?",
"correct_answer": "Acinonyx jubatus",
"incorrect_answers": [
"Panthera onca",
"Lynx rufus",
"Felis catus"
]
},
{
"category": "Geography",
"type": "multiple",
"difficulty": "medium",
"question": "What's the first National Park designated in the United States?",
"correct_answer": "Yellowstone",
"incorrect_answers": [
"Sequoia ",
"Yosemite",
"Rocky Mountain"
]
},
{
"category": "Entertainment: Video Games",
"type": "multiple",
"difficulty": "medium",
"question": "How many unique items does "Borderlands 2" claim to have?",
"correct_answer": "87 Bazillion ",
"incorrect_answers": [
"87 Million",
"87 Trillion",
"87 Gazillion "
]
},
{
"category": "Geography",
"type": "multiple",
"difficulty": "medium",
"question": "In which English county is the city of Portsmouth?",
"correct_answer": "Hampshire",
"incorrect_answers": [
"Oxfordshire",
"Buckinghamshire",
"Surrey"
]
},
{
"category": "Entertainment: Video Games",
"type": "multiple",
"difficulty": "easy",
"question": "Which character was introduced to the Super Smash Bros franchise in Super Smash Bros Melee?",
"correct_answer": "Sheik",
"incorrect_answers": [
"Samus",
"Lucas",
"Mega Man"
]
}
]
}