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

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

{
    "count": 63,
    "next": "https://api-beta.open5e.com/v2/species/?format=api&ordering=-subspecies_of&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_morel/?format=api",
            "key": "toh_morel",
            "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 Dexterity score increases by 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Adaptable Camouflage",
                    "desc": "If you spend at least 1 minute in an environment with ample naturally occurring plants or fungi, such as a grassland, a forest, or an underground fungal cavern, you can adjust your natural coloration to blend in with the local plant life. If you do so, you have advantage on Dexterity (Stealth) checks for the next 24 hours while in that environment.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Clan Scout",
                    "desc": "You have proficiency in the Stealth skill.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Morel",
            "desc": "Your specialty for your clan was acting as a scout and a wayfinder. Your abilities to avoid problems and locate new sources of food for your clan was instrumental in their survival, and your interactions with other clans helped keep your people alive and well.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_mushroomfolk/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_favored/?format=api",
            "key": "toh_favored",
            "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 Charisma score increases by 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Blessed Help",
                    "desc": "Your intuition and connection to your allies allows you to assist and protect them. You know the spare the dying cantrip. When you reach 3rd level, you can cast the bless spell once with this trait and regain the ability to do so when you finish a long rest. Charisma is your spellcasting ability for these spells.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Clan Leader",
                    "desc": "You have proficiency in the Persuasion skill.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Restful Spores",
                    "desc": "If you or any friendly creatures within 30 feet of you regain hit points at the end of a short rest by spending one or more Hit Dice, each of those creatures regains additional hit points equal to your proficiency bonus. Once a creature benefits from your restful spores, it can't do so again until it finishes a long rest.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Favored",
            "desc": "A few special mushroomfolk grow to become shamans, generals, and other types of leaders. Your spores invite cooperation, peace, and healing among your allies. Others look to you for guidance and succor in the harsh underground environs.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_mushroomfolk/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_acid-cap/?format=api",
            "key": "toh_acid-cap",
            "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 Strength score increases by 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Acid Cap Resistance",
                    "desc": "You have resistance to acid damage.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Acid Spores",
                    "desc": "When you are hit by a melee weapon attack within 5 feet of you, you can use your reaction to emit acidic spores. If you do, the attacker takes acid damage equal to half your level (rounded up). You can use your acid spores a number of times equal to your Constitution modifier (a minimum of once). You regain any expended uses when you finish a long rest.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Clan Athlete",
                    "desc": "You have proficiency in the Athletics skill.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Acid Cap",
            "desc": "You were one of the warriors and guardians of your clan, using your strength and acid spores to protect your clanmates and your territory.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_mushroomfolk/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_boghaid/?format=api",
            "key": "toh_boghaid",
            "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 Wisdom score increases by 2, and your Constitution score increases by 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Highlander",
                    "desc": "You are adapted to life at high altitudes, and you suffer no ill effects or penalties from elevations above 8,000 feet.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Storied Culture",
                    "desc": "You have proficiency in the Performance skill, and you gain proficiency with one of the following musical instruments: bagpipes, drum, horn, or shawm.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Wooly",
                    "desc": "Your thick, wooly coat of hair keeps you warm, allowing you to function in cold weather without special clothing or gear. You have advantage on saving throws against spells and other effects that deal cold damage.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Boghaid",
            "desc": "You are a minotaur adapted to life in cold climates and high altitudes.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_minotaur/?format=api"
        },
        {
            "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.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Strong Back",
                    "desc": "Your carrying capacity is your Strength score multiplied by 20, instead of by 15.",
                    "type": null,
                    "order": null
                },
                {
                    "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.",
                    "type": null,
                    "order": null
                }
            ],
            "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"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_kobold-chassis/?format=api",
            "key": "toh_kobold-chassis",
            "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 Dexterity score increases by 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Clutch Aide",
                    "desc": "Kobolds spend their lives alongside their clutchmates, both those hatched around the same time as them and those they choose later in life, and you retain much of this group-oriented intuition. You can take the Help action as a bonus action.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Resourceful",
                    "desc": "If you have at least one set of tools, you can cobble together one set of makeshift tools of a different type with 1 minute of work. For example, if you have cook's utensils, you can use them to create a temporary set of thieves' tools. The makeshift tools last for 10 minutes then collapse into their component parts, returning your tools to their normal forms. While the makeshift tools exist, you can't use the set of tools you used to create the makeshift tools. At the GM's discretion, you might not be able to replicate some tools, such as an alchemist's alembic or a disguise kit's cosmetics. A creature other than you that uses the makeshift tools has disadvantage on the check.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Kobold Chassis",
            "desc": "Kobolds are naturally curious tinkerers, constantly modifying their devices and tools. As such, kobolds, in spite of what many dwarf or gnome engineers might say, were the second race to master the nuances of gearforged creation after studying human gearforged. However, most of these early kobold gearforged no longer exist, as the more draconic forms (homages to the kobolds' draconic masters) proved too alien to the kobold soul gems to maintain stable, long-term connections with the bodies. Kobold engineers have since resolved that problem, and kobold gearforged can be found among many kobold communities, aiding its members and tinkering right alongside their scale-and-blood brethren.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_gearforged/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_human-chassis/?format=api",
            "key": "toh_human-chassis",
            "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": "One ability score of your choice increases by 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Adaptable Acumen",
                    "desc": "You gain proficiency in two skills or tools of your choice. Choose one of those skills or tools or another skill or tool proficiency you have. Your proficiency bonus is doubled for any ability check you make that uses the chosen skill or tool.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Inspired Ingenuity",
                    "desc": "When you roll a 9 or lower on the d20 for an ability check, you can use a reaction to change the roll to a 10. You can't use this trait again until you finish a short or long rest.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Human Chassis",
            "desc": "As humans invented the first gearforged, it should be no surprise that the human chassis remains the one that is most frequently encountered. However, it would be a mistake to assume that simply because the original chassis is more commonplace that there is anything common about them. While dwarves, gnomes, and kobolds have made clever additions and changes to the base model, the human chassis remains extremely versatile and is battle-proven.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_gearforged/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_gnome-chassis/?format=api",
            "key": "toh_gnome-chassis",
            "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 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Mental Fortitude",
                    "desc": "When creating their first gearforged, gnome engineers put their efforts toward ensuring that the gnomish mind remained a mental fortress, though they were unable to fully replicate the gnomish mind's resilience once transferred to a soul gem. Choose Intelligence, Wisdom, or Charisma. You have advantage on saving throws made with that ability score against magic.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Quick Fix",
                    "desc": "When you are below half your hit point maximum, you can use a bonus action to apply a quick patch up to your damaged body. You gain temporary hit points equal to your proficiency bonus. You can't use this trait again until you finish a short or long rest.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Gnome Chassis",
            "desc": "Crafted for both exceptional functionality and aesthetic beauty, a gnome chassis' skin is clearly metallic but is meticulously colored to closely match gnomish skin tones, except at the joints, where gears and darker steel pistons are visible. Gnome chassis are almost always bald, with elaborate artistic patterns painted or etched on the face and skull in lieu of hair. Their eyes are vivid and lifelike, as is the chassis' gnomish face, which has a sculpted metal nose and articulated mouth and jaw. The gnome artisans who pioneered the first gearforged chassis saw it as an opportunity to not merely build a better body but to make it a work of art.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_gearforged/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_dwarf-chassis/?format=api",
            "key": "toh_dwarf-chassis",
            "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 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Always Armed",
                    "desc": "Every dwarf knows that it's better to leave home without pants than without your weapon. Choose a weapon with which you are proficient and that doesn't have the two-handed property. You can integrate this weapon into one of your arms. While the weapon is integrated, you can't be disarmed of it by any means, though you can use an action to remove the weapon. You can draw or sheathe the weapon as normal, the weapon folding into or springing from your arm instead of a sheath. While the integrated weapon is drawn in this way, it is considered held in that arm's hand, which can't be used for other actions such as casting spells. You can integrate a new weapon or replace an integrated weapon as part of a short or long rest. You can have up to two weapons integrated at a time, one per arm. You have advantage on Dexterity (Sleight of Hand) checks to conceal an integrated weapon.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Remembered Training",
                    "desc": "You remember some of your combat training from your previous life. You have proficiency with two martial weapons of your choice and with light and medium armor.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Dwarf Chassis",
            "desc": "The original dwarven gearforged engineers valued function over form, eschewing aesthetics in favor of instilling their chassis with toughness and strength. The chassis' metal face is clearly crafted to look dwarven, but its countenance is entirely unactuated and forged of a dark metal—often brass—sometimes with a lighter-colored mane of hair and a braided beard and mustaches made of fine metal strands. The gearforged's eyes glow a dark turquoise, staring dispassionately with a seemingly blank expression. Armor and helms worn by the gearforged are often styled to appear as if they were integrated into its chassis, making it all-but-impossible to tell where the armor ends and the gearforged begins.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_gearforged/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_purified/?format=api",
            "key": "toh_purified",
            "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 Charisma score increases by 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "You know the poison spray cantrip. When you reach 3rd level, you can cast suggestion once with this trait and regain the ability to do so when you finish a long rest. When you reach 5th level, you can cast the tongues spell once and regain the ability to do so when you finish a long rest. Intelligence is your spellcasting ability for these spells.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Born Leader",
                    "desc": "You gain proficiency with two of the following skills of your choice: History, Insight, Performance, and Persuasion.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Purified",
            "desc": "You were born into the caste that produces the leaders and planners, the priests and wizards, the generals and officers of drow society. Your people, it is believed, were tested by the beneficent powers you worship, and you passed those tests to become something more. Your innate magic proves your superiority over your fellows.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_drow/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_fever-bit/?format=api",
            "key": "toh_fever-bit",
            "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 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Deathly Resilience",
                    "desc": "Your long exposure to the life-sapping energies of darakhul fever has made you more resilient. You have resistance to necrotic damage, and advantage on death saving throws.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Iron Constitution",
                    "desc": "You are immune to disease.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Near-Death Experience",
                    "desc": "Your brush with death has made you more stalwart in the face of danger. You have advantage on saving throws against being frightened.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Fever-Bit",
            "desc": "You were once a typical drow, then you fell victim to the ravaging claws and teeth of a darakhul. The deadly darakhul fever almost took your life, but, when you were on the verge of succumbing, you rallied and survived. You were changed, however, in ways that even the greatest healers of your people can't fathom. But now that you are immune to darakhul fever, your commanders have a job for you.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_drow/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_delver/?format=api",
            "key": "toh_delver",
            "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 Strength or Dexterity score increases by 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Rapport with Insects",
                    "desc": "Your caste's years of working alongside the giant spiders and beetles that your people utilized in building and defending cities has left your caste with an innate affinity with the creatures. You can communicate simple ideas with insect-like beasts with an Intelligence of 3 or lower, such as spiders, beetles, wasps, scorpions, and centipedes. You can understand them in return, though this understanding is often limited to knowing the creature's current or most recent state, such as “hungry,” “content,” or “in danger.” Delver drow often keep such creatures as pets, mounts, or beasts of burden.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Specialized Training",
                    "desc": "You are proficient in one skill and one tool of your choice.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Martial Excellence",
                    "desc": "You are proficient with one martial weapon of your choice and with light armor.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Delver",
            "desc": "You are one of the workers whose labors prop up most of drow society. You were trained from birth to follow orders and serve the collective. You learned your trade well, whether it was building or fighting or erecting the traps that protected passages to your population centers.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_drow/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_uncorrupted/?format=api",
            "key": "toh_uncorrupted",
            "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 Wisdom score increases by 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Psychic Barrier",
                    "desc": "Your time among your less sane brethren has inured you to their madness. You have resistance to psychic damage, and you have advantage on ability checks and saving throws made against effects that inflict insanity, such as spells like contact other plane and symbol, and effects that cause short-term, long-term, or indefinite madness.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Studied Insight",
                    "desc": "You are skilled at discerning other creature's motives and intentions. You have proficiency in the Insight skill, and, if you study a creature for at least 1 minute, you have advantage on any initiative checks in combat against that creature for the next hour.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Uncorrupted",
            "desc": "Someone in your past failed to do their job of driving you to the brink of insanity. It might have been a doting parent that decided to buck tradition. It might have been a touched seer who had visions of your future without the connections to the mad gods your people serve. It might have been a whole outcast community of derro rebels who refused to serve the madness of your ancestors. Whatever happened in your past, you are quite sane—or at least quite sane for a derro.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_derro/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_mutated/?format=api",
            "key": "toh_mutated",
            "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 Strength score increases by 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Athletic Training",
                    "desc": "You have proficiency in the Athletics skill, and you are proficient with two martial weapons of your choice.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Otherworldly Influence",
                    "desc": "Your close connection to the strange powers that your people worship has mutated your form. Choose one of the following:\r\n\r\n**Alien Appendage.** You have a tentacle-like growth on your body. This tentacle is a natural melee weapon, which you can use to make unarmed strikes. When you hit with it, your tentacle deals bludgeoning damage equal to 1d4 + your Strength modifier, instead of the bludgeoning damage normal for an unarmed strike. This tentacle has a reach of 5 feet and can lift a number of pounds equal to double your Strength score. The tentacle can't wield weapons or shields or perform tasks that require manual precision, such as performing the somatic components of a spell, but it can perform simple tasks, such as opening an unlocked door or container, stowing or retrieving an object, or pouring the contents out of a vial.\r\n**Tainted Blood.** Your blood is tainted by your connection with otherworldly entities. When you take piercing or slashing damage, you can use your reaction to force your blood to spray out of the wound. You and each creature within 5 feet of you take necrotic damage equal to your level. Once you use this trait, you can't use it again until you finish a short or long rest.\r\n**Tenebrous Flesh.** Your skin is rubbery and tenebrous, granting you a +1 bonus to your Armor Class.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Mutated",
            "desc": "Most derro go through the process of indoctrination into their society and come out of it with visions and delusion, paranoia and mania. You, on the other hand, were not affected as much mentally as you were physically. The connection to the dark deities of your people made you stronger and gave you a physical manifestation of their gift that other derro look upon with envy and awe.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_derro/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_far-touched/?format=api",
            "key": "toh_far-touched",
            "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 Charisma score increases by 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Insanity",
                    "desc": "You have advantage on saving throws against being charmed or frightened. In addition, you can read and understand Void Speech, but you can speak only a few words of the dangerous and maddening language—the words necessary for using the spells in your Mad Fervor trait.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Mad Fervor",
                    "desc": "The driving force behind your insanity has blessed you with a measure of its power. You know the vicious mockery cantrip. When you reach 3rd level, you can cast the enthrall spell with this trait, and starting at 5th level, you can cast the fear spell with it. Once you cast a non-cantrip spell with this trait, you can't do so again until you finish a long rest. Charisma is your spellcasting ability for these spells. If you are using Deep Magic for 5th Edition, these spells are instead crushing curse, maddening whispers, and alone, respectively.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Far-Touched",
            "desc": "You grew up firmly ensconced in the mad traditions of the derro, your mind touched by the raw majesty and power of your society's otherworldly deities. Your abilities in other areas have made you more than a typical derro, of course. But no matter how well-trained and skilled you get in other magical or martial arts, the voices of your gods forever reverberate in your ears, driving you forward to do great or terrible things.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_derro/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_trollkin-heritage/?format=api",
            "key": "toh_trollkin-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 Strength score increases by 2.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Regenerative Bite",
                    "desc": "The regenerative powers of your trollkin heritage are less potent than they were in life and need a little help. As an action, you can make a bite attack against a creature that isn't undead or a construct. On a hit, you regain hit points (minimum of 1) equal to half the amount of damage dealt. Once you use this trait, you can't use it again until you finish a long rest.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Trollkin Heritage",
            "desc": "Your darakhul character was a trollkin (see Midgard Heroes Handbook) before transforming into a darakhul. Others saw you as a monster because of your ancestry. You became inured to the fearful looks and hurried exits of those around you. If only they could see you now. Does your new state make you seek revenge on them, or are you able to maintain your self-control despite the new urges you feel?",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_darakhul/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_tiefling-heritage/?format=api",
            "key": "toh_tiefling-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 Charisma score increases by 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Necrotic Rebuke",
                    "desc": "When you are hit by a weapon attack, you can use a reaction to envelop the attacker in shadowy flames. The attacker takes necrotic damage equal to your Charisma modifier (minimum of 1), and it has disadvantage on attack rolls until the end of its next turn. You must finish a long rest before you can use this feature again.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Tiefling Heritage",
            "desc": "Your darakhul character was a tiefling before transforming into a darakhul. You are no stranger to the pull of powerful forces raging through your blood. You have traded one dark pull for another, and this one seems much stronger. Is that a good feeling, or do you miss your old one?",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_darakhul/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_ravenfolk/?format=api",
            "key": "toh_ravenfolk",
            "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 Dexterity score increases by 2.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Sudden Bite and Flight",
                    "desc": "If you surprise a creature during the first round of combat, you can make a bite attack as a bonus action. If it hits, you can immediately take the Dodge action as a reaction.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Ravenfolk",
            "desc": "Your darakhul character was a ravenfolk (see Midgard Heroes Handbook) before transforming into a darakhul. Your new form feels different. It is more powerful and less fidgety, and your beak has become razor sharp. There is still room for trickery, of course. But with your new life comes a disconnection from the All Father. Does this loss gnaw at you like your new hunger or do you feel freed from the destiny of your people?",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_darakhul/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_kobold-heritage/?format=api",
            "key": "toh_kobold-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.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Devious Bite",
                    "desc": "When you hit a creature with your bite attack and you have advantage on the attack roll, your bite deals an extra 1d4 piercing damage.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Kobold Heritage",
            "desc": "Your darakhul character was a kobold before transforming into a darakhul. The dark, although it was often your home, generally held terrors that you needed to survive. Now you are the dark, and its pull on your soul is strong. You fight to keep a grip on the intellect and cunning that sustained you in your past life. Sometimes it is easy, but often the driving hunger inside you makes it hard to think as clearly as you once did.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_darakhul/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_humanhalf-elf-heritage/?format=api",
            "key": "toh_humanhalf-elf-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": "One ability score of your choice, other than Constitution, increases by 2.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Versatility",
                    "desc": "The training and experience of your early years was not lost when you became a darakhul. You have proficiency in two skills and one tool of your choice.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Human/Half-Elf Heritage",
            "desc": "Your darakhul character was a human or half-elf before transforming into a darakhul. Where there was once light there is now darkness. Where there was once love there is now hunger. You know if the darkness and hunger become all-consuming, you are truly lost. But the powers of your new form are strangely comfortable. How much of your old self is still there, and what can this new form give you that your old one couldn't?",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_darakhul/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_halfling-heritage/?format=api",
            "key": "toh_halfling-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 Dexterity score increases by 2.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Ill Fortune",
                    "desc": "Your uncanny halfling luck has taken a dark turn since your conversion to an undead creature. When a creature rolls a 20 on the d20 for an attack roll against you, the creature must reroll the attack and use the new roll. If the second attack roll misses you, the attacking creature takes necrotic damage equal to twice your Constitution modifier (minimum of 2).",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Halfling Heritage",
            "desc": "Your darakhul character was a halfling before transforming into a darakhul. Everything you loved as a halfling—food, drink, exploration, adventure— still drives you in your undead form; it is simply a more ghoulish form of those pleasures now: raw flesh instead of stew, warm blood instead of cold mead. You still want to explore the dark corners of the world, but now you seek something different.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_darakhul/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_gnome-heritage/?format=api",
            "key": "toh_gnome-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.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Magical Hunger",
                    "desc": "When a creature you can see within 30 feet of you casts a spell, you can use your reaction to consume the spell's residual magic. Your consumption doesn't counter or otherwise affect the spell or the spellcaster. When you consume this residual magic, you gain temporary hit points (minimum of 1) equal to your Constitution modifier, and you can't use this trait again until you finish a short or long rest.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Gnome Heritage",
            "desc": "Your darakhul character was a gnome before transforming into a darakhul. The spark of magic that drove you before your transformation still burns inside of you, but now it is a constant ache instead of a source of creation and inspiration. This ache is twisted by your hunger, making you hunger for magic itself.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_darakhul/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_elfshadow-fey-heritage/?format=api",
            "key": "toh_elfshadow-fey-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 Dexterity score increases by 2.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Supernatural Senses",
                    "desc": "Your keen elven senses are honed even more by the power of undeath and the hunger within you. You can now smell when blood is in the air. You have proficiency in the Perception skill, and you have advantage on Wisdom (Perception) checks to notice or find a creature within 30 feet of you that doesn't have all of its hit points.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Elf/Shadow Fey Heritage",
            "desc": "Your darakhul character was an elf or shadow fey (see Midgard Heroes Handbook) before transforming into a darakhul. The deathly power coursing through you reminds you of the lithe beauty and magic of your former body. If you just use your imagination, the blood tastes like wine once did. The smell of rotting flesh has the bouquet of wildflowers. The moss beneath the surface feels like the leaves of the forest.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_darakhul/?format=api"
        },
        {
            "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.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Dwarven Stoutness",
                    "desc": "Your hit point maximum increases by 1, and it increases by 1 every time you gain a level.",
                    "type": null,
                    "order": null
                }
            ],
            "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"
        },
        {
            "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.",
                    "type": null,
                    "order": null
                },
                {
                    "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.",
                    "type": null,
                    "order": null
                }
            ],
            "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"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_dragonborn-heritage/?format=api",
            "key": "toh_dragonborn-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 Strength score increases by 2.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Corrupted Bite",
                    "desc": "The inherent breath weapon of your draconic heritage is corrupted by the necrotic energy of your new darakhul form. Instead of forming a line or cone, your breath weapon now oozes out of your ghoulish maw. As a bonus action, you breathe necrotic energy onto your fangs and make one bite attack. If the attack hits, it deals extra necrotic damage equal to your level. You can't use this trait again until you finish a long rest.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Dragonborn Heritage",
            "desc": "Your darakhul character was a dragonborn before transforming into a darakhul. The dark power of undeath overwhelmed your elemental nature, replacing it with the foul energy and strength of the undead. Occasionally, your draconic heritage echoes a peal of raw power through your form, but it is quickly converted into necrotic waves.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_darakhul/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_derro-heritage/?format=api",
            "key": "toh_derro-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 Charisma score increases by 2.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Calculating Insanity",
                    "desc": "The insanity of your race was compressed into a cold, hard brilliance when you took on your darakhul form. These flashes of brilliance come to you at unexpected moments. You know the true strike cantrip. Charisma is your spellcasting ability for it. You can cast true strike as a bonus action a number of times equal to your Charisma modifier (a minimum of once). You regain any expended uses when you finish a long rest.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Derro Heritage",
            "desc": "Your darakhul character was a derro before transforming into a darakhul. For you, the quieting of the otherworldly voices did not bring peace and tranquility. The impulses simply became more focused, and the desire to feast on flesh overwhelmed other urges. The darkness is still there; it just has a new, clearer form.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_darakhul/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_pantheran/?format=api",
            "key": "toh_pantheran",
            "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 Wisdom score increases by 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Hunter's Charge",
                    "desc": "Once per turn, if you move at least 10 feet toward a target and hit it with a melee weapon attack in the same turn, you can use a bonus action to attack that creature with your Cat's Claws. You can use this trait a number of times per day equal to your proficiency bonus, and you regain all expended uses when you finish a long rest.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "One With the Wilds",
                    "desc": "You have proficiency in one of the following skills of your choice: Insight, Medicine, Nature, or Survival.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Pantheran",
            "desc": "Pantheran catfolk are a wise, observant, and patient people who pride themselves on being resourceful and self-sufficient. Less social than many others of their kind, these catfolk typically dwell in small, close-knit family groups in the forests, jungles, and grasslands of the world, away from larger population centers or cities. Their family clans teach the importance of living off of and protecting the natural world, and pantherans act swiftly and mercilessly when their forest homes are threatened by outside forces. Conversely, pantherans can be the most fierce and loyal of neighbors to villages who respect nature and who take from the land and forest no more than they need. As a pantheran, you value nature and kinship, and your allies know they can count on your wisdom and, when necessary, your claws.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_catfolk/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/toh_malkin/?format=api",
            "key": "toh_malkin",
            "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 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Curiously Clever",
                    "desc": "You have proficiency in the Investigation skill.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Charmed Curiosity",
                    "desc": "When you roll a 1 on the d20 for a Dexterity check or saving throw, you can reroll the die and must use the new roll.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Malkin",
            "desc": "It's often said curiosity killed the cat, and this applies with equal frequency to catfolk. As a malkin catfolk you are adept at finding clever solutions to escape difficult situations, even (or perhaps especially) situations of your own making. Your diminutive size also gives you an uncanny nimbleness that helps you avoid the worst consequences of your intense inquisitiveness. Most often found in densely populated regions, these catfolk are as curious about the comings and goings of other humanoids as they are about natural or magical phenomena and artifacts. While malkins are sometimes referred to as \"housecats\" by other humanoids and even by other catfolk, doing so in a malkin's hearing is a surefire way to get a face full of claws…",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/toh_catfolk/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/open5e_stoor-halfling/?format=api",
            "key": "open5e_stoor-halfling",
            "is_subspecies": true,
            "document": {
                "name": "Open5e Originals",
                "key": "open5e",
                "display_name": "Open5e Originals",
                "publisher": {
                    "name": "Open5e",
                    "key": "open5e",
                    "url": "https://api-beta.open5e.com/v2/publishers/open5e/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://open5e.com/"
            },
            "traits": [
                {
                    "name": "Ability Score Increase",
                    "desc": "**_Ability Score Increase._** Your Constitution score increases by 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Stoor Hardiness",
                    "desc": "You gain resistance to poison damage, and you make saving throws against poison with advantage.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Stoor Halfling",
            "desc": "Stoor halflings earn their moniker from an archaic word for \"strong\" or \"large,\" and indeed the average stoor towers some six inches taller than their lightfoot cousins. They are also particularly hardy by halfling standards, famous for being able to hold down the strongest dwarven ales, for which they have also earned a reputation of relative boorishness. Still, most stoor halflings are good natured and simple folk, and any lightfoot would be happy to have a handful of stoor cousins to back them up in a barroom brawl.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/srd_halfling/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/srd_lightfoot/?format=api",
            "key": "srd_lightfoot",
            "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 Charisma score increases by 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Naturally Stealthy",
                    "desc": "You can attempt to hide even when you are obscured only by a creature that is at least one size larger than you.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Lightfoot",
            "desc": "As a lightfoot halfling, you can easily hide from notice, even using other people as cover. You're inclined to be affable and get along well with others. Lightfoots are more prone to wanderlust than other halflings, and often dwell alongside other races or take up a nomadic life.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/srd_halfling/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/srd_rock-gnome/?format=api",
            "key": "srd_rock-gnome",
            "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 Constitution score increases by 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Artificer's Lore",
                    "desc": "Whenever you make an Intelligence (History) check related to magic items, alchemical objects, or technological devices, you can add twice your proficiency bonus, instead of any proficiency bonus you normally apply.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Tinker",
                    "desc": "You have proficiency with artisan's tools (tinker's tools). Using those tools, you can spend 1 hour and 10 gp worth of materials to construct a Tiny clockwork device (AC 5, 1 hp). The device ceases to function after 24 hours (unless you spend 1 hour repairing it to keep the device functioning), or when you use your action to dismantle it; at that time, you can reclaim the materials used to create it. You can have up to three such devices active at a time.\r\n\r\nWhen you create a device, choose one of the following options:\r\n* _Clockwork Toy._ This toy is a clockwork animal, monster, or person, such as a frog, mouse, bird, dragon, or soldier. When placed on the ground, the toy moves 5 feet across the ground on each of your turns in a random direction. It makes noises as appropriate to the creature it represents.\r\n* _Fire Starter._ The device produces a miniature flame, which you can use to light a candle, torch, or campfire. Using the device requires your action.\r\n* _Music Box._ When opened, this music box plays a single song at a moderate volume. The box stops playing when it reaches the song's end or when it is closed.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Rock Gnome",
            "desc": "As a rock gnome, you have a natural inventiveness and hardiness beyond that of other gnomes.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/srd_gnome/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/srd_high-elf/?format=api",
            "key": "srd_high-elf",
            "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 Intelligence score increases by 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Elf Weapon Training",
                    "desc": "You have proficiency with the longsword, shortsword, shortbow, and longbow.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Cantrip",
                    "desc": "You know one cantrip of your choice from the wizard spell list. Intelligence is your spellcasting ability for it.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Extra Language",
                    "desc": "You can speak, read, and write one extra language of your choice.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "High Elf",
            "desc": "As a high elf, you have a keen mind and a mastery of at least the basics of magic. In many fantasy gaming worlds, there are two kinds of high elves. One type is haughty and reclusive, believing themselves to be superior to non-elves and even other elves. The other type is more common and more friendly, and often encountered among humans and other races.",
            "subspecies_of": "https://api-beta.open5e.com/v2/species/srd_elf/?format=api"
        },
        {
            "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.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Dwarven Toughness",
                    "desc": "Your hit point maximum increases by 1, and it increases by 1 every time you gain a level.",
                    "type": null,
                    "order": null
                }
            ],
            "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"
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/srd_tiefling/?format=api",
            "key": "srd_tiefling",
            "is_subspecies": false,
            "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 Intelligence score increases by 1, and your Charisma score increases by 2.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Speed",
                    "desc": "Your base walking speed is 30 feet.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Darkvision",
                    "desc": "Thanks to your infernal heritage, you have superior vision in dark and dim conditions. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Age",
                    "desc": "Tieflings mature at the same rate as humans but live a few years longer.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Alignment",
                    "desc": "Tieflings might not have an innate tendency toward evil, but many of them end up there. Evil or not, an independent nature inclines many tieflings toward a chaotic alignment.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Size",
                    "desc": "Tieflings are about the same size and build as humans. Your size is Medium.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Languages",
                    "desc": "You can speak, read, and write Common and Infernal.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Hellish Resistance",
                    "desc": "You have resistance to fire damage.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Infernal Legacy",
                    "desc": "You know the thaumaturgy cantrip. When you reach 3rd level, you can cast the hellish rebuke spell as a 2nd-level spell once with this trait and regain the ability to do so when you finish a long rest. When you reach 5th level, you can cast the darkness spell once with this trait and regain the ability to do so when you finish a long rest. Charisma is your spellcasting ability for these spells.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Tiefling",
            "desc": "Tieflings share certain racial traits as a result of their infernal descent.",
            "subspecies_of": null
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/srd_human/?format=api",
            "key": "srd_human",
            "is_subspecies": false,
            "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 ability scores each increase by 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Speed",
                    "desc": "Your base walking speed is 30 feet.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Age",
                    "desc": "Humans reach adulthood in their late teens and live less than a century.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Alignment",
                    "desc": "Humans tend toward no particular alignment. The best and the worst are found among them.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Size",
                    "desc": "Humans vary widely in height and build, from barely 5 feet to well over 6 feet tall. Regardless of your position in that range, your size is Medium.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Languages",
                    "desc": "You can speak, read, and write Common and one extra language of your choice. Humans typically learn the languages of other peoples they deal with, including obscure dialects. They are fond of sprinkling their speech with words borrowed from other tongues: Orc curses, Elvish musical expressions, Dwarvish military phrases, and so on.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Human",
            "desc": "It’s hard to make generalizations about humans, but your human character has these traits.",
            "subspecies_of": null
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/srd_halfling/?format=api",
            "key": "srd_halfling",
            "is_subspecies": false,
            "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 Dexterity score increases by 2.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Speed",
                    "desc": "Your base walking speed is 25 feet.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Age",
                    "desc": "A halfling reaches adulthood at the age of 20 and generally lives into the middle of his or her second century.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Alignment",
                    "desc": "Most halflings are lawful good. As a rule, they are good-hearted and kind, hate to see others in pain, and have no tolerance for oppression. They are also very orderly and traditional, leaning heavily on the support of their community and the comfort of their old ways.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Size",
                    "desc": "Halflings average about 3 feet tall and weigh about 40 pounds. Your size is Small.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Languages",
                    "desc": "You can speak, read, and write Common and Halfling. The Halfling language isn't secret, but halflings are loath to share it with others. They write very little, so they don't have a rich body of literature. Their oral tradition, however, is very strong. Almost all halflings speak Common to converse with the people in whose lands they dwell or through which they are traveling.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Lucky",
                    "desc": "When you roll a 1 on the d20 for an attack roll, ability check, or saving throw, you can reroll the die and must use the new roll.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Brave",
                    "desc": "You have advantage on saving throws against being frightened.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Halfling Nimbleness",
                    "desc": "You can move through the space of any creature that is of a size larger than yours.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Halfling",
            "desc": "Your halfling character has a number of traits in common with all other halflings.",
            "subspecies_of": null
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/srd_half-orc/?format=api",
            "key": "srd_half-orc",
            "is_subspecies": false,
            "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 Strength score increases by 2, and your Constitution score increases by 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Speed",
                    "desc": "Your base walking speed is 30 feet.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Darkvision",
                    "desc": "Thanks to your orc blood, you have superior vision in dark and dim conditions. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Age",
                    "desc": "Half-orcs mature a little faster than humans, reaching adulthood around age 14. They age noticeably faster and rarely live longer than 75 years.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Alignment",
                    "desc": "Half-orcs inherit a tendency toward chaos from their orc parents and are not strongly inclined toward good. Half-orcs raised among orcs and willing to live out their lives among them are usually evil.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Size",
                    "desc": "Half-orcs are somewhat larger and bulkier than humans, and they range from 5 to well over 6 feet tall. Your size is Medium.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Languages",
                    "desc": "You can speak, read, and write Common and Orc. Orc is a harsh, grating language with hard consonants. It has no script of its own but is written in the Dwarvish script.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Menacing",
                    "desc": "You gain proficiency in the Intimidation skill.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Relentless Endurance",
                    "desc": "When you are reduced to 0 hit points but not killed outright, you can drop to 1 hit point instead. You can't use this feature again until you finish a long rest.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Savage Attacks",
                    "desc": "When you score a critical hit with a melee weapon attack, you can roll one of the weapon's damage dice one additional time and add it to the extra damage of the critical hit.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Half-Orc",
            "desc": "Your half-orc character has certain traits deriving from your orc ancestry.",
            "subspecies_of": null
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/srd_half-elf/?format=api",
            "key": "srd_half-elf",
            "is_subspecies": false,
            "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 Charisma score increases by 2, and two other ability scores of your choice increase by 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Speed",
                    "desc": "Your base walking speed is 30 feet.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Darkvision",
                    "desc": "Thanks to your elf blood, you have superior vision in dark and dim conditions. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Age",
                    "desc": "Half-elves mature at the same rate humans do and reach adulthood around the age of 20. They live much longer than humans, however, often exceeding 180 years.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Alignment",
                    "desc": "Half-elves share the chaotic bent of their elven heritage. They value both personal freedom and creative expression, demonstrating neither love of leaders nor desire for followers. They chafe at rules, resent others' demands, and sometimes prove unreliable, or at least unpredictable.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Size",
                    "desc": "Half-elves are about the same size as humans, ranging from 5 to 6 feet tall. Your size is Medium.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Languages",
                    "desc": "You can speak, read, and write Common, Elvish, and one extra language of your choice.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Fey Ancestry",
                    "desc": "You have advantage on saving throws against being charmed, and magic can't put you to sleep.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Skill Versatility",
                    "desc": "You gain proficiency in two skills of your choice.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Half-Elf",
            "desc": "Your half-elf character has some qualities in common with elves and some that are unique to half-elves.",
            "subspecies_of": null
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/srd_gnome/?format=api",
            "key": "srd_gnome",
            "is_subspecies": false,
            "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 Intelligence score increases by 2.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Speed",
                    "desc": "Your base walking speed is 25 feet.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Darkvision",
                    "desc": "Accustomed to life underground, you have superior vision in dark and dim conditions. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Age",
                    "desc": "Gnomes mature at the same rate humans do, and most are expected to settle down into an adult life by around age 40. They can live 350 to almost 500 years.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Alignment",
                    "desc": "Gnomes are most often good. Those who tend toward law are sages, engineers, researchers, scholars, investigators, or inventors. Those who tend toward chaos are minstrels, tricksters, wanderers, or fanciful jewelers. Gnomes are good-hearted, and even the tricksters among them are more playful than vicious.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Size",
                    "desc": "Gnomes are between 3 and 4 feet tall and average about 40 pounds. Your size is Small.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Languages",
                    "desc": "You can speak, read, and write Common and Gnomish. The Gnomish language, which uses the Dwarvish script, is renowned for its technical treatises and its catalogs of knowledge about the natural world.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Gnome Cunning",
                    "desc": "You have advantage on all Intelligence, Wisdom, and Charisma saving throws against magic.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Gnome",
            "desc": "Your gnome character has certain characteristics in common with all other gnomes.",
            "subspecies_of": null
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/srd_elf/?format=api",
            "key": "srd_elf",
            "is_subspecies": false,
            "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 Dexterity score increases by 2.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Speed",
                    "desc": "Your base walking speed is 30 feet.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Darkvision",
                    "desc": "Accustomed to twilit forests and the night sky, you have superior vision in dark and dim conditions. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Age",
                    "desc": "Although elves reach physical maturity at about the same age as humans, the elven understanding of adulthood goes beyond physical growth to encompass worldly experience. An elf typically claims adulthood and an adult name around the age of 100 and can live to be 750 years old.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Alignment",
                    "desc": "Elves love freedom, variety, and self-­expression, so they lean strongly toward the gentler aspects of chaos. They value and protect others’ freedom as well as their own, and they are more often good than not.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Size",
                    "desc": "Elves range from under 5 to over 6 feet tall and have slender builds. Your size is Medium.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Languages",
                    "desc": "You can speak, read, and write Common and Elvish. Elvish is fluid, with subtle intonations and intricate grammar. Elven literature is rich and varied, and their songs and poems are famous among other races. Many bards learn their language so they can add Elvish ballads to their repertoires.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Keen Senses",
                    "desc": "You have proficiency in the Perception skill.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Fey Ancestry",
                    "desc": "You have advantage on saving throws against being charmed, and magic can't put you to sleep.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Trance",
                    "desc": "Elves don't need to sleep. Instead, they meditate deeply, remaining semiconscious, for 4 hours a day. (The Common word for such meditation is “trance.”) While meditating, you can dream after a fashion; such dreams are actually mental exercises that have become reflexive through years of practice. After resting in this way, you gain the same benefit that a human does from 8 hours of sleep.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Elf",
            "desc": "Your elf character has a variety of natural abilities, the result of thousands of years of elven refinement.",
            "subspecies_of": null
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/srd_dwarf/?format=api",
            "key": "srd_dwarf",
            "is_subspecies": false,
            "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 Constitution score increases by 2.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Speed",
                    "desc": "Your base walking speed is 25 feet. Your speed is not reduced by wearing heavy armor.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Darkvision",
                    "desc": "Accustomed to life underground, you have superior vision in dark and dim conditions. You can see in dim light within 60 feet of you as if it were bright light, and in darkness as if it were dim light. You can't discern color in darkness, only shades of gray.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Age",
                    "desc": "Dwarves mature at the same rate as humans, but they're considered young until they reach the age of 50. On average, they live about 350 years.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Alignment",
                    "desc": "Most dwarves are lawful, believing firmly in the benefits of a well-ordered society. They tend toward good as well, with a strong sense of fair play and a belief that everyone deserves to share in the benefits of a just order.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Size",
                    "desc": "Dwarves stand between 4 and 5 feet tall and average about 150 pounds. Your size is Medium.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Languages",
                    "desc": "You can speak, read, and write Common and Dwarvish. Dwarvish is full of hard consonants and guttural sounds, and those characteristics spill over into whatever other language a dwarf might speak.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Dwarven Resilience",
                    "desc": "You have advantage on saving throws against poison, and you have resistance against poison damage.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Dwarven Combat Training",
                    "desc": "You have proficiency with the battleaxe, handaxe, light hammer, and warhammer.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Tool Proficiency",
                    "desc": "You gain proficiency with the artisan's tools of your choice: smith's tools, brewer's supplies, or mason's tools.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Stonecunning",
                    "desc": "Whenever you make an Intelligence (History) check related to the origin of stonework, you are considered proficient in the History skill and add double your proficiency bonus to the check, instead of your normal proficiency bonus.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Dwarf",
            "desc": "Your dwarf character has an assortment of inborn abilities, part and parcel of dwarven nature.",
            "subspecies_of": null
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/srd_dragonborn/?format=api",
            "key": "srd_dragonborn",
            "is_subspecies": false,
            "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 Strength score increases by 2, and your Charisma score increases by 1.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Speed",
                    "desc": "Your base walking speed is 30 feet.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Age",
                    "desc": "Young dragonborn grow quickly. They walk hours after hatching, attain the size and development of a 10-year-old human child by the age of 3, and reach adulthood by 15. They live to be around 80.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Alignment",
                    "desc": "Dragonborn tend to extremes, making a conscious choice for one side or the other in the cosmic war between good and evil. Most dragonborn are good, but those who side with evil can be terrible villains.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Size",
                    "desc": "Dragonborn are taller and heavier than humans, standing well over 6 feet tall and averaging almost 250 pounds. Your size is Medium.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Languages",
                    "desc": "You can speak, read, and write Common and Draconic. Draconic is thought to be one of the oldest languages and is often used in the study of magic. The language sounds harsh to most other creatures and includes numerous hard consonants and sibilants.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Draconic Ancestry table",
                    "desc": "| Dragon       | Damage Type       | Breath Weapon                |\r\n|--------------|-------------------|------------------------------|\r\n| Black        | Acid              | 5 by 30 ft. line (Dex. save) |\r\n| Blue         | Lightning         | 5 by 30 ft. line (Dex. save) |\r\n| Brass        | Fire              | 5 by 30 ft. line (Dex. save) |\r\n| Bronze       | Lightning         | 5 by 30 ft. line (Dex. save) |\r\n| Copper       | Acid              | 5 by 30 ft. line (Dex. save) |\r\n| Gold         | Fire              | 15 ft. cone (Dex. save)      |\r\n| Green        | Poison            | 15 ft. cone (Con. save)      |\r\n| Red          | Fire              | 15 ft. cone (Dex. save)      |\r\n| Silver       | Cold              | 15 ft. cone (Con. save)      |\r\n| White        | Cold              | 15 ft. cone (Con. save)      |",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Draconic Ancestry",
                    "desc": "You have draconic ancestry. Choose one type of dragon from the Draconic Ancestry table. Your breath weapon and damage resistance are determined by the dragon type, as shown in the table.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Breath Weapon",
                    "desc": "You can use your action to exhale destructive energy. Your draconic ancestry determines the size, shape, and damage type of the exhalation.\r\nWhen you use your breath weapon, each creature in the area of the exhalation must make a saving throw, the type of which is determined by your draconic ancestry. The DC for this saving throw equals 8 + your Constitution modifier + your proficiency bonus. A creature takes 2d6 damage on a failed save, and half as much damage on a successful one. The damage increases to 3d6 at 6th level, 4d6 at 11th level, and 5d6 at 16th level.",
                    "type": null,
                    "order": null
                },
                {
                    "name": "Damage Resistance",
                    "desc": "You have resistance to the damage type associated with your draconic ancestry.",
                    "type": null,
                    "order": null
                }
            ],
            "name": "Dragonborn",
            "desc": "Your draconic heritage manifests in a variety of traits you share with other dragonborn.",
            "subspecies_of": null
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/srd-2024_tiefling/?format=api",
            "key": "srd-2024_tiefling",
            "is_subspecies": false,
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 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 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "traits": [
                {
                    "name": "Size",
                    "desc": "Medium (about 4–7 feet tall) or Small (about 3–4 feet tall), chosen when you select this species",
                    "type": "SIZE",
                    "order": 1
                },
                {
                    "name": "Speed",
                    "desc": "30 feet",
                    "type": "SPEED",
                    "order": 2
                },
                {
                    "name": "Darkvision",
                    "desc": "You have Darkvision with a range of 60 feet.",
                    "type": null,
                    "order": 3
                },
                {
                    "name": "Fiendish Legacy",
                    "desc": "You are the recipient of a legacy that grants you supernatural abilities. Choose a legacy from the Fiendish Legacies table. You gain the level 1 benefit of the chosen legacy.\n\nWhen you reach character levels 3 and 5, you learn a higher-level spell, as shown on the table. You always have that spell prepared. You can cast it once without a spell slot, and you regain the ability to cast it in that way when you finish a Long Rest. You can also cast the spell using any spell slots you have of the appropriate level.\n\nIntelligence, Wisdom, or Charisma is your spellcasting ability for the spells you cast with this trait (choose the ability when you select the legacy).\n\n**Table: Fiendish Legacies**\n\n|Legacy|Level 1|Level 3|Level 5|\n|---|---|---|---|\n|Abyssal|You have Resistance to Poison damage. You also know the Poison Spray cantrip.|Ray of Sickness|Hold Person|\n|Chthonic|You have Resistance to Necrotic damage. You also know the Chill Touch cantrip.|False Life|Ray of Enfeeblement|\n|Infernal|You have Resistance to Fire damage. You also know the Fire Bolt cantrip.|Hellish Rebuke|Darkness|",
                    "type": null,
                    "order": 4
                },
                {
                    "name": "Otherworldly Presence",
                    "desc": "You know the *Thaumaturgy* cantrip. When you cast it with this trait, the spell uses the same spellcasting ability you use for your Fiendish Legacy trait.",
                    "type": null,
                    "order": 5
                }
            ],
            "name": "Tiefling",
            "desc": "",
            "subspecies_of": null
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/srd-2024_orc/?format=api",
            "key": "srd-2024_orc",
            "is_subspecies": false,
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 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 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "traits": [
                {
                    "name": "Size",
                    "desc": "Medium (about 6–7 feet tall)",
                    "type": "SIZE",
                    "order": 1
                },
                {
                    "name": "Speed",
                    "desc": "30 feet",
                    "type": "SPEED",
                    "order": 2
                },
                {
                    "name": "Adrenaline Rush",
                    "desc": "You can take the Dash action as a Bonus Action. When you do so, you gain a number of Temporary Hit Points equal to your Proficiency Bonus.\n\nYou can use this trait a number of times equal to your Proficiency Bonus, and you regain all expended uses when you finish a Short or Long Rest.",
                    "type": null,
                    "order": 3
                },
                {
                    "name": "Darkvision",
                    "desc": "You have Darkvision with a range of 120 feet.",
                    "type": null,
                    "order": 4
                },
                {
                    "name": "Relentless Endurance",
                    "desc": "When you are reduced to 0 Hit Points but not killed outright, you can drop to 1 Hit Point instead. Once you use this trait, you can't do so again until you finish a Long Rest.",
                    "type": null,
                    "order": 5
                }
            ],
            "name": "Orc",
            "desc": "",
            "subspecies_of": null
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/srd-2024_human/?format=api",
            "key": "srd-2024_human",
            "is_subspecies": false,
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 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 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "traits": [
                {
                    "name": "Size",
                    "desc": "Medium (about 4–7 feet tall) or Small (about 2–4 feet tall), chosen when you select this species",
                    "type": "SIZE",
                    "order": 1
                },
                {
                    "name": "Speed",
                    "desc": "30 feet",
                    "type": "SPEED",
                    "order": 2
                },
                {
                    "name": "Resourceful",
                    "desc": "You gain Heroic Inspiration whenever you finish a Long Rest.",
                    "type": null,
                    "order": 3
                },
                {
                    "name": "Skillful",
                    "desc": "You gain proficiency in one skill of your choice.",
                    "type": null,
                    "order": 4
                },
                {
                    "name": "Versatile",
                    "desc": "You gain an Origin feat of your choice (see \"Feats\"). Skilled is recommended.",
                    "type": null,
                    "order": 5
                }
            ],
            "name": "Human",
            "desc": "",
            "subspecies_of": null
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/srd-2024_halfling/?format=api",
            "key": "srd-2024_halfling",
            "is_subspecies": false,
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 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 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "traits": [
                {
                    "name": "Size",
                    "desc": "Small (about 2–3 feet tall) ",
                    "type": "SIZE",
                    "order": 1
                },
                {
                    "name": "Speed",
                    "desc": "30 feet",
                    "type": "SPEED",
                    "order": 2
                },
                {
                    "name": "Brave",
                    "desc": "You have Advantage on saving throws you make to avoid or end the Frightened condition.",
                    "type": null,
                    "order": 3
                },
                {
                    "name": "Halfling Nimbleness",
                    "desc": "You can move through the space of any creature that is a size larger than you, but you can't stop in the same space.",
                    "type": null,
                    "order": 4
                },
                {
                    "name": "Luck",
                    "desc": "When you roll a 1 on the d20 of a D20 Test, you can reroll the die, and you must use the new roll.",
                    "type": null,
                    "order": 5
                },
                {
                    "name": "Naturally Stealthy",
                    "desc": "You can take the Hide action even when you are obscured only by a creature that is at least one size larger than you.",
                    "type": null,
                    "order": 6
                }
            ],
            "name": "Halfling",
            "desc": "",
            "subspecies_of": null
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/srd-2024_goliath/?format=api",
            "key": "srd-2024_goliath",
            "is_subspecies": false,
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 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 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "traits": [
                {
                    "name": "Size",
                    "desc": "Medium (about 7–8 feet tall)",
                    "type": "SIZE",
                    "order": 1
                },
                {
                    "name": "Speed",
                    "desc": "35 feet",
                    "type": "SPEED",
                    "order": 2
                },
                {
                    "name": "Giant Ancestry",
                    "desc": "You are descended from Giants. Choose one of the following benefits—a supernatural boon from your ancestry; you can use the chosen benefit a number of times equal to your Proficiency Bonus, and you regain all expended uses when you finish a Long Rest:\n\n**Cloud's Jaunt (Cloud Giant)**. As a Bonus Action, you magically teleport up to 30 feet to an unoccupied space you can see.\n\n**Fire's Burn (Fire Giant)**. When you hit a target with an attack roll and deal damage to it, you can also deal 1d10 Fire damage to that target.\n\n**Frost's Chill (Frost Giant)**. When you hit a target with an attack roll and deal damage to it, you can also deal 1d6 Cold damage to that target and reduce its Speed by 10 feet until the start of your next turn.\n\n**Hill's Tumble (Hill Giant)**. When you hit a Large or smaller creature with an attack roll and deal damage to it, you can give that target the Prone condition.\n\n**Stone's Endurance (Stone Giant)**. When you take damage, you can take a Reaction to roll 1d12. Add your Constitution modifier to the number rolled and reduce the damage by that total.\n\n**Storm's Thunder (Storm Giant)**. When you take damage from a creature within 60 feet of you, you can take a Reaction to deal 1d8 Thunder damage to that creature.",
                    "type": null,
                    "order": 3
                },
                {
                    "name": "Large Form",
                    "desc": "Starting at character level 5, you can change your size to Large as a Bonus Action if you're in a big enough space. This transformation lasts for 10 minutes or until you end it (no action required). For that duration, you have Advantage on Strength checks, and your Speed increases by 10 feet. Once you use this trait, you can't use it again until you finish a Long Rest.",
                    "type": null,
                    "order": 4
                },
                {
                    "name": "Powerful Build",
                    "desc": "You have Advantage on any ability check you make to end the Grappled condition. You also count as one size larger when determining your carrying capacity.",
                    "type": null,
                    "order": 5
                }
            ],
            "name": "Goliath",
            "desc": "",
            "subspecies_of": null
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/srd-2024_gnome/?format=api",
            "key": "srd-2024_gnome",
            "is_subspecies": false,
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 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 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "traits": [
                {
                    "name": "Size",
                    "desc": "Small (about 3–4 feet tall)",
                    "type": "SIZE",
                    "order": 1
                },
                {
                    "name": "Speed",
                    "desc": "30 feet",
                    "type": "SPEED",
                    "order": 2
                },
                {
                    "name": "Darkvision",
                    "desc": "You have Darkvision with a range of 60 feet.",
                    "type": null,
                    "order": 3
                },
                {
                    "name": "Gnomish Cunning",
                    "desc": "You have Advantage on Intelligence, Wisdom, and Charisma saving throws.",
                    "type": null,
                    "order": 4
                },
                {
                    "name": "Gnomish Lineage",
                    "desc": "You are part of a lineage that grants you supernatural abilities. Choose one of the following options; whichever one you choose, Intelligence, Wisdom, or Charisma is your spellcasting ability for the spells you cast with this trait (choose the ability when you select the lineage):\n\n**Forest Gnome.** You know the *Minor Illusion* cantrip. You also always have the *Speak with Animals* spell prepared. You can cast it without a spell slot a number of times equal to your Proficiency Bonus, and you regain all expended uses when you finish a Long Rest. You can also use any spell slots you have to cast the spell.\n\n**Rock Gnome.** You know the *Mending* and *Prestidigitation* cantrips. In addition, you can spend 10 minutes casting *Prestidigitation* to create a Tiny clockwork device (AC 5, 1 HP), such as a toy, fire starter, or music box. When you create the device, you determine its function by choosing one effect from *Prestidigitation*; the device produces that effect whenever you or another creature takes a Bonus Action to activate it with a touch. If the chosen effect has options within it, you choose one of those options for the device when you create it. For example, if you choose the spell's ignite-extinguish effect, you determine whether the device ignites or extinguishes fire; the device doesn't do both. You can have three such devices in existence at a time, and each falls apart 8 hours after its creation or when you dismantle it with a touch as a Utilize action.",
                    "type": null,
                    "order": 5
                }
            ],
            "name": "Gnome",
            "desc": "",
            "subspecies_of": null
        },
        {
            "url": "https://api-beta.open5e.com/v2/species/srd-2024_elf/?format=api",
            "key": "srd-2024_elf",
            "is_subspecies": false,
            "document": {
                "name": "System Reference Document 5.2",
                "key": "srd-2024",
                "display_name": "5e 2024 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 2024",
                    "key": "5e-2024",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "traits": [
                {
                    "name": "Size",
                    "desc": "Medium (about 5–6 feet tall)",
                    "type": "SIZE",
                    "order": 1
                },
                {
                    "name": "Speed",
                    "desc": "30 feet",
                    "type": "SPEED",
                    "order": 2
                },
                {
                    "name": "Darkvision",
                    "desc": "You have Darkvision with a range of 60 feet.",
                    "type": null,
                    "order": 3
                },
                {
                    "name": "Elven Lineage",
                    "desc": "You are part of a lineage that grants you supernatural abilities. Choose a lineage from the Elven Lineages table. You gain the level 1 benefit of that lineage.\n\nWhen you reach character levels 3 and 5, you learn a higher-level spell, as shown on the table. You always have that spell prepared. You can cast it once without a spell slot, and you regain the ability to cast it in that way when you finish a Long Rest. You can also cast the spell using any spell slots you have of the appropriate level.\n\nTable: Elven Lineages\n\n|Lineage|Level 1|Level 3|Level 5|\n|---|---|---|---|\n|Drow|The range of your Darkvision increases to 120 feet. You also know the Dancing Lights cantrip.|Faerie Fire|Darkness|\n|High Elf|You know the Prestidigitation cantrip. Whenever you finish a Long Rest, you can replace that cantrip with a different cantrip from the Wizard spell list.|Detect Magic|Misty Step|\n|Wood Elf|Your Speed increases to 35 feet. You also know the Druidcraft cantrip.|Longstrider|Pass without Trace|\n\nIntelligence, Wisdom, or Charisma is your spellcasting ability for the spells you cast with this trait (choose the ability when you select the lineage).",
                    "type": null,
                    "order": 4
                },
                {
                    "name": "Fey Ancestry",
                    "desc": "You have Advantage on saving throws you make to avoid or end the Charmed condition.",
                    "type": null,
                    "order": 5
                },
                {
                    "name": "Keen Senses",
                    "desc": "You have proficiency in the Insight, Perception, or Survival skill.",
                    "type": null,
                    "order": 6
                },
                {
                    "name": "Trance",
                    "desc": "You don't need to sleep, and magic can't put you to sleep. You can finish a Long Rest in 4 hours if you spend those hours in a trancelike meditation, during which you retain consciousness.",
                    "type": null,
                    "order": 7
                }
            ],
            "name": "Elf",
            "desc": "",
            "subspecies_of": null
        }
    ]
}