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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_qumdaq/?format=api",
    "key": "tob3_qumdaq",
    "name": "Qumdaq",
    "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": "Elemental",
        "key": "elemental",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?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,
        "burrow": 30.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 30.0,
        "climb": 15.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral",
    "languages": {
        "as_string": "Terran",
        "data": []
    },
    "armor_class": 13,
    "armor_detail": "natural armor",
    "hit_points": 18,
    "hit_dice": "4d6+4",
    "experience_points": 50,
    "ability_scores": {
        "strength": 8,
        "dexterity": 14,
        "constitution": 13,
        "intelligence": 6,
        "wisdom": 11,
        "charisma": 10
    },
    "modifiers": {
        "strength": -1,
        "dexterity": 2,
        "constitution": 1,
        "intelligence": -2,
        "wisdom": 0,
        "charisma": 0
    },
    "initiative_bonus": 2,
    "saving_throws": {
        "wisdom": 2
    },
    "saving_throws_all": {
        "strength": -1,
        "dexterity": 2,
        "constitution": 1,
        "intelligence": -2,
        "wisdom": 2,
        "charisma": 0
    },
    "skill_bonuses": {
        "perception": 0
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 0,
        "arcana": -2,
        "athletics": -1,
        "deception": 0,
        "history": -2,
        "insight": 0,
        "intimidation": 0,
        "investigation": -2,
        "medicine": 0,
        "nature": -2,
        "perception": 0,
        "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": "exhaustion, paralyzed, petrified, poisoned, unconscious",
        "condition_immunities": [
            {
                "name": "Exhaustion",
                "key": "exhaustion",
                "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            },
            {
                "name": "Paralyzed",
                "key": "paralyzed",
                "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
            },
            {
                "name": "Petrified",
                "key": "petrified",
                "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api"
            },
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            },
            {
                "name": "Unconscious",
                "key": "unconscious",
                "url": "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 30.0,
    "blindsight_range": null,
    "tremorsense_range": 30.0,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Earth Glide",
            "desc": "Can burrow through nonmagical unworked earth/stone with o disturbing material it moves through."
        },
        {
            "name": "Elemental Nature",
            "desc": "Doesn’t require air food drink or sleep."
        },
        {
            "name": "Final Gift",
            "desc": "When it dies it bursts in a shower of sand. A qumdaq of dying qumdaq’s choice within 10 ft. of it regains 5 (2d4) hp or target gains 5 (2d4) temp hp if at its max."
        },
        {
            "name": "Horde Tactics",
            "desc": "Has advantage on attack rolls vs. a creature if 1+ qumdaq’s ally is within 5 ft. of creature and ally isn’t incapacitated. Also qumdaq’s weapon attacks deal extra 2 (1d4) bludgeoning damage on a hit if 3+ qumdaq’s allies are within 5 ft. of target and allies aren’t incapacitated."
        },
        {
            "name": "Sense Magic",
            "desc": "Senses magic within 60' of it at will. This otherwise works like detect magic but isn’t itself magical."
        }
    ],
    "creaturesets": [],
    "environments": []
}