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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_trollkin-ragecaster/?format=api",
    "key": "tob3_trollkin-ragecaster",
    "name": "Trollkin Ragecaster",
    "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": "Humanoid",
        "key": "humanoid",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "5.000",
    "challenge_rating_text": "5",
    "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 neutral",
    "languages": {
        "as_string": "Common, Trollkin",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            }
        ]
    },
    "armor_class": 15,
    "armor_detail": "leather armor",
    "hit_points": 112,
    "hit_dice": "15d8+45",
    "experience_points": 1800,
    "ability_scores": {
        "strength": 14,
        "dexterity": 17,
        "constitution": 16,
        "intelligence": 9,
        "wisdom": 14,
        "charisma": 18
    },
    "modifiers": {
        "strength": 2,
        "dexterity": 3,
        "constitution": 3,
        "intelligence": -1,
        "wisdom": 2,
        "charisma": 4
    },
    "initiative_bonus": 3,
    "saving_throws": {
        "constitution": 6
    },
    "saving_throws_all": {
        "strength": 2,
        "dexterity": 3,
        "constitution": 6,
        "intelligence": -1,
        "wisdom": 2,
        "charisma": 4
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": 2,
        "arcana": -1,
        "athletics": 2,
        "deception": 4,
        "history": -1,
        "insight": 2,
        "intimidation": 4,
        "investigation": -1,
        "medicine": 2,
        "nature": -1,
        "perception": 2,
        "performance": 4,
        "persuasion": 4,
        "religion": -1,
        "sleight_of_hand": 3,
        "stealth": 3,
        "survival": 2
    },
    "passive_perception": 15,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "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": [
        {
            "name": "Ragecasting",
            "desc": "Enters special rage that lets it channel elemental power for 1 min. While ragecasting: disadvantage on Wis saves and gains fly speed of 60'. It can end ragecasting as a bonus action. When ragecasting ends it descends 60'/round until it lands on a solid surface and can continue concentrating on spell it cast while ragecasting.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "PER_DAY",
                "param": 3
            }
        }
    ],
    "traits": [
        {
            "name": "Brutal Claws",
            "desc": "Its claw deals one extra die of its damage when trollkin isn’t ragecasting (included in the attack)."
        },
        {
            "name": "Magic Resistance",
            "desc": "Advantage: spell/magic effect saves."
        },
        {
            "name": "Regeneration",
            "desc": "Regains 10 hp at the start of its turn. If it takes acid or fire this trait doesn’t function at start of its next turn. Dies only if it starts turn with 0 hp and doesn’t regenerate."
        },
        {
            "name": "Thick Hide",
            "desc": "Its skin is thick and tough granting it a +1 bonus to Armor Class (already factored into its AC)."
        }
    ],
    "creaturesets": [],
    "environments": []
}