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

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

{
    "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"
}