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

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

{
    "url": "https://api-beta.open5e.com/v2/races/favored/?format=api",
    "key": "favored",
    "is_subrace": true,
    "subraces": [],
    "traits": [
        {
            "name": "Ability Score Increase",
            "desc": "Your Charisma score increases by 1."
        },
        {
            "name": "Blessed Help",
            "desc": "Your intuition and connection to your allies allows you to assist and protect them. You know the spare the dying cantrip. When you reach 3rd level, you can cast the bless spell once with this trait and regain the ability to do so when you finish a long rest. Charisma is your spellcasting ability for these spells."
        },
        {
            "name": "Clan Leader",
            "desc": "You have proficiency in the Persuasion skill."
        },
        {
            "name": "Restful Spores",
            "desc": "If you or any friendly creatures within 30 feet of you regain hit points at the end of a short rest by spending one or more Hit Dice, each of those creatures regains additional hit points equal to your proficiency bonus. Once a creature benefits from your restful spores, it can't do so again until it finishes a long rest."
        }
    ],
    "name": "Favored",
    "desc": "A few special mushroomfolk grow to become shamans, generals, and other types of leaders. Your spores invite cooperation, peace, and healing among your allies. Others look to you for guidance and succor in the harsh underground environs.",
    "document": "https://api-beta.open5e.com/v2/documents/toh/?format=api",
    "subrace_of": "https://api-beta.open5e.com/v2/races/mushroomfolk/?format=api"
}