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

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

{
    "url": "https://api-beta.open5e.com/v2/races/purified/?format=api",
    "key": "purified",
    "is_subrace": true,
    "subraces": [],
    "traits": [
        {
            "name": "Ability Score Increase",
            "desc": "Your Charisma score increases by 1."
        },
        {
            "name": "Innate Spellcasting",
            "desc": "You know the poison spray cantrip. When you reach 3rd level, you can cast suggestion once with this trait and regain the ability to do so when you finish a long rest. When you reach 5th level, you can cast the tongues spell once and regain the ability to do so when you finish a long rest. Intelligence is your spellcasting ability for these spells."
        },
        {
            "name": "Born Leader",
            "desc": "You gain proficiency with two of the following skills of your choice: History, Insight, Performance, and Persuasion."
        }
    ],
    "name": "Purified",
    "desc": "You were born into the caste that produces the leaders and planners, the priests and wizards, the generals and officers of drow society. Your people, it is believed, were tested by the beneficent powers you worship, and you passed those tests to become something more. Your innate magic proves your superiority over your fellows.",
    "document": "https://api-beta.open5e.com/v2/documents/toh/?format=api",
    "subrace_of": "https://api-beta.open5e.com/v2/races/drow/?format=api"
}