list: API endpoint for returning a list of creatures.
retrieve: API endpoint for returning a particular creature.

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_mudmutt/?format=api",
    "key": "tob3_mudmutt",
    "name": "Mudmutt",
    "document": {
        "name": "Tome of Beasts 3",
        "key": "tob3",
        "display_name": "Tome of Beasts 3",
        "publisher": {
            "name": "Kobold Press",
            "key": "kobold-press",
            "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2014",
            "key": "5e-2014",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
        },
        "permalink": "https://koboldpress.com/tome-of-beasts-3/"
    },
    "type": {
        "name": "Monstrosity",
        "key": "monstrosity",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "5.000",
    "challenge_rating_text": "5",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "swim": 20.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 20.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 15,
    "armor_detail": "",
    "hit_points": 105,
    "hit_dice": "14d10+28",
    "experience_points": 1800,
    "ability_scores": {
        "strength": 19,
        "dexterity": 20,
        "constitution": 15,
        "intelligence": 3,
        "wisdom": 12,
        "charisma": 2
    },
    "modifiers": {
        "strength": 4,
        "dexterity": 5,
        "constitution": 2,
        "intelligence": -4,
        "wisdom": 1,
        "charisma": -4
    },
    "initiative_bonus": 5,
    "saving_throws": {
        "strength": 7
    },
    "saving_throws_all": {
        "strength": 7,
        "dexterity": 5,
        "constitution": 2,
        "intelligence": -4,
        "wisdom": 1,
        "charisma": -4
    },
    "skill_bonuses": {
        "perception": 1
    },
    "skill_bonuses_all": {
        "acrobatics": 5,
        "animal_handling": 1,
        "arcana": -4,
        "athletics": 4,
        "deception": -4,
        "history": -4,
        "insight": 1,
        "intimidation": -4,
        "investigation": -4,
        "medicine": 1,
        "nature": -4,
        "perception": 1,
        "performance": -4,
        "persuasion": -4,
        "religion": -4,
        "sleight_of_hand": 5,
        "stealth": 5,
        "survival": 1
    },
    "passive_perception": 14,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "thunder",
        "damage_resistances": [
            {
                "name": "Thunder",
                "key": "thunder",
                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Amphibious",
            "desc": "Can breathe air and water."
        },
        {
            "name": "Hop By",
            "desc": "Doesn't provoke opportunity attacks when it jumps out of an enemy’s reach."
        },
        {
            "name": "Pack Tactics",
            "desc": "Advantage on attacks vs. creature if 1+ unincapacitated attacker ally is within 5 ft. of target."
        },
        {
            "name": "Standing Leap",
            "desc": "Its long jump is up to 20' and its high jump is up to 10 ft. with or with o a running start."
        },
        {
            "name": "Swamp Camouflage",
            "desc": "Has advantage on Dex (Stealth) checks made to hide in swampy terrain."
        }
    ],
    "creaturesets": [],
    "environments": []
}