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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_quagga/?format=api",
    "key": "tob3_quagga",
    "name": "Quagga",
    "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": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "4.000",
    "challenge_rating_text": "4",
    "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, Sylvan",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Sylvan",
                "key": "sylvan",
                "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "desc": "Typical speakers are fey creatures."
            }
        ]
    },
    "armor_class": 16,
    "armor_detail": "shield",
    "hit_points": 84,
    "hit_dice": "13d8+26",
    "experience_points": 1100,
    "ability_scores": {
        "strength": 15,
        "dexterity": 18,
        "constitution": 14,
        "intelligence": 9,
        "wisdom": 13,
        "charisma": 11
    },
    "modifiers": {
        "strength": 2,
        "dexterity": 4,
        "constitution": 2,
        "intelligence": -1,
        "wisdom": 1,
        "charisma": 0
    },
    "initiative_bonus": 4,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 2,
        "dexterity": 4,
        "constitution": 2,
        "intelligence": -1,
        "wisdom": 1,
        "charisma": 0
    },
    "skill_bonuses": {
        "perception": 1
    },
    "skill_bonuses_all": {
        "acrobatics": 4,
        "animal_handling": 1,
        "arcana": -1,
        "athletics": 2,
        "deception": 0,
        "history": -1,
        "insight": 1,
        "intimidation": 0,
        "investigation": -1,
        "medicine": 1,
        "nature": -1,
        "perception": 1,
        "performance": 0,
        "persuasion": 0,
        "religion": -1,
        "sleight_of_hand": 4,
        "stealth": 4,
        "survival": 1
    },
    "passive_perception": 15,
    "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": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "War Surge",
            "desc": "When the quagga reduces a creature to 0 hp with melee attack on its turn the quagga can move up to half its speed and make a Twin Blade attack.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Keen Sight and Smell",
            "desc": "Has advantage on Wis (Perception) checks that rely on sight or smell."
        },
        {
            "name": "Knife Dancer",
            "desc": "When the quagga hits a creature with Twin Blade attack it doesn’t provoke opportunity attacks when it moves out of that creature’s reach."
        },
        {
            "name": "Pack Tactics",
            "desc": "Advantage on attacks vs. creature if 1+ unincapacitated attacker ally is within 5 ft. of target."
        },
        {
            "name": "Trampling Charge",
            "desc": "If the quagga moves at least 20' straight toward a target and then hits it with Twin Blade attack on the same turn that target must make DC 14 Str save or be knocked prone. If the target is prone the quagga can make one Hooves attack vs. it as a bonus action."
        }
    ],
    "creaturesets": [],
    "environments": []
}