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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_ogre-kadag/?format=api",
    "key": "tob3_ogre-kadag",
    "name": "Ogre, Kadag",
    "document": {
        "name": "Tome of Beasts 3",
        "key": "tob3",
        "display_name": "Tome of Beasts 3",
        "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-3/"
    },
    "type": {
        "name": "Giant",
        "key": "giant",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "7.000",
    "challenge_rating_text": "7",
    "proficiency_bonus": null,
    "speed": {
        "walk": 40.0
    },
    "speed_all": {
        "unit": null,
        "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 evil",
    "languages": {
        "as_string": "Common, Giant",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Giant",
                "key": "giant",
                "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "desc": "Typical speakers include ogres, and giants."
            }
        ]
    },
    "armor_class": 14,
    "armor_detail": "natural armor",
    "hit_points": 133,
    "hit_dice": "14d10+56",
    "experience_points": 2900,
    "ability_scores": {
        "strength": 20,
        "dexterity": 8,
        "constitution": 18,
        "intelligence": 10,
        "wisdom": 16,
        "charisma": 5
    },
    "modifiers": {
        "strength": 5,
        "dexterity": -1,
        "constitution": 4,
        "intelligence": 0,
        "wisdom": 3,
        "charisma": -3
    },
    "initiative_bonus": -1,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 5,
        "dexterity": -1,
        "constitution": 4,
        "intelligence": 0,
        "wisdom": 3,
        "charisma": -3
    },
    "skill_bonuses": {
        "perception": 3
    },
    "skill_bonuses_all": {
        "acrobatics": -1,
        "animal_handling": 3,
        "arcana": 0,
        "athletics": 5,
        "deception": -3,
        "history": 0,
        "insight": 3,
        "intimidation": -3,
        "investigation": 0,
        "medicine": 3,
        "nature": 0,
        "perception": 3,
        "performance": -3,
        "persuasion": -3,
        "religion": 0,
        "sleight_of_hand": -1,
        "stealth": -1,
        "survival": 3
    },
    "passive_perception": 16,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "necrotic; piercing from nonmagical attacks",
        "damage_resistances": [
            {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            {
                "name": "Necrotic",
                "key": "necrotic",
                "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api"
            },
            {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            {
                "name": "Slashing",
                "key": "slashing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            }
        ],
        "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": [],
    "traits": [
        {
            "name": "Scent of Death",
            "desc": "Any creature that isn’t Undead and that starts its turn within 5 ft. of the kadag ogre: poisoned until the start of its next turn (DC 15 Con negates and target immune to the kadag ogre’s Scent of Death for 1 hr)."
        },
        {
            "name": "Undead Affinity",
            "desc": "An Undead has disadvantage on attack rolls vs. the kadag ogre if the ogre hasn’t attacked that Undead within the past 24 hrs. In addition each skeleton and zombie within 30' of the kadag ogre that has no master follows ogre’s verbal commands until a master asserts magical control over it."
        }
    ],
    "creaturesets": [],
    "environments": []
}