action dnd5eapi_get_api_proficiencies_index { label: "Get a proficiency by index." description: "# Proficiency \n\nBy virtue of race, class, and background a character is proficient at using certain skills, weapons, and equipment. Characters can also gain additional proficiencies at higher levels or by multiclassing. A characters starting proficiencies are determined during character creation.\n" provider: dnd5eapi method: GET path: "/api/proficiencies/{index}" encoding: json output: { description: "`Proficiency`\n" type: "object" } }