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

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

{
    "url": "https://api-beta.open5e.com/v2/races/minotaur/?format=api",
    "key": "minotaur",
    "is_subrace": false,
    "subraces": [
        {
            "url": "https://api-beta.open5e.com/v2/races/bhain-kwai/?format=api",
            "key": "bhain-kwai",
            "traits": [
                {
                    "name": "Ability Score Increase",
                    "desc": "Your Constitution score increases by 2, and your Strength score increases by 1."
                },
                {
                    "name": "Strong Back",
                    "desc": "Your carrying capacity is your Strength score multiplied by 20, instead of by 15."
                },
                {
                    "name": "Wetland Dweller",
                    "desc": "You are adapted to your home terrain. Difficult terrain composed of mud or from wading through water up to waist deep doesn't cost you extra movement. You have a swimming speed of 25 feet."
                }
            ],
            "name": "Bhain Kwai",
            "desc": "You are a minotaur adapted to life in the bogs and wetlands of the world.",
            "document": "https://api-beta.open5e.com/v2/documents/toh/?format=api",
            "subrace_of": "https://api-beta.open5e.com/v2/races/minotaur/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/races/boghaid/?format=api",
            "key": "boghaid",
            "traits": [
                {
                    "name": "Ability Score Increase",
                    "desc": "Your Wisdom score increases by 2, and your Constitution score increases by 1."
                },
                {
                    "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."
                },
                {
                    "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."
                },
                {
                    "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."
                }
            ],
            "name": "Boghaid",
            "desc": "You are a minotaur adapted to life in cold climates and high altitudes.",
            "document": "https://api-beta.open5e.com/v2/documents/toh/?format=api",
            "subrace_of": "https://api-beta.open5e.com/v2/races/minotaur/?format=api"
        }
    ],
    "traits": [
        {
            "name": "Ability Score Increase",
            "desc": "Your Strength score increases by 2, and your Constitution score increases by 1."
        },
        {
            "name": "Speed",
            "desc": "Your base walking speed is 30 feet."
        },
        {
            "name": "Darkvision",
            "desc": "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": "Minotaurs age at roughly the same rate as humans but mature 3 years earlier. Childhood ends around the age of 10 and adulthood is celebrated at 15."
        },
        {
            "name": "Alignment",
            "desc": "Minotaurs possess a wide range of alignments, just as humans do. Mixing a love for personal freedom and respect for history and tradition, the majority of minotaurs fall into neutral alignments."
        },
        {
            "name": "Size",
            "desc": "Adult males can reach a height of 7 feet, with females averaging 3 inches shorter. Your size is Medium."
        },
        {
            "name": "Languages",
            "desc": "You can speak, read, and write Common and Minotaur."
        },
        {
            "name": "Natural Attacks",
            "desc": "Your horns are sturdy and sharp. Your horns are a natural melee weapon, which you can use to make unarmed strikes. When you hit with your horns, they deal piercing damage equal to 1d6 + your Strength modifier, instead of the bludgeoning damage normal for an unarmed strike."
        },
        {
            "name": "Charge",
            "desc": "Once per turn, if you move at least 10 feet toward a target and hit it with a horn attack in the same turn, you deal an extra 1d6 piercing damage and you can shove the target up to 5 feet as a bonus action. At 11th level, when you shove a creature with Charge, you can push it up to 10 feet instead. You can use this trait a number of times per day equal to your Constitution modifier (minimum of once), and you regain all expended uses when you finish a long rest."
        },
        {
            "name": "Labyrinth Sense",
            "desc": "You can retrace without error any path you have previously taken, with no ability check."
        }
    ],
    "name": "Minotaur",
    "desc": "Your minotaur character has certain characteristics in common with all other minotaurs.",
    "document": "https://api-beta.open5e.com/v2/documents/toh/?format=api",
    "subrace_of": null
}