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

GET /v2/species/srd-2024_orc/?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_orc/?format=api",
    "key": "srd-2024_orc",
    "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 6–7 feet tall)",
            "type": "SIZE",
            "order": 1
        },
        {
            "name": "Speed",
            "desc": "30 feet",
            "type": "SPEED",
            "order": 2
        },
        {
            "name": "Adrenaline Rush",
            "desc": "You can take the Dash action as a Bonus Action. When you do so, you gain a number of Temporary Hit Points equal to your Proficiency Bonus.\n\nYou can use this trait a number of times equal to your Proficiency Bonus, and you regain all expended uses when you finish a Short or Long Rest.",
            "type": null,
            "order": 3
        },
        {
            "name": "Darkvision",
            "desc": "You have Darkvision with a range of 120 feet.",
            "type": null,
            "order": 4
        },
        {
            "name": "Relentless Endurance",
            "desc": "When you are reduced to 0 Hit Points but not killed outright, you can drop to 1 Hit Point instead. Once you use this trait, you can't do so again until you finish a Long Rest.",
            "type": null,
            "order": 5
        }
    ],
    "name": "Orc",
    "desc": "",
    "subspecies_of": null
}