action dnd5eapi_get_api_races_index { label: "Get a race by index." description: "Each race grants your character ability and skill bonuses as well as racial traits." provider: dnd5eapi method: GET path: "/api/races/{index}" encoding: json output: { description: "`Race`\n" type: "object" } }