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

GET /v2/species/srd-2024_human/?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_human/?format=api",
    "key": "srd-2024_human",
    "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 4–7 feet tall) or Small (about 2–4 feet tall), chosen when you select this species",
            "type": "SIZE",
            "order": 1
        },
        {
            "name": "Speed",
            "desc": "30 feet",
            "type": "SPEED",
            "order": 2
        },
        {
            "name": "Resourceful",
            "desc": "You gain Heroic Inspiration whenever you finish a Long Rest.",
            "type": null,
            "order": 3
        },
        {
            "name": "Skillful",
            "desc": "You gain proficiency in one skill of your choice.",
            "type": null,
            "order": 4
        },
        {
            "name": "Versatile",
            "desc": "You gain an Origin feat of your choice (see \"Feats\"). Skilled is recommended.",
            "type": null,
            "order": 5
        }
    ],
    "name": "Human",
    "desc": "",
    "subspecies_of": null
}