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

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

{
    "url": "https://api-beta.open5e.com/v2/races/human/?format=api",
    "key": "human",
    "is_subrace": false,
    "subraces": [],
    "traits": [
        {
            "name": "Ability Score Increase",
            "desc": "Your ability scores each increase by 1."
        },
        {
            "name": "Speed",
            "desc": "Your base walking speed is 30 feet."
        },
        {
            "name": "Age",
            "desc": "Humans reach adulthood in their late teens and live less than a century."
        },
        {
            "name": "Alignment",
            "desc": "Humans tend toward no particular alignment. The best and the worst are found among them."
        },
        {
            "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."
        },
        {
            "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."
        }
    ],
    "name": "Human",
    "desc": "It’s hard to make generalizations about humans, but your human character has these traits.",
    "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
    "subrace_of": null
}