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

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

{
    "url": "https://api-beta.open5e.com/v2/races/alseid/?format=api",
    "key": "alseid",
    "is_subrace": false,
    "subraces": [],
    "traits": [
        {
            "name": "Ability Score Increase",
            "desc": "Your Dexterity score increases by 2, and your Wisdom score increases by 1."
        },
        {
            "name": "Speed",
            "desc": "Alseid are fast for their size, with a base walking speed of 40 feet."
        },
        {
            "name": "Darkvision",
            "desc": "Accustomed to the limited light beneath the forest canopy, 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."
        },
        {
            "name": "Age",
            "desc": "Alseid reach maturity by the age of 20. They can live well beyond 100 years, but it is unknown just how old they can become."
        },
        {
            "name": "Alignment",
            "desc": "Alseid are generally chaotic, flowing with the unpredictable whims of nature, though variations are common, particularly among those rare few who leave their people."
        },
        {
            "name": "Size",
            "desc": "Alseid stand over 6 feet tall and weigh around 300 pounds. Your size is Medium."
        },
        {
            "name": "Languages",
            "desc": "You can speak, read, and write Common and Elvish."
        },
        {
            "name": "Alseid Weapon Training",
            "desc": "You have proficiency with spears and shortbows."
        },
        {
            "name": "Light Hooves",
            "desc": "You have proficiency in the Stealth skill."
        },
        {
            "name": "Quadruped",
            "desc": "The mundane details of the structures of humanoids can present considerable obstacles for you. You have to squeeze when moving through trapdoors, manholes, and similar structures even when a Medium humanoid wouldn't have to squeeze. In addition, ladders, stairs, and similar structures are difficult terrain for you."
        },
        {
            "name": "Woodfriend",
            "desc": "When in a forest, you leave no tracks and can automatically discern true north."
        }
    ],
    "name": "Alseid",
    "desc": "Your alseid character has certain characteristics in common with all other alseid.",
    "document": "https://api-beta.open5e.com/v2/documents/toh/?format=api",
    "subrace_of": null
}