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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_primordial-matriarch/?format=api",
    "key": "tob3_primordial-matriarch",
    "name": "Primordial Matriarch",
    "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": "Elemental",
        "key": "elemental",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?format=api"
    },
    "size": {
        "name": "Gargantuan",
        "key": "gargantuan",
        "url": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api"
    },
    "challenge_rating_decimal": "21.000",
    "challenge_rating_text": "21",
    "proficiency_bonus": null,
    "speed": {
        "walk": 0.0,
        "fly": 120.0
    },
    "speed_all": {
        "unit": null,
        "walk": 0.0,
        "crawl": 0.0,
        "hover": false,
        "fly": 120.0,
        "burrow": 0.0,
        "climb": 0.0,
        "swim": 0.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral",
    "languages": {
        "as_string": "Primordial",
        "data": [
            {
                "name": "Primordial",
                "key": "primordial",
                "url": "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "desc": "Typical speakers are elementals."
            }
        ]
    },
    "armor_class": 20,
    "armor_detail": "",
    "hit_points": 313,
    "hit_dice": "19d20+114",
    "experience_points": 33000,
    "ability_scores": {
        "strength": 18,
        "dexterity": 30,
        "constitution": 23,
        "intelligence": 10,
        "wisdom": 21,
        "charisma": 18
    },
    "modifiers": {
        "strength": 4,
        "dexterity": 10,
        "constitution": 6,
        "intelligence": 0,
        "wisdom": 5,
        "charisma": 4
    },
    "initiative_bonus": 10,
    "saving_throws": {
        "strength": 1,
        "wisdom": 1,
        "charisma": 1
    },
    "saving_throws_all": {
        "strength": 1,
        "dexterity": 10,
        "constitution": 6,
        "intelligence": 0,
        "wisdom": 1,
        "charisma": 1
    },
    "skill_bonuses": {
        "perception": 5
    },
    "skill_bonuses_all": {
        "acrobatics": 10,
        "animal_handling": 5,
        "arcana": 0,
        "athletics": 4,
        "deception": 4,
        "history": 0,
        "insight": 5,
        "intimidation": 4,
        "investigation": 0,
        "medicine": 5,
        "nature": 0,
        "perception": 5,
        "performance": 4,
        "persuasion": 4,
        "religion": 0,
        "sleight_of_hand": 10,
        "stealth": 10,
        "survival": 5
    },
    "passive_perception": 15,
    "resistances_and_immunities": {
        "damage_immunities_display": "poison",
        "damage_immunities": [
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            }
        ],
        "damage_resistances_display": "acid, cold, fire, lightning, thunder; nonmagic B/P/S attacks",
        "damage_resistances": [
            {
                "name": "Acid",
                "key": "acid",
                "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            },
            {
                "name": "Cold",
                "key": "cold",
                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            },
            {
                "name": "Fire",
                "key": "fire",
                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            },
            {
                "name": "Lightning",
                "key": "lightning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
            },
            {
                "name": "Thunder",
                "key": "thunder",
                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
        "condition_immunities": [
            {
                "name": "Exhaustion",
                "key": "exhaustion",
                "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            },
            {
                "name": "Grappled",
                "key": "grappled",
                "url": "https://api-beta.open5e.com/v2/conditions/grappled/?format=api"
            },
            {
                "name": "Paralyzed",
                "key": "paralyzed",
                "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
            },
            {
                "name": "Petrified",
                "key": "petrified",
                "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api"
            },
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            },
            {
                "name": "Prone",
                "key": "prone",
                "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            },
            {
                "name": "Restrained",
                "key": "restrained",
                "url": "https://api-beta.open5e.com/v2/conditions/restrained/?format=api"
            },
            {
                "name": "Unconscious",
                "key": "unconscious",
                "url": "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            }
        ]
    },
    "normal_sight_range": null,
    "darkvision_range": null,
    "blindsight_range": 120.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Create Elemental",
            "desc": "Uses Create Elementals.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": 2,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Elemental Adaptation",
            "desc": "When she would take acid cold fire lightning or thunder she can change the element selected with Roiling Elements to that type of damage gaining immunity to that damage type including the triggering damage.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Elemental Change",
            "desc": "Changes the damage immunity granted by Roiling Elements.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Fly",
            "desc": "Up to half her flying speed with o provoking opportunity attacks.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Return to Mother",
            "desc": "Absorbs Elemental within 10 ft. of her gaining temp hp equal to 10 times the CR of Elemental absorbed.",
            "attacks": [],
            "action_type": "LEGENDARY_ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": 3,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Elemental Attacks",
            "desc": "Her weapon attacks are magical. When she hits with any weapon it deals extra 5d6 damage of Roiling Elements type."
        },
        {
            "name": "Elemental Aura",
            "desc": "At start of each of her turns each creature within 5 ft. of her takes 10 (3d6) damage of Roiling Elements type. Creature that touches her or hits her with melee attack while within 10 ft. of her: 10 (3d6) damage of Roiling Elements type. Nonmagical weapon that hits her is destroyed after dealing damage."
        },
        {
            "name": "Elemental Lash",
            "desc": "Melee Weapon Attack: +17 to hit, 15 ft., one target, 32 (4d10+10) bludgeoning damage + 17 (5d6) damage of the type determined by Roiling Elements."
        },
        {
            "name": "Elemental Nature",
            "desc": "Doesn’t require air food drink or sleep."
        },
        {
            "name": "Legendary Resistance (3/Day)",
            "desc": "Choose to succeed failed save."
        },
        {
            "name": "Magic Resistance",
            "desc": "Advantage: spell/magic effect saves."
        },
        {
            "name": "Roiling Elements",
            "desc": "At the start of each of her turns she chooses one of the following damage types: acid cold fire lightning or thunder. She has immunity to that damage type until the start of her next turn."
        },
        {
            "name": "Siege Monster",
            "desc": "Double damage to objects/structures."
        },
        {
            "name": "Storm Blast",
            "desc": "The primordial matriarch emits elemental energy in a 90' cone. Each creature in the area: 21 (6d6) damage of the type determined by Roiling Elements and suffers one of the following effects depending on the damage type (DC 20 Dex half damage and no additional effect unless specified below).Acid Blast Fail: creature is covered in acid. At the start of each of its turns it takes 7 (2d6) acid until it or another creature takes an action to scrape or wash off the acid.Cold Blast Fail: creature is restrained by ice until end of its next turn or until it or another creature takes an action to break it free. Success: creature’s speed is reduced by 10 ft. until end of its next turn.Fire Blast Fail: creature catches fire. Until it or another creature takes an action to douse the fire creature takes 7 (2d6) fire at the start of each of its turns.Lightning Blast Fail: creature incapacitated until end of its next turn. Succcess: creature can’t take reactions until start of its next turn.Thunder Blast Fail: creature is deafened for 1 min. At the end of each of its turns a deafened creature can repeat the save ending deafness on itself on a success. Success: creature is deafened until the end of its next turn."
        }
    ],
    "creaturesets": [],
    "environments": []
}