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

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

{
    "url": "https://api-beta.open5e.com/v2/races/hill-dwarf/?format=api",
    "key": "hill-dwarf",
    "is_subrace": true,
    "subraces": [],
    "traits": [
        {
            "name": "Ability Score Increase",
            "desc": "Your Wisdom score increases by 1."
        },
        {
            "name": "Dwarven Toughness",
            "desc": "Your hit point maximum increases by 1, and it increases by 1 every time you gain a level."
        }
    ],
    "name": "Hill Dwarf",
    "desc": "As a hill dwarf, you have keen senses, deep intuition, and remarkable resilience.",
    "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
    "subrace_of": "https://api-beta.open5e.com/v2/races/dwarf/?format=api"
}