list: API endpoint for returning a list of races. retrieve: API endpoint for returning a particular race.

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

{
    "url": "https://api-beta.open5e.com/v2/races/dwarf-heritage/?format=api",
    "key": "dwarf-heritage",
    "is_subrace": true,
    "subraces": [],
    "traits": [
        {
            "name": "Ability Score Increase",
            "desc": "Your Wisdon score increases by 2."
        },
        {
            "name": "Dwarven Stoutness",
            "desc": "Your hit point maximum increases by 1, and it increases by 1 every time you gain a level."
        }
    ],
    "name": "Dwarf Heritage",
    "desc": "Your darakhul character was a dwarf before transforming into a darakhul. The hum of the earth, the tranquility of the stone and the dust, drained from you as the darakhul fever overwhelmed your once-resilient body. The stone is still there, but its touch has gone from a welcome embrace to a cold grip of death. But it's all the same to you now.",
    "document": "https://api-beta.open5e.com/v2/documents/toh/?format=api",
    "subrace_of": "https://api-beta.open5e.com/v2/races/darakhul/?format=api"
}