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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_snallygaster/?format=api",
    "key": "tob3_snallygaster",
    "name": "Snallygaster",
    "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": "Aberration",
        "key": "aberration",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api"
    },
    "size": {
        "name": "Huge",
        "key": "huge",
        "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
    },
    "challenge_rating_decimal": "15.000",
    "challenge_rating_text": "15",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "fly": 30.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 30.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 16,
    "armor_detail": "natural armor",
    "hit_points": 207,
    "hit_dice": "18d12+90",
    "experience_points": 13000,
    "ability_scores": {
        "strength": 24,
        "dexterity": 10,
        "constitution": 21,
        "intelligence": 4,
        "wisdom": 14,
        "charisma": 12
    },
    "modifiers": {
        "strength": 7,
        "dexterity": 0,
        "constitution": 5,
        "intelligence": -3,
        "wisdom": 2,
        "charisma": 1
    },
    "initiative_bonus": 0,
    "saving_throws": {
        "strength": 1,
        "constitution": 1,
        "wisdom": 7
    },
    "saving_throws_all": {
        "strength": 1,
        "dexterity": 0,
        "constitution": 1,
        "intelligence": -3,
        "wisdom": 7,
        "charisma": 1
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 0,
        "animal_handling": 2,
        "arcana": -3,
        "athletics": 7,
        "deception": 1,
        "history": -3,
        "insight": 2,
        "intimidation": 1,
        "investigation": -3,
        "medicine": 2,
        "nature": -3,
        "perception": 2,
        "performance": 1,
        "persuasion": 1,
        "religion": -3,
        "sleight_of_hand": 0,
        "stealth": 0,
        "survival": 2
    },
    "passive_perception": 12,
    "resistances_and_immunities": {
        "damage_immunities_display": "acid, thunder",
        "damage_immunities": [
            {
                "name": "Acid",
                "key": "acid",
                "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            },
            {
                "name": "Thunder",
                "key": "thunder",
                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            }
        ],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "frightened",
        "condition_immunities": [
            {
                "name": "Frightened",
                "key": "frightened",
                "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 120.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Nimble Flier",
            "desc": "Takes the Dash or Disengage action. It must be flying to use this bonus action.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Parry Spell",
            "desc": "If it succeeds on save vs. spell of 5th level or lower that targets only snallygaster spell has no effect. If snallygaster succeeds on save by 5+ spell is reflected back at spellcaster using slot level spell save DC attack bonus and spellcasting ability of caster",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Magic Resistance",
            "desc": "Advantage: spell/magic effect saves."
        },
        {
            "name": "Regeneration",
            "desc": "Regains 15 hp at start of its turn if it has 1+ hp."
        }
    ],
    "creaturesets": [],
    "environments": []
}