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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_ogre-rainforest/?format=api",
    "key": "tob3_ogre-rainforest",
    "name": "Ogre, Rainforest",
    "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": "Giant",
        "key": "giant",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "4.000",
    "challenge_rating_text": "4",
    "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": "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": 12,
    "armor_detail": "natural armor",
    "hit_points": 90,
    "hit_dice": "12d10+24",
    "experience_points": 1100,
    "ability_scores": {
        "strength": 19,
        "dexterity": 12,
        "constitution": 14,
        "intelligence": 7,
        "wisdom": 10,
        "charisma": 7
    },
    "modifiers": {
        "strength": 4,
        "dexterity": 1,
        "constitution": 2,
        "intelligence": -2,
        "wisdom": 0,
        "charisma": -2
    },
    "initiative_bonus": 1,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 4,
        "dexterity": 1,
        "constitution": 2,
        "intelligence": -2,
        "wisdom": 0,
        "charisma": -2
    },
    "skill_bonuses": {
        "perception": 0
    },
    "skill_bonuses_all": {
        "acrobatics": 1,
        "animal_handling": 0,
        "arcana": -2,
        "athletics": 4,
        "deception": -2,
        "history": -2,
        "insight": 0,
        "intimidation": -2,
        "investigation": -2,
        "medicine": 0,
        "nature": -2,
        "perception": 0,
        "performance": -2,
        "persuasion": -2,
        "religion": -2,
        "sleight_of_hand": 1,
        "stealth": 1,
        "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": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Change Shape",
            "desc": "Transforms into a Large boar or back into its true ogre form. Its stats are the same in each form. Any equipment it is wearing or carrying isn't transformed. Reverts on death.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Devouring Charge (Boar Form Only)",
            "desc": "If it moves at least 20' straight toward a target and then hits it with Tusk attack on the same turn the target must make DC 14 Str save or be knocked prone. If the target is prone the ogre can make one Bite attack vs. it as a bonus action."
        },
        {
            "name": "Fey Ancestry",
            "desc": "Advantage: saves vs. charmed; Immune: magic sleep."
        },
        {
            "name": "Speak with Beasts",
            "desc": "Can communicate with Beasts as if they shared a language."
        }
    ],
    "creaturesets": [],
    "environments": []
}