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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob_swamp-adder/?format=api",
    "key": "tob_swamp-adder",
    "name": "Swamp Adder",
    "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": "Beast",
        "key": "beast",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?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": 30.0,
        "unit": "feet"
    },
    "speed_all": {
        "unit": "feet",
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "-",
        "data": []
    },
    "armor_class": 13,
    "armor_detail": "",
    "hit_points": 18,
    "hit_dice": "4d6+4",
    "experience_points": 50,
    "ability_scores": {
        "strength": 4,
        "dexterity": 16,
        "constitution": 12,
        "intelligence": 1,
        "wisdom": 10,
        "charisma": 4
    },
    "modifiers": {
        "strength": -3,
        "dexterity": 3,
        "constitution": 1,
        "intelligence": -5,
        "wisdom": 0,
        "charisma": -3
    },
    "initiative_bonus": 3,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": -3,
        "dexterity": 3,
        "constitution": 1,
        "intelligence": -5,
        "wisdom": 0,
        "charisma": -3
    },
    "skill_bonuses": {},
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": 0,
        "arcana": -5,
        "athletics": -3,
        "deception": -3,
        "history": -5,
        "insight": 0,
        "intimidation": -3,
        "investigation": -5,
        "medicine": 0,
        "nature": -5,
        "perception": 0,
        "performance": -3,
        "persuasion": -3,
        "religion": -5,
        "sleight_of_hand": 3,
        "stealth": 3,
        "survival": 0
    },
    "passive_perception": 10,
    "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": 10.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Bite",
            "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 1 piercing damage, and the target must make a successful DC 11 saving throw or become poisoned. While poisoned this way, the target is paralyzed and takes 3(1d6) poison damage at the start of each of its turns. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself with a success.",
            "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": "D6",
                    "damage_bonus": null,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "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
        }
    ],
    "traits": [
        {
            "name": "Swamp Camouflage",
            "desc": "The swamp adder has advantage on Dexterity (Stealth) checks while in swamp terrain."
        }
    ],
    "creaturesets": [],
    "environments": []
}