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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_minotaur-ravening/?format=api",
    "key": "tob3_minotaur-ravening",
    "name": "Minotaur, Ravening",
    "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": "3.000",
    "challenge_rating_text": "3",
    "proficiency_bonus": null,
    "speed": {
        "walk": 40.0
    },
    "speed_all": {
        "unit": null,
        "walk": 40.0,
        "crawl": 20.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 20.0,
        "swim": 20.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "Giant, Minotaur",
        "data": [
            {
                "name": "Giant",
                "key": "giant",
                "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api",
                "desc": "Typical speakers include ogres, and giants."
            }
        ]
    },
    "armor_class": 14,
    "armor_detail": "natural armor",
    "hit_points": 85,
    "hit_dice": "10d10+30",
    "experience_points": 700,
    "ability_scores": {
        "strength": 18,
        "dexterity": 11,
        "constitution": 16,
        "intelligence": 6,
        "wisdom": 16,
        "charisma": 9
    },
    "modifiers": {
        "strength": 4,
        "dexterity": 0,
        "constitution": 3,
        "intelligence": -2,
        "wisdom": 3,
        "charisma": -1
    },
    "initiative_bonus": 0,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 4,
        "dexterity": 0,
        "constitution": 3,
        "intelligence": -2,
        "wisdom": 3,
        "charisma": -1
    },
    "skill_bonuses": {
        "perception": 3
    },
    "skill_bonuses_all": {
        "acrobatics": 0,
        "animal_handling": 3,
        "arcana": -2,
        "athletics": 4,
        "deception": -1,
        "history": -2,
        "insight": 3,
        "intimidation": -1,
        "investigation": -2,
        "medicine": 3,
        "nature": -2,
        "perception": 3,
        "performance": -1,
        "persuasion": -1,
        "religion": -2,
        "sleight_of_hand": 0,
        "stealth": 0,
        "survival": 3
    },
    "passive_perception": 17,
    "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": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Charge",
            "desc": "If it moves 10 ft.+ straight to foe and hits with gore attack on same turn target takes an extra 9 (2d8) piercing damage. If the target is a creature it must make DC 14 Str save or be pushed up to 10 ft. away and knocked prone."
        },
        {
            "name": "Keen Smell",
            "desc": "Advantage: smell Wis (Percept) checks."
        },
        {
            "name": "Labyrinthine Recall",
            "desc": "Can perfectly recall any path it has traveled."
        },
        {
            "name": "Ravening Hunger",
            "desc": "When it reduces a creature to 0 hp with melee attack on its turn can take a bonus action to consume creature’s heart. Its hp max increases by 5 for every ten hearts it consumes in this way."
        },
        {
            "name": "Ravening Madness",
            "desc": "Disadvantage on Int checks and saves. Considers every creature hostile and doesn’t benefit from Help action or similar spells/effects that involve help to/from friendly creatures. Doesn’t stop spellcaster from restoring hp to it or curing ravening with magic."
        },
        {
            "name": "Reckless",
            "desc": "At the start of its turn it can choose to have advantage on all melee weapon attack rolls it makes during that turn but attack rolls vs. it have advantage until the start of its next turn."
        }
    ],
    "creaturesets": [],
    "environments": []
}