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

GET /v2/species/srd-2024_elf/?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_elf/?format=api",
    "key": "srd-2024_elf",
    "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": "Medium (about 5–6 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": "Elven Lineage",
            "desc": "You are part of a lineage that grants you supernatural abilities. Choose a lineage from the Elven Lineages table. You gain the level 1 benefit of that lineage.\n\nWhen you reach character levels 3 and 5, you learn a higher-level spell, as shown on the table. You always have that spell prepared. You can cast it once without a spell slot, and you regain the ability to cast it in that way when you finish a Long Rest. You can also cast the spell using any spell slots you have of the appropriate level.\n\nTable: Elven Lineages\n\n|Lineage|Level 1|Level 3|Level 5|\n|---|---|---|---|\n|Drow|The range of your Darkvision increases to 120 feet. You also know the Dancing Lights cantrip.|Faerie Fire|Darkness|\n|High Elf|You know the Prestidigitation cantrip. Whenever you finish a Long Rest, you can replace that cantrip with a different cantrip from the Wizard spell list.|Detect Magic|Misty Step|\n|Wood Elf|Your Speed increases to 35 feet. You also know the Druidcraft cantrip.|Longstrider|Pass without Trace|\n\nIntelligence, Wisdom, or Charisma is your spellcasting ability for the spells you cast with this trait (choose the ability when you select the lineage).",
            "type": null,
            "order": 4
        },
        {
            "name": "Fey Ancestry",
            "desc": "You have Advantage on saving throws you make to avoid or end the Charmed condition.",
            "type": null,
            "order": 5
        },
        {
            "name": "Keen Senses",
            "desc": "You have proficiency in the Insight, Perception, or Survival skill.",
            "type": null,
            "order": 6
        },
        {
            "name": "Trance",
            "desc": "You don't need to sleep, and magic can't put you to sleep. You can finish a Long Rest in 4 hours if you spend those hours in a trancelike meditation, during which you retain consciousness.",
            "type": null,
            "order": 7
        }
    ],
    "name": "Elf",
    "desc": "",
    "subspecies_of": null
}