action dnd5eapi_get_api_features_index { label: "Get a feature by index." description: "# Feature \n\nWhen you gain a new level in a class, you get its features for that level. \nYou don’t, however, receive the class’s starting Equipment, and a few \nfeatures have additional rules when you’re multiclassing: Channel Divinity, \nExtra Attack, Unarmored Defense, and Spellcasting.\n" provider: dnd5eapi method: GET path: "/api/features/{index}" encoding: json output: { description: "`Feature`\n" type: "object" } }