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

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

{
    "url": "https://api-beta.open5e.com/v2/races/morel/?format=api",
    "key": "morel",
    "is_subrace": true,
    "subraces": [],
    "traits": [
        {
            "name": "Ability Score Increase",
            "desc": "Your Dexterity score increases by 1."
        },
        {
            "name": "Adaptable Camouflage",
            "desc": "If you spend at least 1 minute in an environment with ample naturally occurring plants or fungi, such as a grassland, a forest, or an underground fungal cavern, you can adjust your natural coloration to blend in with the local plant life. If you do so, you have advantage on Dexterity (Stealth) checks for the next 24 hours while in that environment."
        },
        {
            "name": "Clan Scout",
            "desc": "You have proficiency in the Stealth skill."
        }
    ],
    "name": "Morel",
    "desc": "Your specialty for your clan was acting as a scout and a wayfinder. Your abilities to avoid problems and locate new sources of food for your clan was instrumental in their survival, and your interactions with other clans helped keep your people alive and well.",
    "document": "https://api-beta.open5e.com/v2/documents/toh/?format=api",
    "subrace_of": "https://api-beta.open5e.com/v2/races/mushroomfolk/?format=api"
}