{"response_code":0,"results":[{"category":"Animals","type":"boolean","difficulty":"easy","question":"The Killer Whale is considered a type of dolphin.","correct_answer":"True","incorrect_answers":["False"]}]}
If you don't want to use extension then to get incorrect answers you need to use select list item with index block, as this api returns incorrect answers as a list of 3 options you need to call them by selecting list items with index 1, 2 and 3.