info
Returns information about all challenges with and without filters.
Returns information about all the challenges present in the database with and without filters.
get/api/info/challenges
Query parameters
filterstring
Filter parameter by which challenges are filtered
valuestring
Value of filtered parameter
Headers
Authorizationstring required
Bearer
Response
OK
Example response
{
"category": "web",
"name": "Web Challenge",
"points": 50,
"solves": [
{
"id": 5,
"username": "fristonio"
}
],
"solvesNumber": 100,
"status": "deployed"
}