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

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

{
    "url": "https://api-beta.open5e.com/v2/races/acid-cap/?format=api",
    "key": "acid-cap",
    "is_subrace": true,
    "subraces": [],
    "traits": [
        {
            "name": "Ability Score Increase",
            "desc": "Your Strength score increases by 1."
        },
        {
            "name": "Acid Cap Resistance",
            "desc": "You have resistance to acid damage."
        },
        {
            "name": "Acid Spores",
            "desc": "When you are hit by a melee weapon attack within 5 feet of you, you can use your reaction to emit acidic spores. If you do, the attacker takes acid damage equal to half your level (rounded up). You can use your acid spores a number of times equal to your Constitution modifier (a minimum of once). You regain any expended uses when you finish a long rest."
        },
        {
            "name": "Clan Athlete",
            "desc": "You have proficiency in the Athletics skill."
        }
    ],
    "name": "Acid Cap",
    "desc": "You were one of the warriors and guardians of your clan, using your strength and acid spores to protect your clanmates and your territory.",
    "document": "https://api-beta.open5e.com/v2/documents/toh/?format=api",
    "subrace_of": "https://api-beta.open5e.com/v2/races/mushroomfolk/?format=api"
}