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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob-2023_ratfolk-rogue/?format=api",
    "key": "tob-2023_ratfolk-rogue",
    "name": "Ratfolk Rogue",
    "document": {
        "name": "Tome of Beasts 1 (2023 Edition)",
        "key": "tob-2023",
        "display_name": "Tome of Beasts 1 (2023 Edition)",
        "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/kpstore/product/tome-of-beasts-1-2023-edition-hardcover/"
    },
    "type": {
        "name": "Humanoid",
        "key": "humanoid",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api"
    },
    "size": {
        "name": "Small",
        "key": "small",
        "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
    },
    "challenge_rating_decimal": "1.000",
    "challenge_rating_text": "1",
    "proficiency_bonus": null,
    "speed": {
        "walk": 10.0,
        "unit": "feet"
    },
    "speed_all": {
        "unit": "feet",
        "walk": 10.0,
        "crawl": 5.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 5.0,
        "swim": 5.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "Neutral",
    "languages": {
        "as_string": "Common, Thieves Cant",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Thieves' Cant",
                "key": "thieves-cant",
                "url": "https://api-beta.open5e.com/v2/languages/thieves-cant/?format=api",
                "desc": "A secret mix of dialect, jargon, and code that allows the speaker to hide messages in seemingly normal conversation. Only another creature that knows thieves’ cant understands such messages. It takes four times longer to convey such a message than it does to speak the same idea plainly."
            }
        ]
    },
    "armor_class": 15,
    "armor_detail": "studded leather",
    "hit_points": 31,
    "hit_dice": "7d6 + 7",
    "experience_points": 200,
    "ability_scores": {
        "strength": 7,
        "dexterity": 16,
        "constitution": 12,
        "intelligence": 14,
        "wisdom": 10,
        "charisma": 10
    },
    "modifiers": {
        "strength": -2,
        "dexterity": 3,
        "constitution": 1,
        "intelligence": 2,
        "wisdom": 0,
        "charisma": 0
    },
    "initiative_bonus": 3,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": -2,
        "dexterity": 3,
        "constitution": 1,
        "intelligence": 2,
        "wisdom": 0,
        "charisma": 0
    },
    "skill_bonuses": {
        "acrobatics": 5,
        "perception": 2,
        "stealth": 7
    },
    "skill_bonuses_all": {
        "acrobatics": 5,
        "animal_handling": 0,
        "arcana": 2,
        "athletics": -2,
        "deception": 0,
        "history": 2,
        "insight": 0,
        "intimidation": 0,
        "investigation": 2,
        "medicine": 0,
        "nature": 2,
        "perception": 2,
        "performance": 0,
        "persuasion": 0,
        "religion": 2,
        "sleight_of_hand": 3,
        "stealth": 7,
        "survival": 0
    },
    "passive_perception": 12,
    "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": "Cunning Action",
            "desc": "The ratfolk rogue takes the Dash, Disengage, or Hide action.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Dagger",
            "desc": "Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 5 (1d4 + 3) piercing damage plus 7 (2d6) poison damage.",
            "attacks": [
                {
                    "name": "Dagger attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 5,
                    "reach": 5.0,
                    "range": 20.0,
                    "long_range": 60.0,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D4",
                    "damage_bonus": 3,
                    "damage_type": null,
                    "extra_damage_die_count": 2,
                    "extra_damage_die_type": "D6",
                    "extra_damage_bonus": 0,
                    "extra_damage_type": {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Light Crossbow",
            "desc": "Ranged Weapon Attack: +5 to hit, range 80/320 ft., one target. Hit: 7 (1d8 + 3) piercing damage plus 7 (2d6) poison damage.",
            "attacks": [
                {
                    "name": "Light Crossbow attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 5,
                    "reach": null,
                    "range": 80.0,
                    "long_range": 320.0,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D8",
                    "damage_bonus": 3,
                    "damage_type": null,
                    "extra_damage_die_count": 2,
                    "extra_damage_die_type": "D6",
                    "extra_damage_bonus": 0,
                    "extra_damage_type": {
                        "name": "Poison",
                        "key": "poison",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Nimbleness",
            "desc": "The ratfolk rogue can move through the space of any Medium or larger hostile creature, and such a space isn’t difficult terrain for the ratfolk."
        },
        {
            "name": "Pack Tactics",
            "desc": "The ratfolk rogue has advantage on attack rolls against a creature if at least one of the ratfolk’s allies is within 5 feet of the creature and the ally isn’t incapacitated."
        }
    ],
    "creaturesets": [],
    "environments": []
}