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

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

{
    "url": "https://api-beta.open5e.com/v2/races/trollkin-heritage/?format=api",
    "key": "trollkin-heritage",
    "is_subrace": true,
    "subraces": [],
    "traits": [
        {
            "name": "Ability Score Increase",
            "desc": "Your Strength score increases by 2."
        },
        {
            "name": "Regenerative Bite",
            "desc": "The regenerative powers of your trollkin heritage are less potent than they were in life and need a little help. As an action, you can make a bite attack against a creature that isn't undead or a construct. On a hit, you regain hit points (minimum of 1) equal to half the amount of damage dealt. Once you use this trait, you can't use it again until you finish a long rest."
        }
    ],
    "name": "Trollkin Heritage",
    "desc": "Your darakhul character was a trollkin (see Midgard Heroes Handbook) before transforming into a darakhul. Others saw you as a monster because of your ancestry. You became inured to the fearful looks and hurried exits of those around you. If only they could see you now. Does your new state make you seek revenge on them, or are you able to maintain your self-control despite the new urges you feel?",
    "document": "https://api-beta.open5e.com/v2/documents/toh/?format=api",
    "subrace_of": "https://api-beta.open5e.com/v2/races/darakhul/?format=api"
}