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

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

{
    "url": "https://api-beta.open5e.com/v2/races/boghaid/?format=api",
    "key": "boghaid",
    "is_subrace": true,
    "subraces": [],
    "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"
}