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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_sea-hag/?format=api",
    "key": "a5e-mm_sea-hag",
    "name": "Sea Hag",
    "document": {
        "name": "Monstrous Menagerie",
        "key": "a5e-mm",
        "display_name": "Monstrous Menagerie",
        "publisher": {
            "name": "EN Publishing",
            "key": "en-publishing",
            "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
        },
        "gamesystem": {
            "name": "Advanced 5th Edition",
            "key": "a5e",
            "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
        },
        "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
    },
    "type": {
        "name": "Fey",
        "key": "fey",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "2.000",
    "challenge_rating_text": "2",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "unit": "feet",
        "swim": 40.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 40.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "Aquan, Common, Giant",
        "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."
            }
        ]
    },
    "armor_class": 14,
    "armor_detail": "",
    "hit_points": 52,
    "hit_dice": "7d8+21",
    "experience_points": 450,
    "ability_scores": {
        "strength": 16,
        "dexterity": 12,
        "constitution": 16,
        "intelligence": 12,
        "wisdom": 12,
        "charisma": 16
    },
    "modifiers": {
        "strength": 3,
        "dexterity": 1,
        "constitution": 3,
        "intelligence": 1,
        "wisdom": 1,
        "charisma": 3
    },
    "initiative_bonus": 1,
    "saving_throws": {
        "constitution": 5,
        "wisdom": 3
    },
    "saving_throws_all": {
        "strength": 3,
        "dexterity": 1,
        "constitution": 5,
        "intelligence": 1,
        "wisdom": 3,
        "charisma": 3
    },
    "skill_bonuses": {
        "arcana": 3,
        "deception": 5,
        "insight": 3
    },
    "skill_bonuses_all": {
        "acrobatics": 1,
        "animal_handling": 1,
        "arcana": 3,
        "athletics": 3,
        "deception": 5,
        "history": 1,
        "insight": 3,
        "intimidation": 3,
        "investigation": 1,
        "medicine": 1,
        "nature": 1,
        "perception": 1,
        "performance": 3,
        "persuasion": 3,
        "religion": 1,
        "sleight_of_hand": 1,
        "stealth": 1,
        "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": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Claws",
            "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 10 (2d6 + 3) slashing damage.",
            "attacks": [
                {
                    "name": "Claws attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 5,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 2,
                    "damage_die_type": "D6",
                    "damage_bonus": 3,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Death Glare (Gaze)",
            "desc": "One frightened creature within 30 feet makes a DC 11 Wisdom saving throw. On a failed saving throw  the creature drops to 0 hit points. On a success  the creature takes 7 (2d6) psychic damage.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": null,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Horrific Transformation",
            "desc": "The hag briefly takes on a terrifying form or reveals its true form. Each creature within 30 feet that can see the hag makes a DC 11 Wisdom saving throw. A creature under the hags curse automatically fails this saving throw. On a failure, the creature is frightened until the end of its next turn. If a creatures saving throw is successful, it is immune to the hags Horrific Transformation for 24 hours.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Amphibious",
            "desc": "The hag can breathe air and water."
        },
        {
            "name": "Curse",
            "desc": "A creature that makes a bargain with the hag is magically cursed for 30 days. While it is cursed, the target automatically fails saving throws against the hags scrying and geas spells, and the hag can cast control weather centered on the creature."
        },
        {
            "name": "Innate Spellcasting",
            "desc": "The hags innate spellcasting ability is Charisma (spell save DC 13). It can innately cast the following spells, requiring no material components: At will: dancing lights, disguise self, 1/day: control weather, geas, scrying"
        }
    ],
    "creaturesets": [],
    "environments": []
}