---
title: "Returns information about all challenges with and without filters."
method: GET
path: "/api/info/challenges"
tags: ["info"]
---

# Returns information about all challenges with and without filters.

`GET /api/info/challenges`

Returns information about all the challenges present in the database with and without filters.

## Query parameters

- `filter` string
- `value` string

## Headers

- `Authorization` string, required

## Response `200`

OK

- ApiChallengeInfoResp
  - `category` string
  - `createdAt` string
  - `description` string
  - `hints` string
  - `id` integer
  - `name` string
  - `points` integer
  - `ports` integer[]
  - `solves` ApiUserSolveResp[]
    - `id` integer
    - `solvedAt` string
    - `username` string
  - `solvesNumber` integer
  - `status` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

## Changes

> 2 revisions in range; 1 could not be searched.

- **2021-03-02** `00c7dd549484` — 3 warning, 3 info
  - deleted the `header` request parameter `Authorization`
  - deleted the `query` request parameter `filter`
  - deleted the `query` request parameter `value`
  - added the non-success response with the status `402`
  - …2 more

[Change history](https://skmtc.dev/sdslabs/apis/beast-api/changes/api/info/challenges/get.md)

---

[API](https://skmtc.dev/sdslabs/apis/beast-api.md) · [All operations](https://skmtc.dev/sdslabs/apis/beast-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sdslabs/beast-api/revisions/7d8933ea23d5/schema)
