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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob2_alpha-fish/?format=api",
    "key": "tob2_alpha-fish",
    "name": "Alpha Fish",
    "document": {
        "name": "Tome of Beasts 2",
        "key": "tob2",
        "display_name": "Tome of Beasts 2",
        "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-2/"
    },
    "type": {
        "name": "Beast",
        "key": "beast",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "3.000",
    "challenge_rating_text": "3",
    "proficiency_bonus": null,
    "speed": {
        "walk": 0.0,
        "unit": "feet",
        "swim": 50.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 0.0,
        "crawl": 0.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 0.0,
        "swim": 50.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 13,
    "armor_detail": "natural armor",
    "hit_points": 59,
    "hit_dice": "7d10+21",
    "experience_points": 700,
    "ability_scores": {
        "strength": 16,
        "dexterity": 13,
        "constitution": 16,
        "intelligence": 1,
        "wisdom": 10,
        "charisma": 12
    },
    "modifiers": {
        "strength": 3,
        "dexterity": 1,
        "constitution": 3,
        "intelligence": -5,
        "wisdom": 0,
        "charisma": 1
    },
    "initiative_bonus": 1,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 3,
        "dexterity": 1,
        "constitution": 3,
        "intelligence": -5,
        "wisdom": 0,
        "charisma": 1
    },
    "skill_bonuses": {
        "intimidation": 5,
        "perception": 3
    },
    "skill_bonuses_all": {
        "acrobatics": 1,
        "animal_handling": 0,
        "arcana": -5,
        "athletics": 3,
        "deception": 1,
        "history": -5,
        "insight": 0,
        "intimidation": 5,
        "investigation": -5,
        "medicine": 0,
        "nature": -5,
        "perception": 3,
        "performance": 1,
        "persuasion": 1,
        "religion": -5,
        "sleight_of_hand": 1,
        "stealth": 1,
        "survival": 0
    },
    "passive_perception": 13,
    "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": null,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Fin Flare",
            "desc": "The alpha fish flares its fins in an attempt to frighten its opponents. Each creature within 30 feet that can see the fish must succeed on a DC 13 Wisdom saving throw or be frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the alpha fish's Fin Flare for the next 24 hours.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Headbutt",
            "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage.",
            "attacks": [
                {
                    "name": "Headbutt 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": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "The alpha fish uses its Fin Flare. It then makes two headbutt attacks.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Defensive Frenzy",
            "desc": "When it has half its hit points or fewer, the alpha fish can make one headbutt attack as a bonus action."
        },
        {
            "name": "Frightening Display",
            "desc": "When the alpha fish uses its Fin Flare, it looks one size category larger than it actually is to any creature that can see it until the start of its next turn."
        },
        {
            "name": "Too Aggressive",
            "desc": "The alpha fish attacks anything it thinks is threatening, even inanimate objects or illusions. It automatically fails ability checks and saving throws to detect or see through illusions."
        },
        {
            "name": "Water Breathing",
            "desc": "The fish can breathe only under water."
        }
    ],
    "creaturesets": [],
    "environments": []
}