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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_giant-lantern/?format=api",
    "key": "tob3_giant-lantern",
    "name": "Giant, Lantern",
    "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": "Giant",
        "key": "giant",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api"
    },
    "size": {
        "name": "Huge",
        "key": "huge",
        "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
    },
    "challenge_rating_decimal": "12.000",
    "challenge_rating_text": "12",
    "proficiency_bonus": null,
    "speed": {
        "walk": 40.0,
        "swim": 60.0
    },
    "speed_all": {
        "unit": null,
        "walk": 40.0,
        "crawl": 20.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 20.0,
        "swim": 60.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral",
    "languages": {
        "as_string": "Common, Giant, Primordial",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Giant",
                "key": "giant",
                "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "desc": "Typical speakers include ogres, and giants."
            },
            {
                "name": "Primordial",
                "key": "primordial",
                "url": "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "desc": "Typical speakers are elementals."
            }
        ]
    },
    "armor_class": 16,
    "armor_detail": "natural armor",
    "hit_points": 225,
    "hit_dice": "18d12+108",
    "experience_points": 8400,
    "ability_scores": {
        "strength": 26,
        "dexterity": 12,
        "constitution": 22,
        "intelligence": 15,
        "wisdom": 16,
        "charisma": 17
    },
    "modifiers": {
        "strength": 8,
        "dexterity": 1,
        "constitution": 6,
        "intelligence": 2,
        "wisdom": 3,
        "charisma": 3
    },
    "initiative_bonus": 1,
    "saving_throws": {
        "constitution": 1,
        "wisdom": 7,
        "charisma": 7
    },
    "saving_throws_all": {
        "strength": 8,
        "dexterity": 1,
        "constitution": 1,
        "intelligence": 2,
        "wisdom": 7,
        "charisma": 7
    },
    "skill_bonuses": {
        "perception": 3
    },
    "skill_bonuses_all": {
        "acrobatics": 1,
        "animal_handling": 3,
        "arcana": 2,
        "athletics": 8,
        "deception": 3,
        "history": 2,
        "insight": 3,
        "intimidation": 3,
        "investigation": 2,
        "medicine": 3,
        "nature": 2,
        "perception": 3,
        "performance": 3,
        "persuasion": 3,
        "religion": 2,
        "sleight_of_hand": 1,
        "stealth": 1,
        "survival": 3
    },
    "passive_perception": 17,
    "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": "blinded",
        "condition_immunities": [
            {
                "name": "Blinded",
                "key": "blinded",
                "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
            }
        ]
    },
    "normal_sight_range": null,
    "darkvision_range": null,
    "blindsight_range": 120.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Hypnotic Luminescence",
            "desc": "Tendril on giant’s head sheds bright light in 60' radius and dim light extra 60'. When creature that can see the light starts its turn within 60' of giant creature charmed 24 hrs (DC 18 Cha negates) regarding giant as friendly acquaintance. If giant or one of its allies harms charmed creature this effect ends. If save succeeds/effect ends for it creature immune to giant's Hypnotic Luminescence for next 24 hrs. At start of its turn lantern giant chooses whether this light is active."
        },
        {
            "name": "Limited Amphibiousness",
            "desc": "Can breathe air and water but it needs to be submerged at least once every 4 hrs to avoid suffocating."
        },
        {
            "name": "Speak with Aquatic Creatures",
            "desc": "Communicate with Monstrosities and Beasts that have a swim speed as if they shared a language."
        }
    ],
    "creaturesets": [],
    "environments": []
}