GET /api/damage-types/{index}

dnd5eapi.co

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

# Damage type Different attacks, damaging spells, and other harmful effects deal different types of damage. Damage types have no rules of their own, but other rules, such as damage resistance, rely on the types.

Parameters (1)

index (string, path, required)

The `index` of the damage type to get.

Constraints: {'enum': ['acid', 'bludgeoning', 'cold', 'fire', 'force', 'lightning', 'necrotic', 'piercing', 'poison', 'psychic', 'radiant', 'slashing', 'thunder']}

No probe data for this endpoint yet.