GET /api/ability-scores/{index}
Summary: Get an ability score by index.
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
# Ability Score Represents one of the six abilities that describes a creature's physical and mental characteristics. The three main rolls of the game - the ability check, the saving throw, and the attack roll - rely on the ability scores. [[SRD p76](https://media.wizards.com/2016/downloads/DND/SRD-OGL_V5.1.pdf#page=76)]
Parameters (1)
index
(string, path, required)
The `index` of the ability score to get.
Constraints: {'enum': ['cha', 'con', 'dex', 'int', 'str', 'wis']}
No probe data for this endpoint yet.