list: API endpoint for returning a list of species.
retrieve: API endpoint for returning a particular species.

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

{
    "url": "https://api-beta.open5e.com/v2/species/toh_dwarf-heritage/?format=api",
    "key": "toh_dwarf-heritage",
    "is_subspecies": true,
    "document": {
        "name": "Tome of Heroes",
        "key": "toh",
        "display_name": "Tome of Heroes",
        "publisher": {
            "name": "Kobold Press",
            "key": "kobold-press",
            "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2014",
            "key": "5e-2014",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
        },
        "permalink": "https://koboldpress.com/kpstore/product/tome-of-heroes-for-5th-edition/"
    },
    "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.",
    "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_darakhul/?format=api"
}