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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_dire-owlbear/?format=api",
    "key": "tob3_dire-owlbear",
    "name": "Dire Owlbear",
    "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": 35.0,
        "burrow": 10.0
    },
    "speed_all": {
        "unit": null,
        "walk": 35.0,
        "crawl": 17.5,
        "hover": false,
        "fly": 0.0,
        "burrow": 10.0,
        "climb": 17.5,
        "swim": 17.5
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 15,
    "armor_detail": "natural armor",
    "hit_points": 102,
    "hit_dice": "12d8+48",
    "experience_points": 1800,
    "ability_scores": {
        "strength": 20,
        "dexterity": 12,
        "constitution": 18,
        "intelligence": 3,
        "wisdom": 13,
        "charisma": 7
    },
    "modifiers": {
        "strength": 5,
        "dexterity": 1,
        "constitution": 4,
        "intelligence": -4,
        "wisdom": 1,
        "charisma": -2
    },
    "initiative_bonus": 1,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 5,
        "dexterity": 1,
        "constitution": 4,
        "intelligence": -4,
        "wisdom": 1,
        "charisma": -2
    },
    "skill_bonuses": {
        "perception": 1
    },
    "skill_bonuses_all": {
        "acrobatics": 1,
        "animal_handling": 1,
        "arcana": -4,
        "athletics": 5,
        "deception": -2,
        "history": -4,
        "insight": 1,
        "intimidation": -2,
        "investigation": -4,
        "medicine": 1,
        "nature": -4,
        "perception": 1,
        "performance": -2,
        "persuasion": -2,
        "religion": -4,
        "sleight_of_hand": 1,
        "stealth": 1,
        "survival": 1
    },
    "passive_perception": 13,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "blinded, frightened",
        "condition_immunities": [
            {
                "name": "Blinded",
                "key": "blinded",
                "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
            },
            {
                "name": "Frightened",
                "key": "frightened",
                "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": 30.0,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Blood Frenzy",
            "desc": "Has advantage on melee attack rolls vs. a creature that doesn’t have all its hp."
        },
        {
            "name": "Keen Sight and Smell",
            "desc": "Has advantage on Wis (Perception) checks that rely on sight or smell."
        }
    ],
    "creaturesets": [],
    "environments": []
}