list: API endpoint for returning a list of damage types.
retrieve: API endpoint for returning a particular damage type.

GET /v2/damagetypes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 13,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "https://api.open5e.com/v2/damagetypes/acid/?format=api",
            "key": "acid",
            "name": "Acid",
            "desc": "The corrosive spray of a black dragon’s breath and the dissolving enzymes secreted by a black pudding deal acid damage.",
            "document": "https://api.open5e.com/v2/documents/srd/?format=api"
        },
        {
            "url": "https://api.open5e.com/v2/damagetypes/bludgeoning/?format=api",
            "key": "bludgeoning",
            "name": "Bludgeoning",
            "desc": "Blunt force attacks - hammers, falling, constriction, and the like - deal bludgeoning damage.",
            "document": "https://api.open5e.com/v2/documents/srd/?format=api"
        },
        {
            "url": "https://api.open5e.com/v2/damagetypes/cold/?format=api",
            "key": "cold",
            "name": "Cold",
            "desc": "The infernal chill radiating from an ice devil’s spear and the frigid blast of a white dragon’s breath deal cold damage.",
            "document": "https://api.open5e.com/v2/documents/srd/?format=api"
        },
        {
            "url": "https://api.open5e.com/v2/damagetypes/fire/?format=api",
            "key": "fire",
            "name": "Fire",
            "desc": "Red dragons breathe fire, and many spells conjure flames to deal fire damage.",
            "document": "https://api.open5e.com/v2/documents/srd/?format=api"
        },
        {
            "url": "https://api.open5e.com/v2/damagetypes/force/?format=api",
            "key": "force",
            "name": "Force",
            "desc": "Force is pure magical energy focused into a damaging form. Most effects that deal force damage are spells, including magic missile and spiritual weapon.",
            "document": "https://api.open5e.com/v2/documents/srd/?format=api"
        },
        {
            "url": "https://api.open5e.com/v2/damagetypes/lightning/?format=api",
            "key": "lightning",
            "name": "Lightning",
            "desc": "A *lightning bolt* spell and a blue dragon’s breath deal lightning damage.",
            "document": "https://api.open5e.com/v2/documents/srd/?format=api"
        },
        {
            "url": "https://api.open5e.com/v2/damagetypes/necrotic/?format=api",
            "key": "necrotic",
            "name": "Necrotic",
            "desc": "Necrotic damage, dealt by certain undead and a spell such as chill touch, withers matter and even the soul.",
            "document": "https://api.open5e.com/v2/documents/srd/?format=api"
        },
        {
            "url": "https://api.open5e.com/v2/damagetypes/piercing/?format=api",
            "key": "piercing",
            "name": "Piercing",
            "desc": "Puncturing and impaling attacks, including spears and monsters’ bites, deal piercing damage.",
            "document": "https://api.open5e.com/v2/documents/srd/?format=api"
        },
        {
            "url": "https://api.open5e.com/v2/damagetypes/poison/?format=api",
            "key": "poison",
            "name": "Poison",
            "desc": "Venomous stings and the toxic gas of a green dragon’s breath deal poison damage.",
            "document": "https://api.open5e.com/v2/documents/srd/?format=api"
        },
        {
            "url": "https://api.open5e.com/v2/damagetypes/psychic/?format=api",
            "key": "psychic",
            "name": "Psychic",
            "desc": "Mental abilities such as a mind flayer’s psionic blast deal psychic damage.",
            "document": "https://api.open5e.com/v2/documents/srd/?format=api"
        },
        {
            "url": "https://api.open5e.com/v2/damagetypes/radiant/?format=api",
            "key": "radiant",
            "name": "Radiant",
            "desc": "Radiant damage, dealt by a cleric’s *flame strike* spell or an angel’s smiting weapon, sears the flesh like fire and overloads the spirit with power.",
            "document": "https://api.open5e.com/v2/documents/srd/?format=api"
        },
        {
            "url": "https://api.open5e.com/v2/damagetypes/slashing/?format=api",
            "key": "slashing",
            "name": "Slashing",
            "desc": "Swords, axes, and monsters’ claws deal slashing damage.",
            "document": "https://api.open5e.com/v2/documents/srd/?format=api"
        },
        {
            "url": "https://api.open5e.com/v2/damagetypes/thunder/?format=api",
            "key": "thunder",
            "name": "Thunder",
            "desc": "A concussive burst of sound, such as the effect of the *thunderwave* spell, deals thunder damage.",
            "document": "https://api.open5e.com/v2/documents/srd/?format=api"
        }
    ]
}