GET api/skills/{index}
Summary: Get a skill by index.
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
# Skill Each ability covers a broad range of capabilities, including skills that a character or a monster can be proficient in. A skill represents a specific aspect of an ability score, and an individual's proficiency in a skill demonstrates a focus on that aspect. [[SRD p77](https://media.wizards.com/2016/downloads/DND/SRD-OGL_V5.1.pdf#page=77)]
Parameters (1)
index
(string, path, required)
The `index` of the skill to get.
Constraints: {'enum': ['acrobatics', 'animal-handling', 'arcana', 'athletics', 'deception', 'history', 'insight', 'intimidation', 'investigation', 'medicine', 'nature', 'perception', 'performance', 'persuasion', 'religion', 'sleight-of-hand', 'stealth', 'survival']}
No probe data for this endpoint yet.