GET /api/conditions/{index}

dnd5eapi.co

Summary: Get a condition by index.
Operation ID:
Auth: unknown
Description

# Condition A condition alters a creature’s capabilities in a variety of ways and can arise as a result of a spell, a class feature, a monster’s attack, or other effect. Most conditions, such as blinded, are impairments, but a few, such as invisible, can be advantageous.

Parameters (1)

index (string, path, required)

The `index` of the condition to get.

Constraints: {'enum': ['blinded', 'charmed', 'deafened', 'exhaustion', 'frightened', 'grappled', 'incapacitated', 'invisible', 'paralyzed', 'petrified', 'poisoned', 'prone', 'restrained', 'stunned', 'unconscious']}

No probe data for this endpoint yet.