---
title: "Get a spell's details"
method: GET
path: "/spells/{id}"
tags: ["Game Data"]
---

# Get a spell's details

`GET /spells/{id}`

Returns full spell details with translated name, damages, and icon. Includes `class_id` pointing to the parent class.

## Path parameters

- `id` string, required

## Query parameters

- `locale` string

## Response `200`

Spell details

## Other responses

- `404` — Spell not found

---

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