info
Returns all information about the challenges.
Returns all information about the challenges by the challenge name.
get/api/info/challenge/info
Query parameters
namestring required
Name of challenge
Headers
Authorizationstring required
Bearer
Response
OK
Example response
{
"category": "web",
"name": "Web Challenge",
"points": 50,
"solves": [
{
"id": 5,
"username": "fristonio"
}
],
"solvesNumber": 100,
"status": "deployed"
}