---
title: "List all classes"
method: GET
path: "/classes"
tags: ["Game Data"]
---

# List all classes

`GET /classes`

Returns all character classes with translated names, descriptions, and stats. Spells granted by a class are exposed under `spell_unlocks` as a map of class level → list of spell IDs unlocked at that level (level 1 = starting spells).

## Query parameters

- `locale` string
- `search` string

## Response `200`

Class list

---

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