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

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

{
    "url": "https://api-beta.open5e.com/v2/races/lightfoot/?format=api",
    "key": "lightfoot",
    "is_subrace": true,
    "subraces": [],
    "traits": [
        {
            "name": "Ability Score Increase",
            "desc": "Your Charisma score increases by 1."
        },
        {
            "name": "Naturally Stealthy",
            "desc": "You can attempt to hide even when you are obscured only by a creature that is at least one size larger than you."
        }
    ],
    "name": "Lightfoot",
    "desc": "As a lightfoot halfling, you can easily hide from notice, even using other people as cover. You're inclined to be affable and get along well with others. Lightfoots are more prone to wanderlust than other halflings, and often dwell alongside other races or take up a nomadic life.",
    "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
    "subrace_of": "https://api-beta.open5e.com/v2/races/halfling/?format=api"
}