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

GET /v2/creatures/tob3_gremlin-rum-story-keeper/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_gremlin-rum-story-keeper/?format=api",
    "key": "tob3_gremlin-rum-story-keeper",
    "name": "Gremlin, Rum Story Keeper",
    "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": "Fey",
        "key": "fey",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
    },
    "size": {
        "name": "Tiny",
        "key": "tiny",
        "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
    },
    "challenge_rating_decimal": "2.000",
    "challenge_rating_text": "2",
    "proficiency_bonus": null,
    "speed": {
        "walk": 20.0,
        "climb": 10.0,
        "swim": 10.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": "chaotic evil",
    "languages": {
        "as_string": "Common",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            }
        ]
    },
    "armor_class": 13,
    "armor_detail": "",
    "hit_points": 38,
    "hit_dice": "7d4+21",
    "experience_points": 450,
    "ability_scores": {
        "strength": 12,
        "dexterity": 16,
        "constitution": 16,
        "intelligence": 12,
        "wisdom": 9,
        "charisma": 16
    },
    "modifiers": {
        "strength": 1,
        "dexterity": 3,
        "constitution": 3,
        "intelligence": 1,
        "wisdom": -1,
        "charisma": 3
    },
    "initiative_bonus": 3,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 1,
        "dexterity": 3,
        "constitution": 3,
        "intelligence": 1,
        "wisdom": -1,
        "charisma": 3
    },
    "skill_bonuses": {
        "perception": -1
    },
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": -1,
        "arcana": 1,
        "athletics": 1,
        "deception": 3,
        "history": 1,
        "insight": -1,
        "intimidation": 3,
        "investigation": 1,
        "medicine": -1,
        "nature": 1,
        "perception": -1,
        "performance": 3,
        "persuasion": 3,
        "religion": 1,
        "sleight_of_hand": 3,
        "stealth": 3,
        "survival": -1
    },
    "passive_perception": 11,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "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": 120.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Aura of Drunkenness",
            "desc": "Each creature that starts its turn in 20' radius aura: DC 12 Con save or poisoned for 1 hr. Creature that has consumed alcohol within past hr has disadvantage on the save. While poisoned creature falls prone if it tries to move more than half its speed during a turn. Creature that succeeds on the save is immune to Aura of Drunkenness of all rum gremlins for 24 hrs."
        },
        {
            "name": "Magic Resistance",
            "desc": "Advantage: spell/magic effect saves."
        }
    ],
    "creaturesets": [],
    "environments": []
}