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

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

{
    "url": "https://api-beta.open5e.com/v2/races/delver/?format=api",
    "key": "delver",
    "is_subrace": true,
    "subraces": [],
    "traits": [
        {
            "name": "Ability Score Increase",
            "desc": "Your Strength or Dexterity score increases by 1."
        },
        {
            "name": "Rapport with Insects",
            "desc": "Your caste's years of working alongside the giant spiders and beetles that your people utilized in building and defending cities has left your caste with an innate affinity with the creatures. You can communicate simple ideas with insect-like beasts with an Intelligence of 3 or lower, such as spiders, beetles, wasps, scorpions, and centipedes. You can understand them in return, though this understanding is often limited to knowing the creature's current or most recent state, such as “hungry,” “content,” or “in danger.” Delver drow often keep such creatures as pets, mounts, or beasts of burden."
        },
        {
            "name": "Specialized Training",
            "desc": "You are proficient in one skill and one tool of your choice."
        },
        {
            "name": "Martial Excellence",
            "desc": "You are proficient with one martial weapon of your choice and with light armor."
        }
    ],
    "name": "Delver",
    "desc": "You are one of the workers whose labors prop up most of drow society. You were trained from birth to follow orders and serve the collective. You learned your trade well, whether it was building or fighting or erecting the traps that protected passages to your population centers.",
    "document": "https://api-beta.open5e.com/v2/documents/toh/?format=api",
    "subrace_of": "https://api-beta.open5e.com/v2/races/drow/?format=api"
}