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

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

{
    "url": "https://api-beta.open5e.com/v2/races/elf-shadow-fey-heritage/?format=api",
    "key": "elf-shadow-fey-heritage",
    "is_subrace": true,
    "subraces": [],
    "traits": [
        {
            "name": "Ability Score Increase",
            "desc": "Your Dexterity score increases by 2."
        },
        {
            "name": "Supernatural Senses",
            "desc": "Your keen elven senses are honed even more by the power of undeath and the hunger within you. You can now smell when blood is in the air. You have proficiency in the Perception skill, and you have advantage on Wisdom (Perception) checks to notice or find a creature within 30 feet of you that doesn't have all of its hit points."
        }
    ],
    "name": "Elf/Shadow Fey Heritage",
    "desc": "Your darakhul character was an elf or shadow fey (see Midgard Heroes Handbook) before transforming into a darakhul. The deathly power coursing through you reminds you of the lithe beauty and magic of your former body. If you just use your imagination, the blood tastes like wine once did. The smell of rotting flesh has the bouquet of wildflowers. The moss beneath the surface feels like the leaves of the forest.",
    "document": "https://api-beta.open5e.com/v2/documents/toh/?format=api",
    "subrace_of": "https://api-beta.open5e.com/v2/races/darakhul/?format=api"
}