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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_dinosaur-therizinosaurus/?format=api",
    "key": "tob3_dinosaur-therizinosaurus",
    "name": "Dinosaur, Therizinosaurus",
    "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": "Beast",
        "key": "beast",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
    },
    "size": {
        "name": "Huge",
        "key": "huge",
        "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
    },
    "challenge_rating_decimal": "5.000",
    "challenge_rating_text": "5",
    "proficiency_bonus": null,
    "speed": {
        "walk": 40.0
    },
    "speed_all": {
        "unit": null,
        "walk": 40.0,
        "crawl": 20.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 20.0,
        "swim": 20.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 13,
    "armor_detail": "natural armor",
    "hit_points": 95,
    "hit_dice": "10d12+30",
    "experience_points": 1800,
    "ability_scores": {
        "strength": 21,
        "dexterity": 9,
        "constitution": 17,
        "intelligence": 3,
        "wisdom": 14,
        "charisma": 7
    },
    "modifiers": {
        "strength": 5,
        "dexterity": -1,
        "constitution": 3,
        "intelligence": -4,
        "wisdom": 2,
        "charisma": -2
    },
    "initiative_bonus": -1,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 5,
        "dexterity": -1,
        "constitution": 3,
        "intelligence": -4,
        "wisdom": 2,
        "charisma": -2
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": -1,
        "animal_handling": 2,
        "arcana": -4,
        "athletics": 5,
        "deception": -2,
        "history": -4,
        "insight": 2,
        "intimidation": -2,
        "investigation": -4,
        "medicine": 2,
        "nature": -4,
        "perception": 2,
        "performance": -2,
        "persuasion": -2,
        "religion": -4,
        "sleight_of_hand": -1,
        "stealth": -1,
        "survival": 2
    },
    "passive_perception": 12,
    "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": null,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Relentless (Recharge: Short/Long Rest)",
            "desc": "If therizinosaurus would take 20 or less damage that would reduce it to less than 1 hp it is reduced to 1 hp instead."
        }
    ],
    "creaturesets": [],
    "environments": []
}