Yes, and it will probably look something like their example request (https://opentdb.com/api.php?amount=10).
This returned this for me (I made it pretty):
{
"response_code":0,
"results":[
{
"category":"Science & Nature",
"type":"multiple",
"difficulty":"hard",
"question":"How many objects are equivalent to one mole?",
"correct_answer":"6.022 x 10^23",
"incorrect_answers":[
"6.002 x 10^22",
"6.022 x 10^22",
"6.002 x 10^23"
]
},
{
"category":"Entertainment: Books",
"type":"multiple",
"difficulty":"hard",
"question":"What is Hermione Granger's middle name?",
"correct_answer":"Jean",
"incorrect_answers":[
"Jane",
"Emma",
"Jo"
]
},
{
"category":"History",
"type":"multiple",
"difficulty":"medium",
"question":"What year did the Battle of Agincourt take place?",
"correct_answer":"1415",
"incorrect_answers":[
"1463",
"1401",
"1422"
]
},
{
"category":"Mythology",
"type":"boolean",
"difficulty":"medium",
"question":"According to Norse mythology, Loki is a mother.",
"correct_answer":"True",
"incorrect_answers":[
"False"
]
},
{
"category":"Entertainment: Video Games",
"type":"multiple",
"difficulty":"easy",
"question":"When was Minecraft first released to the public?",
"correct_answer":"May 17th, 2009",
"incorrect_answers":[
"September 17th, 2009",
"November 18th, 2011",
"October 7th, 2011"
]
},
{
"category":"Entertainment: Film",
"type":"multiple",
"difficulty":"hard",
"question":"In what Disney movie can you spot the character "Pac-Man" in if you look closely enough in some scenes?",
"correct_answer":"Tron",
"incorrect_answers":[
"Big Hero 6",
"Fantasia",
"Monsters, Inc."
]
},
{
"category":"Entertainment: Music",
"type":"multiple",
"difficulty":"easy",
"question":"What album did The Lumineers release in 2016?",
"correct_answer":"Cleopatra",
"incorrect_answers":[
"Winter",
"The Lumineers",
"Tracks From The Attic"
]
},
{
"category":"Entertainment: Television",
"type":"multiple",
"difficulty":"hard",
"question":"What was the callsign of Commander William Adama in Battlestar Galactica (2004)?",
"correct_answer":"Husker",
"incorrect_answers":[
"Starbuck",
"Apollo",
"Crashdown"
]
},
{
"category":"Sports",
"type":"multiple",
"difficulty":"medium",
"question":"Why was The Green Monster at Fenway Park was originally built?",
"correct_answer":"To prevent viewing games from outside the park.",
"incorrect_answers":[
"To make getting home runs harder.",
"To display advertisements.",
"To provide extra seating."
]
},
{
"category":"Entertainment: Film",
"type":"multiple",
"difficulty":"medium",
"question":"Who performed the opening theme song for the James Bond 007 movie "Goldfinger"?",
"correct_answer":"Shirley Basey",
"incorrect_answers":[
"Tom Jones",
"John Barry",
"Sheena Easton"
]
}
]
}