action dnd5eapi_get_api_conditions_index { label: "Get a condition by index." description: "# Condition\n\nA condition alters a creature’s capabilities in a variety of ways and can \narise as a result of a spell, a class feature, a monster’s attack, or other \neffect. Most conditions, such as blinded, are impairments, but a few, such \nas invisible, can be advantageous.\n" provider: dnd5eapi method: GET path: "/api/conditions/{index}" encoding: json output: { description: "`Condition`\n" type: "object" } }