list: API endpoint for returning a list of species.
retrieve: API endpoint for returning a particular species.

GET /v2/species/srd-2024_gnome/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/species/srd-2024_gnome/?format=api",
    "key": "srd-2024_gnome",
    "is_subspecies": false,
    "document": {
        "name": "System Reference Document 5.2",
        "key": "srd-2024",
        "display_name": "5e 2024 Rules",
        "publisher": {
            "name": "Wizards of the Coast",
            "key": "wizards-of-the-coast",
            "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2024",
            "key": "5e-2024",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
        },
        "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
    },
    "traits": [
        {
            "name": "Size",
            "desc": "Small (about 3–4 feet tall)",
            "type": "SIZE",
            "order": 1
        },
        {
            "name": "Speed",
            "desc": "30 feet",
            "type": "SPEED",
            "order": 2
        },
        {
            "name": "Darkvision",
            "desc": "You have Darkvision with a range of 60 feet.",
            "type": null,
            "order": 3
        },
        {
            "name": "Gnomish Cunning",
            "desc": "You have Advantage on Intelligence, Wisdom, and Charisma saving throws.",
            "type": null,
            "order": 4
        },
        {
            "name": "Gnomish Lineage",
            "desc": "You are part of a lineage that grants you supernatural abilities. Choose one of the following options; whichever one you choose, Intelligence, Wisdom, or Charisma is your spellcasting ability for the spells you cast with this trait (choose the ability when you select the lineage):\n\n**Forest Gnome.** You know the *Minor Illusion* cantrip. You also always have the *Speak with Animals* spell prepared. You can cast it without a spell slot a number of times equal to your Proficiency Bonus, and you regain all expended uses when you finish a Long Rest. You can also use any spell slots you have to cast the spell.\n\n**Rock Gnome.** You know the *Mending* and *Prestidigitation* cantrips. In addition, you can spend 10 minutes casting *Prestidigitation* to create a Tiny clockwork device (AC 5, 1 HP), such as a toy, fire starter, or music box. When you create the device, you determine its function by choosing one effect from *Prestidigitation*; the device produces that effect whenever you or another creature takes a Bonus Action to activate it with a touch. If the chosen effect has options within it, you choose one of those options for the device when you create it. For example, if you choose the spell's ignite-extinguish effect, you determine whether the device ignites or extinguishes fire; the device doesn't do both. You can have three such devices in existence at a time, and each falls apart 8 hours after its creation or when you dismantle it with a touch as a Utilize action.",
            "type": null,
            "order": 5
        }
    ],
    "name": "Gnome",
    "desc": "",
    "subspecies_of": null
}