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

---

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