v1

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

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"
}