action dnd5eapi_get_api_subraces_index { label: "Get a subrace by index." description: "Subraces reflect the different varieties of a certain parent race." provider: dnd5eapi method: GET path: "/api/subraces/{index}" encoding: json output: { description: "`Subrace`\n" type: "object" } }