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

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

{
    "url": "https://api-beta.open5e.com/v2/species/toh_shade/?format=api",
    "key": "toh_shade",
    "is_subspecies": false,
    "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": "Shade",
    "desc": "Your shade character has a number of traits that arise from being a shade as well as a few drawn from life.",
    "subspecies_of": null
}