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

# Get a class's details

`GET /classes/{id}`

Returns full class details with translated name, description, and lore. See `/classes` for the `spell_unlocks` shape.

## Path parameters

- `id` string, required

## Query parameters

- `locale` string

## Response `200`

Class details

## Other responses

- `404` — Class 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)
