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

GET /v2/species/toh_drow-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_drow-heritage/?format=api",
    "key": "toh_drow-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 Intelligence score increases by 2."
        },
        {
            "name": "Poison Bite",
            "desc": "When you hit with your bite attack, you can release venom into your foe. If you do, your bite deals an extra 1d6 poison damage. The damage increases to 3d6 at 11th level. After you release this venom into a creature, you can't do so again until you finish a short or long rest."
        }
    ],
    "name": "Drow Heritage",
    "desc": "Your darakhul character was a drow before transforming into a darakhul. Your place within the highly regimented drow society doesn't feel that much different from your new place in the darakhul empires. But an uncertainty buzzes in your mind, and a hunger gnaws at your gut. You are now what you once hated and feared. Does it feel right, or is it something you fight against?",
    "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_darakhul/?format=api"
}