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

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

{
    "url": "https://api-beta.open5e.com/v2/races/fever-bit/?format=api",
    "key": "fever-bit",
    "is_subrace": true,
    "subraces": [],
    "traits": [
        {
            "name": "Ability Score Increase",
            "desc": "Your Constitution score increases by 1."
        },
        {
            "name": "Deathly Resilience",
            "desc": "Your long exposure to the life-sapping energies of darakhul fever has made you more resilient. You have resistance to necrotic damage, and advantage on death saving throws."
        },
        {
            "name": "Iron Constitution",
            "desc": "You are immune to disease."
        },
        {
            "name": "Near-Death Experience",
            "desc": "Your brush with death has made you more stalwart in the face of danger. You have advantage on saving throws against being frightened."
        }
    ],
    "name": "Fever-Bit",
    "desc": "You were once a typical drow, then you fell victim to the ravaging claws and teeth of a darakhul. The deadly darakhul fever almost took your life, but, when you were on the verge of succumbing, you rallied and survived. You were changed, however, in ways that even the greatest healers of your people can't fathom. But now that you are immune to darakhul fever, your commanders have a job for you.",
    "document": "https://api-beta.open5e.com/v2/documents/toh/?format=api",
    "subrace_of": "https://api-beta.open5e.com/v2/races/drow/?format=api"
}