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

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

{
    "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api",
    "key": "piercing",
    "descriptions": [
        {
            "desc": "Puncturing and impaling attacks, including spears and monsters’ bites, deal piercing damage.",
            "document": "srd-2014",
            "gamesystem": "5e-2014"
        },
        {
            "desc": "Fangs, puncturing objects",
            "document": "srd-2024",
            "gamesystem": "5e-2024"
        }
    ],
    "name": "Piercing",
    "document": "https://api-beta.open5e.com/v2/documents/core/?format=api"
}