list: API endpoint for returning a list of races. retrieve: API endpoint for returning a particular race.

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

{
    "url": "https://api-beta.open5e.com/v2/races/mushroomfolk/?format=api",
    "key": "mushroomfolk",
    "is_subrace": false,
    "subraces": [
        {
            "url": "https://api-beta.open5e.com/v2/races/acid-cap/?format=api",
            "key": "acid-cap",
            "traits": [
                {
                    "name": "Ability Score Increase",
                    "desc": "Your Strength score increases by 1."
                },
                {
                    "name": "Acid Cap Resistance",
                    "desc": "You have resistance to acid damage."
                },
                {
                    "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."
                },
                {
                    "name": "Clan Athlete",
                    "desc": "You have proficiency in the Athletics skill."
                }
            ],
            "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.",
            "document": "https://api-beta.open5e.com/v2/documents/toh/?format=api",
            "subrace_of": "https://api-beta.open5e.com/v2/races/mushroomfolk/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/races/favored/?format=api",
            "key": "favored",
            "traits": [
                {
                    "name": "Ability Score Increase",
                    "desc": "Your Charisma score increases by 1."
                },
                {
                    "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."
                },
                {
                    "name": "Clan Leader",
                    "desc": "You have proficiency in the Persuasion skill."
                },
                {
                    "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."
                }
            ],
            "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.",
            "document": "https://api-beta.open5e.com/v2/documents/toh/?format=api",
            "subrace_of": "https://api-beta.open5e.com/v2/races/mushroomfolk/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/races/morel/?format=api",
            "key": "morel",
            "traits": [
                {
                    "name": "Ability Score Increase",
                    "desc": "Your Dexterity score increases by 1."
                },
                {
                    "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."
                },
                {
                    "name": "Clan Scout",
                    "desc": "You have proficiency in the Stealth skill."
                }
            ],
            "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.",
            "document": "https://api-beta.open5e.com/v2/documents/toh/?format=api",
            "subrace_of": "https://api-beta.open5e.com/v2/races/mushroomfolk/?format=api"
        }
    ],
    "traits": [
        {
            "name": "Ability Score Increase",
            "desc": "Your Wisdom score increases by 2."
        },
        {
            "name": "Speed",
            "desc": "Your base walking speed is 30 feet."
        },
        {
            "name": "Darkvision",
            "desc": "Accustomed to life underground, 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."
        },
        {
            "name": "Age",
            "desc": "Mushroomfolk reach maturity by the age of 5 and rarely live longer than 50 years."
        },
        {
            "name": "Alignment",
            "desc": "The limited interaction mushroomfolk have with other creatures leaves them with a fairly neutral view of the world in terms of good and evil, while their societal structure makes them more prone to law than chaos."
        },
        {
            "name": "Size",
            "desc": "A mushroomfolk's size is determined by its subrace."
        },
        {
            "name": "Languages",
            "desc": "You can speak, read, and write Mushroomfolk and your choice of Common or Undercommon."
        },
        {
            "name": "Fungoid Form",
            "desc": "You are a humanoid, though the fungal nature of your body and your unique diet of decayed vegetable and animal matter marks you with some plant-like characteristics. You have advantage on saving throws against poison, and you have resistance to poison damage. In addition, you are immune to disease."
        },
        {
            "name": "Hardy Survivor",
            "desc": "Your upbringing in mushroomfolk society has taught you how to defend yourself and find food. You have proficiency in the Survival skill."
        },
        {
            "name": "Subrace",
            "desc": "Three subraces of mushroomfolk are known to wander the world: acid cap, favored, and morel. Choose one of these subraces."
        }
    ],
    "name": "Mushroomfolk",
    "desc": "Your mushroomfolk character has characteristics in common with all other mushroomfolk.",
    "document": "https://api-beta.open5e.com/v2/documents/toh/?format=api",
    "subrace_of": null
}