GET /api/classes/{index}

dnd5eapi.co

Summary: Get a class by index.
Operation ID:
Auth: unknown
Description

# Class A character class is a fundamental part of the identity and nature of characters in the Dungeons & Dragons role-playing game. A character's capabilities, strengths, and weaknesses are largely defined by its class. A character's class affects a character's available skills and abilities. [[SRD p8-55](https://media.wizards.com/2016/downloads/DND/SRD-OGL_V5.1.pdf#page=8)]

Parameters (1)

index (string, path, required)

The `index` of the class to get.

Constraints: {'enum': ['barbarian', 'bard', 'cleric', 'druid', 'fighter', 'monk', 'paladin', 'ranger', 'rogue', 'sorcerer', 'warlock', 'wizard']}

No probe data for this endpoint yet.