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

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

{
    "url": "https://api-beta.open5e.com/v2/races/rock-gnome/?format=api",
    "key": "rock-gnome",
    "is_subrace": true,
    "subraces": [],
    "traits": [
        {
            "name": "Ability Score Increase",
            "desc": "Your Constitution score increases by 1."
        },
        {
            "name": "Artificer's Lore",
            "desc": "Whenever you make an Intelligence (History) check related to magic items, alchemical objects, or technological devices, you can add twice your proficiency bonus, instead of any proficiency bonus you normally apply."
        },
        {
            "name": "Tinker",
            "desc": "You have proficiency with artisan's tools (tinker's tools). Using those tools, you can spend 1 hour and 10 gp worth of materials to construct a Tiny clockwork device (AC 5, 1 hp). The device ceases to function after 24 hours (unless you spend 1 hour repairing it to keep the device functioning), or when you use your action to dismantle it; at that time, you can reclaim the materials used to create it. You can have up to three such devices active at a time.\r\n\r\nWhen you create a device, choose one of the following options:\r\n* _Clockwork Toy._ This toy is a clockwork animal, monster, or person, such as a frog, mouse, bird, dragon, or soldier. When placed on the ground, the toy moves 5 feet across the ground on each of your turns in a random direction. It makes noises as appropriate to the creature it represents.\r\n* _Fire Starter._ The device produces a miniature flame, which you can use to light a candle, torch, or campfire. Using the device requires your action.\r\n* _Music Box._ When opened, this music box plays a single song at a moderate volume. The box stops playing when it reaches the song's end or when it is closed."
        }
    ],
    "name": "Rock Gnome",
    "desc": "As a rock gnome, you have a natural inventiveness and hardiness beyond that of other gnomes.",
    "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api",
    "subrace_of": "https://api-beta.open5e.com/v2/races/gnome/?format=api"
}