action dnd5eapi_get_api_classes_index { label: "Get a class by index." description: "# Class\n\nA character class is a fundamental part of the identity and nature of\ncharacters in the Dungeons & Dragons role-playing game. A character's\ncapabilities, strengths, and weaknesses are largely defined by its class.\nA 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)]\n" provider: dnd5eapi method: GET path: "/api/classes/{index}" encoding: json output: { description: "`Class`\n" type: "object" } }