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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_alke/?format=api",
    "key": "tob3_alke",
    "name": "Alke",
    "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": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "5.000",
    "challenge_rating_text": "5",
    "proficiency_bonus": null,
    "speed": {
        "walk": 50.0,
        "climb": 30.0
    },
    "speed_all": {
        "unit": null,
        "walk": 50.0,
        "crawl": 25.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 30.0,
        "swim": 25.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 14,
    "armor_detail": "natural armor",
    "hit_points": 114,
    "hit_dice": "12d10+48",
    "experience_points": 1800,
    "ability_scores": {
        "strength": 18,
        "dexterity": 15,
        "constitution": 18,
        "intelligence": 4,
        "wisdom": 13,
        "charisma": 12
    },
    "modifiers": {
        "strength": 4,
        "dexterity": 2,
        "constitution": 4,
        "intelligence": -3,
        "wisdom": 1,
        "charisma": 1
    },
    "initiative_bonus": 2,
    "saving_throws": {
        "dexterity": 5,
        "charisma": 4
    },
    "saving_throws_all": {
        "strength": 4,
        "dexterity": 5,
        "constitution": 4,
        "intelligence": -3,
        "wisdom": 1,
        "charisma": 4
    },
    "skill_bonuses": {
        "perception": 1
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 1,
        "arcana": -3,
        "athletics": 4,
        "deception": 1,
        "history": -3,
        "insight": 1,
        "intimidation": 1,
        "investigation": -3,
        "medicine": 1,
        "nature": -3,
        "perception": 1,
        "performance": 1,
        "persuasion": 1,
        "religion": -3,
        "sleight_of_hand": 2,
        "stealth": 2,
        "survival": 1
    },
    "passive_perception": 16,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "petrified",
        "condition_immunities": [
            {
                "name": "Petrified",
                "key": "petrified",
                "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Repelling Spikes",
            "desc": "Adds 3 to its AC vs. one melee or ranged weapon attack that would hit it. To do so the alke must see the attacker and not be prone.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Back Spikes",
            "desc": "Any Small or larger creature riding alke against its will: 14 (4d6) piercing damage (DC 15 Dex half)."
        },
        {
            "name": "Keen Sight",
            "desc": "Advantage: sight Wis (Percept) checks."
        },
        {
            "name": "Pounce",
            "desc": "If it moves 30'+ straight toward a creature and then hits it with Claws on the same turn that target: DC 15 Str save or be knocked prone. If target is prone alke can make one Beak attack vs. it as a bonus action."
        }
    ],
    "creaturesets": [],
    "environments": []
}