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

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

{
    "url": "https://api.open5e.com/v2/sizes/large/?format=api",
    "key": "large",
    "distance_unit": "feet",
    "name": "Large",
    "rank": 4,
    "space_diameter": 10.0,
    "suggested_hit_dice": "d10",
    "document": "https://api.open5e.com/v2/documents/srd/?format=api"
}