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

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

{
    "url": "https://api-beta.open5e.com/v2/species/toh_bhain-kwai/?format=api",
    "key": "toh_bhain-kwai",
    "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 Constitution score increases by 2, and your Strength score increases by 1."
        },
        {
            "name": "Strong Back",
            "desc": "Your carrying capacity is your Strength score multiplied by 20, instead of by 15."
        },
        {
            "name": "Wetland Dweller",
            "desc": "You are adapted to your home terrain. Difficult terrain composed of mud or from wading through water up to waist deep doesn't cost you extra movement. You have a swimming speed of 25 feet."
        }
    ],
    "name": "Bhain Kwai",
    "desc": "You are a minotaur adapted to life in the bogs and wetlands of the world.",
    "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_minotaur/?format=api"
}