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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_troll-tumor/?format=api",
    "key": "tob3_troll-tumor",
    "name": "Troll, Tumor",
    "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": "Giant",
        "key": "giant",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "6.000",
    "challenge_rating_text": "6",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "Giant",
        "data": [
            {
                "name": "Giant",
                "key": "giant",
                "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "desc": "Typical speakers include ogres, and giants."
            }
        ]
    },
    "armor_class": 13,
    "armor_detail": "natural armor",
    "hit_points": 125,
    "hit_dice": "10d10+70",
    "experience_points": 2300,
    "ability_scores": {
        "strength": 18,
        "dexterity": 7,
        "constitution": 24,
        "intelligence": 5,
        "wisdom": 7,
        "charisma": 5
    },
    "modifiers": {
        "strength": 4,
        "dexterity": -2,
        "constitution": 7,
        "intelligence": -3,
        "wisdom": -2,
        "charisma": -3
    },
    "initiative_bonus": -2,
    "saving_throws": {
        "wisdom": 1
    },
    "saving_throws_all": {
        "strength": 4,
        "dexterity": -2,
        "constitution": 7,
        "intelligence": -3,
        "wisdom": 1,
        "charisma": -3
    },
    "skill_bonuses": {
        "perception": -2
    },
    "skill_bonuses_all": {
        "acrobatics": -2,
        "animal_handling": -2,
        "arcana": -3,
        "athletics": 4,
        "deception": -3,
        "history": -3,
        "insight": -2,
        "intimidation": -3,
        "investigation": -3,
        "medicine": -2,
        "nature": -3,
        "perception": -2,
        "performance": -3,
        "persuasion": -3,
        "religion": -3,
        "sleight_of_hand": -2,
        "stealth": -2,
        "survival": -2
    },
    "passive_perception": 8,
    "resistances_and_immunities": {
        "damage_immunities_display": "poison",
        "damage_immunities": [
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            }
        ],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "poisoned",
        "condition_immunities": [
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Regeneration",
            "desc": "Regains 10 hp at start of its turn. If troll takes acid or fire this doesn’t function at start of troll’s next turn. Dies only if it starts turn with 0 hp and doesn’t regenerate."
        },
        {
            "name": "Uncontrolled Growth",
            "desc": "When it regains hp from its Regeneration gains random teratoma. Teratoma and effects last until removed or replaced by another. Troll can have only 3 at a time. If it would gain a 4th oldest fades and is replaced. Teratomas (d6):1 New Senses: A bevy of new ears and noses give troll advantage on Wis (Perception) checks that rely on hearing or smell.2 Many Feet: The troll can’t be knocked prone.3 Adrenal Overdrive: Can’t be frightened or suffer exhaustion.4 Clinging Limbs: When this teratoma is removed with Fling Limb action it attaches to target. While attached to target target takes 3 (1d6) poison at start of each of its turns. A creature including target can use its action to detach teratoma.5 Echo Chambers: Has blindsight out to a range of 60'.6 New Pain Nerves: Disadvantage on any non-attack roll."
        }
    ],
    "creaturesets": [],
    "environments": []
}