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

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

{
    "url": "https://api-beta.open5e.com/v2/races/high-elf/?format=api",
    "key": "high-elf",
    "is_subrace": true,
    "subraces": [],
    "traits": [
        {
            "name": "Ability Score Increase",
            "desc": "Your Intelligence score increases by 1."
        },
        {
            "name": "Elf Weapon Training",
            "desc": "You have proficiency with the longsword, shortsword, shortbow, and longbow."
        },
        {
            "name": "Cantrip",
            "desc": "You know one cantrip of your choice from the wizard spell list. Intelligence is your spellcasting ability for it."
        },
        {
            "name": "Extra Language",
            "desc": "You can speak, read, and write one extra language of your choice."
        }
    ],
    "name": "High Elf",
    "desc": "As a high elf, you have a keen mind and a mastery of at least the basics of magic. In many fantasy gaming worlds, there are two kinds of high elves. One type is haughty and reclusive, believing themselves to be superior to non-elves and even other elves. The other type is more common and more friendly, and often encountered among humans and other races.",
    "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
    "subrace_of": "https://api-beta.open5e.com/v2/races/elf/?format=api"
}