---
title: "GET /admin/season-stats"
method: GET
path: "/admin/season-stats"
tags: ["Service"]
---

# GET /admin/season-stats

`GET /admin/season-stats`

## Query parameters

- `season_id` string

## Response `200`

A successful response.

- ApiAdminSeasonStatsOutput
  - `stats` OutputStat[]
    - `challenges_solved` string
    - `mail` string
    - `name` string
    - `rank` string
    - `score` string
    - `team_name` string

## Other responses

- `403` — Returned when the user does not have permission to access the resource.
- `404` — Returned when the resource does not exist.
- `default` — An unexpected error response

---

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