Xtrempay Api Documentation
Authorization: Bearer ********************
curl --location --request GET 'https://mock.apidog.com/m1/918700-0-default/v1/trivia/sessions//result'
{
"timestamp": "2025-07-10T10:44:06.903903",
"status": 200,
"success": true,
"message": "Result retrieved",
"data": {
"score": 25,
"correctCount": 5,
"wrongCount": 10,
"timeUsed": "214:43",
"percentage": 33,
"questions": [
{
"number": 1,
"correct": true,
"question": "Which Nigerian singer is known for the hit song 'Essence'?",
"correctAnswer": "Wizkid"
},
{
"number": 2,
"correct": true,
"question": "What is the traditional Hausa dish made from groundnut paste?",
"correctAnswer": "Groundnut Soup"
},
{
"number": 3,
"correct": true,
"question": "Which Nigerian city replaced Lagos as the capital in 1991?",
"correctAnswer": "Abuja"
},
{
"number": 4,
"correct": true,
"question": "Which Nigerian football club is based in Enugu?",
"correctAnswer": "Enugu Rangers"
},
{
"number": 5,
"correct": true,
"question": "Which Nigerian artist is celebrated for her textile designs and adire techniques?",
"correctAnswer": "Nike Davies-Okundaye"
},
{
"number": 6,
"correct": false,
"question": "Which Nigerian footballer won the African Player of the Year award in 1993?",
"correctAnswer": "Rashidi Yekini"
},
{
"number": 7,
"correct": false,
"question": "Which Nigerian musician is known for the album 'Juju Music'?",
"correctAnswer": "King Sunny Ade"
},
{
"number": 8,
"correct": false,
"question": "Which Nigerian city is a hub for contemporary art galleries?",
"correctAnswer": "Lagos"
},
{
"number": 9,
"correct": false,
"question": "Which Nigerian artist is known for her work in ceramic sculptures?",
"correctAnswer": "Ngozi Ezema"
},
{
"number": 10,
"correct": false,
"question": "Which Nigerian artist is associated with the Oshogbo art movement?",
"correctAnswer": "Twins Seven Seven"
},
{
"number": 11,
"correct": false,
"question": "What is the traditional Hausa snack made from groundnuts?",
"correctAnswer": "Kuli-kuli"
},
{
"number": 12,
"correct": false,
"question": "Who was Nigeria's first civilian president?",
"correctAnswer": "Shehu Shagari"
},
{
"number": 13,
"correct": false,
"question": "What is the highest mountain in Nigeria?",
"correctAnswer": "Chappal Waddi"
},
{
"number": 14,
"correct": false,
"question": "What is the traditional attire of the Yoruba people called?",
"correctAnswer": "Agbada"
},
{
"number": 15,
"correct": false,
"question": "Which Nigerian athlete won the women's 100m hurdles at the 1996 Olympics?",
"correctAnswer": "Glory Alozie"
}
]
}
}