---
title: "Get available levels"
method: GET
path: "/api/levels"
---

# Get available levels

`GET /api/levels`

## Response `200`

A list of available levels with Elo ratings and descriptions

- Level[]
  - `name` string — The level's name, e.g., "Beginner", "Intermediate"
  - `elo` integer — The Elo rating associated with this level
  - `description` string — A brief description of the level

---

[API](https://skmtc.net/atomic14/apis/chess-assistant-api.md) · [All operations](https://skmtc.net/atomic14/apis/chess-assistant-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atomic14/chess-assistant-api/versions/8ab254be01c9/schema)
