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

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

{
    "url": "https://api-beta.open5e.com/v2/races/erina/?format=api",
    "key": "erina",
    "is_subrace": false,
    "subraces": [],
    "traits": [
        {
            "name": "Ability Score Increase",
            "desc": "Your Dexterity score increases by 2, and you can choose to increase either your Wisdom or Charisma score by 1."
        },
        {
            "name": "Speed",
            "desc": "Your base walking speed is 25 feet."
        },
        {
            "name": "Darkvision",
            "desc": "Accustomed to life in the dark burrows of your people, 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": "Erina reach maturity around 15 years and can live up to 60 years, though some erina burrow elders have memories of events which suggest erina can live much longer."
        },
        {
            "name": "Alignment",
            "desc": "Erina are good-hearted and extremely social creatures who have a difficult time adapting to the laws of other species."
        },
        {
            "name": "Size",
            "desc": "Erina average about 3 feet tall and weigh about 50 pounds. Your size is Small."
        },
        {
            "name": "Languages",
            "desc": "You can speak Erina and either Common or Sylvan."
        },
        {
            "name": "Hardy",
            "desc": "The erina diet of snakes and venomous insects has made them hardy. You have advantage on saving throws against poison, and you have resistance against poison damage."
        },
        {
            "name": "Spines",
            "desc": "Erina grow needle-sharp spines in small clusters atop their heads and along their backs. While you are grappling a creature or while a creature is grappling you, the creature takes 1d4 piercing damage at the start of your turn."
        },
        {
            "name": "Keen Senses",
            "desc": "You have proficiency in the Perception skill."
        },
        {
            "name": "Digger",
            "desc": "You have a burrowing speed of 20 feet, but you can use it to move through only earth and sand, not mud, ice, or rock."
        }
    ],
    "name": "Erina",
    "desc": "Your erina character has traits which complement its curiosity, sociability, and fierce nature.",
    "document": "https://api-beta.open5e.com/v2/documents/toh/?format=api",
    "subrace_of": null
}