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

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

{
    "count": 52,
    "next": null,
    "previous": "https://api-beta.open5e.com/v2/races/?format=api",
    "results": [
        {
            "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"
        },
        {
            "url": "https://api-beta.open5e.com/v2/races/uncorrupted/?format=api",
            "key": "uncorrupted",
            "is_subrace": true,
            "subraces": [],
            "traits": [
                {
                    "name": "Ability Score Increase",
                    "desc": "Your Wisdom score increases by 1."
                },
                {
                    "name": "Psychic Barrier",
                    "desc": "Your time among your less sane brethren has inured you to their madness. You have resistance to psychic damage, and you have advantage on ability checks and saving throws made against effects that inflict insanity, such as spells like contact other plane and symbol, and effects that cause short-term, long-term, or indefinite madness."
                },
                {
                    "name": "Studied Insight",
                    "desc": "You are skilled at discerning other creature's motives and intentions. You have proficiency in the Insight skill, and, if you study a creature for at least 1 minute, you have advantage on any initiative checks in combat against that creature for the next hour."
                }
            ],
            "name": "Uncorrupted",
            "desc": "Someone in your past failed to do their job of driving you to the brink of insanity. It might have been a doting parent that decided to buck tradition. It might have been a touched seer who had visions of your future without the connections to the mad gods your people serve. It might have been a whole outcast community of derro rebels who refused to serve the madness of your ancestors. Whatever happened in your past, you are quite sane—or at least quite sane for a derro.",
            "document": "https://api-beta.open5e.com/v2/documents/toh/?format=api",
            "subrace_of": "https://api-beta.open5e.com/v2/races/derro/?format=api"
        }
    ]
}