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

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

{
    "url": "https://api-beta.open5e.com/v2/species/srd_hill-dwarf/?format=api",
    "key": "srd_hill-dwarf",
    "is_subspecies": true,
    "document": {
        "name": "System Reference Document 5.1",
        "key": "srd-2014",
        "display_name": "5e 2014 Rules",
        "publisher": {
            "name": "Wizards of the Coast",
            "key": "wizards-of-the-coast",
            "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2014",
            "key": "5e-2014",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
        },
        "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
    },
    "traits": [
        {
            "name": "Ability Score Increase",
            "desc": "Your Wisdom score increases by 1."
        },
        {
            "name": "Dwarven Toughness",
            "desc": "Your hit point maximum increases by 1, and it increases by 1 every time you gain a level."
        }
    ],
    "name": "Hill Dwarf",
    "desc": "As a hill dwarf, you have keen senses, deep intuition, and remarkable resilience.",
    "subspecies_of": "https://api-beta.open5e.com/v2/species/srd_dwarf/?format=api"
}