action dnd5eapi_get_api_rule_sections_index { label: "Get a rule section by index." description: "Rule sections represent a sub-heading and text that can be found underneath a rule heading in the SRD." provider: dnd5eapi method: GET path: "/api/rule-sections/{index}" encoding: json output: { description: "`RuleSection`\n" type: "object" } }