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

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

{
    "url": "https://api-beta.open5e.com/v2/races/human-half-elf-heritage/?format=api",
    "key": "human-half-elf-heritage",
    "is_subrace": true,
    "subraces": [],
    "traits": [
        {
            "name": "Ability Score Increase",
            "desc": "One ability score of your choice, other than Constitution, increases by 2."
        },
        {
            "name": "Versatility",
            "desc": "The training and experience of your early years was not lost when you became a darakhul. You have proficiency in two skills and one tool of your choice."
        }
    ],
    "name": "Human/Half-Elf Heritage",
    "desc": "Your darakhul character was a human or half-elf before transforming into a darakhul. Where there was once light there is now darkness. Where there was once love there is now hunger. You know if the darkness and hunger become all-consuming, you are truly lost. But the powers of your new form are strangely comfortable. How much of your old self is still there, and what can this new form give you that your old one couldn't?",
    "document": "https://api-beta.open5e.com/v2/documents/toh/?format=api",
    "subrace_of": "https://api-beta.open5e.com/v2/races/darakhul/?format=api"
}