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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_karkadann/?format=api",
    "key": "tob3_karkadann",
    "name": "Karkadann",
    "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": "Monstrosity",
        "key": "monstrosity",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
    },
    "size": {
        "name": "Huge",
        "key": "huge",
        "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
    },
    "challenge_rating_decimal": "7.000",
    "challenge_rating_text": "7",
    "proficiency_bonus": null,
    "speed": {
        "walk": 50.0
    },
    "speed_all": {
        "unit": null,
        "walk": 50.0,
        "crawl": 25.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 25.0,
        "swim": 25.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": 15,
    "armor_detail": "natural armor",
    "hit_points": 157,
    "hit_dice": "15d12+60",
    "experience_points": 2900,
    "ability_scores": {
        "strength": 22,
        "dexterity": 10,
        "constitution": 18,
        "intelligence": 7,
        "wisdom": 12,
        "charisma": 8
    },
    "modifiers": {
        "strength": 6,
        "dexterity": 0,
        "constitution": 4,
        "intelligence": -2,
        "wisdom": 1,
        "charisma": -1
    },
    "initiative_bonus": 0,
    "saving_throws": {
        "constitution": 7,
        "wisdom": 4
    },
    "saving_throws_all": {
        "strength": 6,
        "dexterity": 0,
        "constitution": 7,
        "intelligence": -2,
        "wisdom": 4,
        "charisma": -1
    },
    "skill_bonuses": {
        "perception": 1
    },
    "skill_bonuses_all": {
        "acrobatics": 0,
        "animal_handling": 1,
        "arcana": -2,
        "athletics": 6,
        "deception": -1,
        "history": -2,
        "insight": 1,
        "intimidation": -1,
        "investigation": -2,
        "medicine": 1,
        "nature": -2,
        "perception": 1,
        "performance": -1,
        "persuasion": -1,
        "religion": -2,
        "sleight_of_hand": 0,
        "stealth": 0,
        "survival": 1
    },
    "passive_perception": 14,
    "resistances_and_immunities": {
        "damage_immunities_display": "poison",
        "damage_immunities": [
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            }
        ],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "poisoned",
        "condition_immunities": [
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Impaling Charge",
            "desc": "If it moves 20+' straight toward a target and then hits it with Horn attack on same turn karkadann impales target on its horn grappling the target if it is a Large or smaller creature (escape DC 15). Until the grapple ends the target is restrained takes 18 (4d8) piercing damage at start of each of its turns and karkadann can’t make horn attacks vs. other targets."
        },
        {
            "name": "Magic Resistance",
            "desc": "Advantage: spell/magic effect saves."
        }
    ],
    "creaturesets": [],
    "environments": []
}