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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/ccdx_zoog/?format=api",
    "key": "ccdx_zoog",
    "name": "Zoog",
    "document": {
        "name": "Creature Codex",
        "key": "ccdx",
        "display_name": "Creature Codex",
        "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/creature-codex-for-5th-edition-dnd/"
    },
    "type": {
        "name": "Aberration",
        "key": "aberration",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api"
    },
    "size": {
        "name": "Tiny",
        "key": "tiny",
        "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
    },
    "challenge_rating_decimal": "0.000",
    "challenge_rating_text": "0",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "unit": "feet",
        "climb": 30.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 30.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "Deep Speech, Void Speech",
        "data": [
            {
                "name": "Deep Speech",
                "key": "deep-speech",
                "url": "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "desc": "Typical speakers include aboleths and cloakers. It is only spoken."
            },
            {
                "name": "Void Speech",
                "key": "void-speech",
                "url": "https://api-beta.open5e.com/v2/languages/void-speech/?format=api",
                "desc": "Void speech is a rename of Deep Speech from Tome of Beasts."
            }
        ]
    },
    "armor_class": 13,
    "armor_detail": "",
    "hit_points": 3,
    "hit_dice": "1d4+1",
    "experience_points": 0,
    "ability_scores": {
        "strength": 3,
        "dexterity": 16,
        "constitution": 12,
        "intelligence": 11,
        "wisdom": 10,
        "charisma": 8
    },
    "modifiers": {
        "strength": -4,
        "dexterity": 3,
        "constitution": 1,
        "intelligence": 0,
        "wisdom": 0,
        "charisma": -1
    },
    "initiative_bonus": 3,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": -4,
        "dexterity": 3,
        "constitution": 1,
        "intelligence": 0,
        "wisdom": 0,
        "charisma": -1
    },
    "skill_bonuses": {
        "perception": 2,
        "stealth": 5
    },
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": 0,
        "arcana": 0,
        "athletics": -4,
        "deception": -1,
        "history": 0,
        "insight": 0,
        "intimidation": -1,
        "investigation": 0,
        "medicine": 0,
        "nature": 0,
        "perception": 2,
        "performance": -1,
        "persuasion": -1,
        "religion": 0,
        "sleight_of_hand": 3,
        "stealth": 5,
        "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": "Bite",
            "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 1 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": null,
                    "damage_die_type": null,
                    "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
        }
    ],
    "traits": [],
    "creaturesets": [],
    "environments": []
}