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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob_kot-bayun/?format=api",
    "key": "tob_kot-bayun",
    "name": "Kot Bayun",
    "document": {
        "name": "Tome of Beasts",
        "key": "tob",
        "display_name": "Tome of Beasts",
        "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/"
    },
    "type": {
        "name": "Monstrosity",
        "key": "monstrosity",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?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": 40.0,
        "unit": "feet",
        "climb": 20.0
    },
    "speed_all": {
        "unit": "feet",
        "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": "neutral",
    "languages": {
        "as_string": "Common, Sylvan",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Sylvan",
                "key": "sylvan",
                "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "desc": "Typical speakers are fey creatures."
            }
        ]
    },
    "armor_class": 15,
    "armor_detail": "",
    "hit_points": 44,
    "hit_dice": "8d8+8",
    "experience_points": 450,
    "ability_scores": {
        "strength": 16,
        "dexterity": 16,
        "constitution": 13,
        "intelligence": 12,
        "wisdom": 16,
        "charisma": 17
    },
    "modifiers": {
        "strength": 3,
        "dexterity": 3,
        "constitution": 1,
        "intelligence": 1,
        "wisdom": 3,
        "charisma": 3
    },
    "initiative_bonus": 3,
    "saving_throws": {
        "dexterity": 5
    },
    "saving_throws_all": {
        "strength": 3,
        "dexterity": 5,
        "constitution": 1,
        "intelligence": 1,
        "wisdom": 3,
        "charisma": 3
    },
    "skill_bonuses": {},
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": 3,
        "arcana": 1,
        "athletics": 3,
        "deception": 3,
        "history": 1,
        "insight": 3,
        "intimidation": 3,
        "investigation": 1,
        "medicine": 3,
        "nature": 1,
        "perception": 3,
        "performance": 3,
        "persuasion": 3,
        "religion": 1,
        "sleight_of_hand": 3,
        "stealth": 3,
        "survival": 3
    },
    "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": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Bite",
            "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage.",
            "attacks": [
                {
                    "name": "Bite attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 5,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D8",
                    "damage_bonus": null,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Claws",
            "desc": "Melee Weapon Attack: +5 to hit, reach 5ft., one target. Hit: 14 (2d10 + 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": "D10",
                    "damage_bonus": null,
                    "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": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "The kot bayun makes one bite attack and one claws attack.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Slumbering Song",
            "desc": "The kot bayun puts creatures to sleep with its haunting melody. While a kot bayun sings, it can target one hearing creature within a 100-foot radius. This target must succeed on a DC 13 Charisma saving throw or fall asleep. The target repeats the saving throw at the end of each of its turns, ending the effect on itself on a success. Each round the kot bayun maintains its song, it can select a new target. A creature that successfully saves is immune to the effect of that kot bayun's song for 24 hours. The slumbering song even affects elves, but they have advantage on the Charisma saving throw.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 3,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Folk Cure",
            "desc": "A kot bayun's tales have the effect of a lesser restoration spell at will, and once per week it can have the effect of greater restoration. The kot bayun designates one listener to benefit from its ability, and that listener must spend one uninterrupted hour listening to the cat's tales. Kot bayuns are reluctant to share this benefit and must be bargained with or under the effect of domination to grant the boon."
        },
        {
            "name": "Innate Spellcasting",
            "desc": "the kot bayun's innate spellcasting ability is Charisma (spell save DC 13). It can innately cast the following spells, requiring no material components:\n\n3/day each: fog cloud, invisibility (self only)\n\n1/day: blink"
        }
    ],
    "creaturesets": [],
    "environments": [
        {
            "name": "Caves",
            "key": "caves",
            "url": "https://api-beta.open5e.com/v2/environments/caves/?format=api"
        },
        {
            "name": "Hills",
            "key": "hills",
            "url": "https://api-beta.open5e.com/v2/environments/hills/?format=api"
        },
        {
            "name": "Mountain",
            "key": "mountain",
            "url": "https://api-beta.open5e.com/v2/environments/mountain/?format=api"
        },
        {
            "name": "Ruins",
            "key": "ruins",
            "url": "https://api-beta.open5e.com/v2/environments/ruins/?format=api"
        },
        {
            "name": "Underworld",
            "key": "underworld",
            "url": "https://api-beta.open5e.com/v2/environments/underworld/?format=api"
        }
    ]
}