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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_ice-urchin/?format=api",
    "key": "tob3_ice-urchin",
    "name": "Ice Urchin",
    "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": "1.000",
    "challenge_rating_text": "1",
    "proficiency_bonus": null,
    "speed": {
        "walk": 20.0
    },
    "speed_all": {
        "unit": null,
        "walk": 20.0,
        "crawl": 10.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 10.0,
        "swim": 10.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "understands Aquan but can't speak",
        "data": []
    },
    "armor_class": 14,
    "armor_detail": "natural armor",
    "hit_points": 45,
    "hit_dice": "6d10+12",
    "experience_points": 200,
    "ability_scores": {
        "strength": 15,
        "dexterity": 12,
        "constitution": 14,
        "intelligence": 5,
        "wisdom": 11,
        "charisma": 5
    },
    "modifiers": {
        "strength": 2,
        "dexterity": 1,
        "constitution": 2,
        "intelligence": -3,
        "wisdom": 0,
        "charisma": -3
    },
    "initiative_bonus": 1,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 2,
        "dexterity": 1,
        "constitution": 2,
        "intelligence": -3,
        "wisdom": 0,
        "charisma": -3
    },
    "skill_bonuses": {
        "perception": 0
    },
    "skill_bonuses_all": {
        "acrobatics": 1,
        "animal_handling": 0,
        "arcana": -3,
        "athletics": 2,
        "deception": -3,
        "history": -3,
        "insight": 0,
        "intimidation": -3,
        "investigation": -3,
        "medicine": 0,
        "nature": -3,
        "perception": 0,
        "performance": -3,
        "persuasion": -3,
        "religion": -3,
        "sleight_of_hand": 1,
        "stealth": 1,
        "survival": 0
    },
    "passive_perception": 10,
    "resistances_and_immunities": {
        "damage_immunities_display": "cold",
        "damage_immunities": [
            {
                "name": "Cold",
                "key": "cold",
                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            }
        ],
        "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": "Fear of Fire",
            "desc": "An ice urchin is inherently fearful of fire. If presented forcefully with fire or if it is dealt fire the ice urchin must make DC 13 Wis save or become frightened until the end of its next turn. Once it has been frightened by a specific source of fire (such as a torch) the ice urchin can’t be frightened by that same source again for 24 hrs."
        },
        {
            "name": "Ice Slide",
            "desc": "Its speed increases to 60' when it moves on snow or ice. Additionally difficult terrain composed of ice or snow doesn’t cost it extra movement."
        },
        {
            "name": "Melting Away",
            "desc": "If it takes fire damage its AC is reduced by 2 and it has disadvantage on attack rolls until the end of its next turn."
        },
        {
            "name": "Spiny Defense",
            "desc": "A creature that touches the ice urchin or hits it with melee attack while within 5 ft. of it takes 3 (1d6) piercing damage and 2 (1d4) cold."
        },
        {
            "name": "Venomous Spine Regrowth",
            "desc": "An ice urchin has twelve venomous spines. Used spines regrow when the ice urchin finishes a long rest."
        }
    ],
    "creaturesets": [],
    "environments": []
}