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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob_ratfolk/?format=api",
    "key": "tob_ratfolk",
    "name": "Ratfolk",
    "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": "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": "0.250",
    "challenge_rating_text": "1/4",
    "proficiency_bonus": null,
    "speed": {
        "walk": 25.0,
        "unit": "feet",
        "swim": 10.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 25.0,
        "crawl": 12.5,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 12.5,
        "swim": 10.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral",
    "languages": {
        "as_string": "Common",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            }
        ]
    },
    "armor_class": 14,
    "armor_detail": "studded leather armor",
    "hit_points": 7,
    "hit_dice": "2d6",
    "experience_points": 50,
    "ability_scores": {
        "strength": 7,
        "dexterity": 15,
        "constitution": 11,
        "intelligence": 14,
        "wisdom": 10,
        "charisma": 10
    },
    "modifiers": {
        "strength": -2,
        "dexterity": 2,
        "constitution": 0,
        "intelligence": 2,
        "wisdom": 0,
        "charisma": 0
    },
    "initiative_bonus": 2,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": -2,
        "dexterity": 2,
        "constitution": 0,
        "intelligence": 2,
        "wisdom": 0,
        "charisma": 0
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "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": 2,
        "stealth": 2,
        "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": "Dagger",
            "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
            "attacks": [
                {
                    "name": "Dagger attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 4,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D4",
                    "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": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Light crossbow",
            "desc": "Ranged Weapon Attack: +4 to hit, range 80/320 ft., one target. Hit: 6 (1d8 + 2) piercing damage.",
            "attacks": [
                {
                    "name": "Light crossbow attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 4,
                    "reach": null,
                    "range": 80.0,
                    "long_range": 320.0,
                    "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
        }
    ],
    "traits": [
        {
            "name": "Nimbleness",
            "desc": "The ratfolk can move through the space of any creature size Medium or larger."
        },
        {
            "name": "Pack Tactics",
            "desc": "The ratfolk has advantage on its attack roll against a creature if at least one of the ratfolk's allies is within 5 feet of the creature and the ally is capable of attacking."
        }
    ],
    "creaturesets": [],
    "environments": [
        {
            "name": "Caves",
            "key": "caves",
            "url": "https://api-beta.open5e.com/v2/environments/caves/?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"
        },
        {
            "name": "Urban",
            "key": "urban",
            "url": "https://api-beta.open5e.com/v2/environments/urban/?format=api"
        }
    ]
}