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

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

{
    "url": "https://api-beta.open5e.com/v2/races/bhain-kwai/?format=api",
    "key": "bhain-kwai",
    "is_subrace": true,
    "subraces": [],
    "traits": [
        {
            "name": "Ability Score Increase",
            "desc": "Your Constitution score increases by 2, and your Strength score increases by 1."
        },
        {
            "name": "Strong Back",
            "desc": "Your carrying capacity is your Strength score multiplied by 20, instead of by 15."
        },
        {
            "name": "Wetland Dweller",
            "desc": "You are adapted to your home terrain. Difficult terrain composed of mud or from wading through water up to waist deep doesn't cost you extra movement. You have a swimming speed of 25 feet."
        }
    ],
    "name": "Bhain Kwai",
    "desc": "You are a minotaur adapted to life in the bogs and wetlands of the world.",
    "document": "https://api-beta.open5e.com/v2/documents/toh/?format=api",
    "subrace_of": "https://api-beta.open5e.com/v2/races/minotaur/?format=api"
}