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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_beetle-clacker-soldier/?format=api",
    "key": "tob3_beetle-clacker-soldier",
    "name": "Beetle, Clacker Soldier",
    "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": "Small",
        "key": "small",
        "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
    },
    "challenge_rating_decimal": "1.000",
    "challenge_rating_text": "1",
    "proficiency_bonus": null,
    "speed": {
        "walk": 20.0,
        "climb": 20.0
    },
    "speed_all": {
        "unit": null,
        "walk": 20.0,
        "crawl": 10.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 20.0,
        "swim": 10.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 15,
    "armor_detail": "natural armor",
    "hit_points": 18,
    "hit_dice": "4d6+4",
    "experience_points": 200,
    "ability_scores": {
        "strength": 8,
        "dexterity": 14,
        "constitution": 13,
        "intelligence": 1,
        "wisdom": 7,
        "charisma": 3
    },
    "modifiers": {
        "strength": -1,
        "dexterity": 2,
        "constitution": 1,
        "intelligence": -5,
        "wisdom": -2,
        "charisma": -4
    },
    "initiative_bonus": 2,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": -1,
        "dexterity": 2,
        "constitution": 1,
        "intelligence": -5,
        "wisdom": -2,
        "charisma": -4
    },
    "skill_bonuses": {
        "perception": -2
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": -2,
        "arcana": -5,
        "athletics": -1,
        "deception": -4,
        "history": -5,
        "insight": -2,
        "intimidation": -4,
        "investigation": -5,
        "medicine": -2,
        "nature": -5,
        "perception": -2,
        "performance": -4,
        "persuasion": -4,
        "religion": -5,
        "sleight_of_hand": 2,
        "stealth": 2,
        "survival": -2
    },
    "passive_perception": 8,
    "resistances_and_immunities": {
        "damage_immunities_display": "thunder",
        "damage_immunities": [
            {
                "name": "Thunder",
                "key": "thunder",
                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            }
        ],
        "damage_resistances_display": "slashing from nonmagical attacks",
        "damage_resistances": [
            {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            {
                "name": "Slashing",
                "key": "slashing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": 30.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Compact",
            "desc": "Can occupy same space as one other clacker soldier."
        }
    ],
    "creaturesets": [],
    "environments": []
}