v1

latestSwagger 2.0Apache 2.02026-07-17311564.3 KB
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

categorystring
createdAtstring
descriptionstring
hintsstring
idinteger
namestring
pointsinteger
portsinteger[]
solvesNumberinteger
statusstring

Example response

{
  "category": "web",
  "name": "Web Challenge",
  "points": 50,
  "solves": [
    {
      "id": 5,
      "username": "fristonio"
    }
  ],
  "solvesNumber": 100,
  "status": "deployed"
}