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

## Changes

- **2023-05-05** `7ecbc70f0627` — 1 info
  - endpoint added
- **2023-04-16** `9010552b8c66` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/atomic14/apis/chess-assistant-api/changes/api/levels/get.md)

---

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