action dnd5eapi_get_api_ability_scores_index { label: "Get an ability score by index." description: "# Ability Score\n\nRepresents 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)]\n" provider: dnd5eapi method: GET path: "/api/ability-scores/{index}" encoding: json output: { description: "`AbilityScore`\n" type: "object" } }