---
title: "List spells for a class"
method: GET
path: "/spells"
tags: ["Game Data"]
---

# List spells for a class

`GET /spells`

Returns spells granted by the given class with translated names, icons, and damage info — including spells unlocked by level, the passive-slot spell, and the auto-attack spell. The `class` query parameter is required. Each spell carries a `class_id` pointing to the class that grants it (derived from `spell_unlocks`, `passive`, and `auto_attack`).

## Query parameters

- `locale` string
- `class` string, required
- `search` string

## Response `200`

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