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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_tigebra/?format=api",
    "key": "tob3_tigebra",
    "name": "Tigebra",
    "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": "Monstrosity",
        "key": "monstrosity",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "13.000",
    "challenge_rating_text": "13",
    "proficiency_bonus": null,
    "speed": {
        "walk": 40.0
    },
    "speed_all": {
        "unit": null,
        "walk": 40.0,
        "crawl": 20.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 20.0,
        "swim": 20.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 18,
    "armor_detail": "natural armor",
    "hit_points": 190,
    "hit_dice": "20d10+80",
    "experience_points": 10000,
    "ability_scores": {
        "strength": 20,
        "dexterity": 13,
        "constitution": 18,
        "intelligence": 5,
        "wisdom": 15,
        "charisma": 5
    },
    "modifiers": {
        "strength": 5,
        "dexterity": 1,
        "constitution": 4,
        "intelligence": -3,
        "wisdom": 2,
        "charisma": -3
    },
    "initiative_bonus": 1,
    "saving_throws": {
        "dexterity": 6,
        "constitution": 9,
        "wisdom": 7
    },
    "saving_throws_all": {
        "strength": 5,
        "dexterity": 6,
        "constitution": 9,
        "intelligence": -3,
        "wisdom": 7,
        "charisma": -3
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 1,
        "animal_handling": 2,
        "arcana": -3,
        "athletics": 5,
        "deception": -3,
        "history": -3,
        "insight": 2,
        "intimidation": -3,
        "investigation": -3,
        "medicine": 2,
        "nature": -3,
        "perception": 2,
        "performance": -3,
        "persuasion": -3,
        "religion": -3,
        "sleight_of_hand": 1,
        "stealth": 1,
        "survival": 2
    },
    "passive_perception": 17,
    "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": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "charmed, frightened, paralyzed, poisoned",
        "condition_immunities": [
            {
                "name": "Charmed",
                "key": "charmed",
                "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
            },
            {
                "name": "Frightened",
                "key": "frightened",
                "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            },
            {
                "name": "Paralyzed",
                "key": "paralyzed",
                "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
            },
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": 10.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Hypnotic Gaze",
            "desc": "Gazes on one creature it can see within 60' of it. If target can see it: paralyzed until end of its next turn (DC 17 Wis negates immune to tigebra's Hypnotic Gaze 24 hrs).",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Final Fury",
            "desc": "When reduced to 0 hp its head and neck separate from body. Snake-like remnant immediately attacks nearest creature moving up to its speed if necessary even if it has already taken its turn this round. This remnant has same stats as original tigebra except it is Medium has 30 hp and can make only one Bite on its turn. Head remains active for 1d4 rounds or until killed."
        },
        {
            "name": "Keen Hearing and Smell",
            "desc": "Has advantage on Wis (Perception) checks that rely on hearing or smell."
        },
        {
            "name": "Magic Resistance",
            "desc": "Advantage: spell/magic effect saves."
        },
        {
            "name": "Potent Poison",
            "desc": "A creature that normally has resistance to poison doesn’t have resistance to the tigebra’s poison. If a creature normally has immunity to poison it has resistance to the tigebra’s poison instead."
        }
    ],
    "creaturesets": [],
    "environments": []
}