---
title: "Get class detail"
method: GET
path: "/classes/{class_name}"
tags: ["classes"]
---

# Get class detail

`GET /classes/{class_name}`

<Note>
This endpoint is cached for <Badge intent="error" minimal>1 hour</Badge> in the <Badge intent="success" minimal>SHARED</Badge> cache source.   See [Caching](/welcome#caching). <Indent></Indent> This endpoint belongs to the <Badge intent="warning" minimal>SHARED</Badge> rate-limit bucket. See [Throttling and Rate Limits](/welcome#throttling-and-rate-limits).
</Note>

## Path parameters

- `class_name` 'archer' | 'warrior' | 'assassin' | 'mage' | 'shaman', required

## Response `200`

Class detail.

- ClassDetail
  - `id` string, required
  - `name` string, required
  - `lore` string, required
  - `overallDifficulty` integer, required
  - `overallMax` integer, required
  - `archetypes` object, required

## Other responses

- `400` — Invalid class tree identifier.
- `500` — Class metadata could not be loaded.

---

[API](https://skmtc.dev/wynncraft/apis/modules.md) · [All operations](https://skmtc.dev/wynncraft/apis/modules/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wynncraft/modules/revisions/6c6214729eae/schema)
