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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_archon-siege/?format=api",
    "key": "tob3_archon-siege",
    "name": "Archon, Siege",
    "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": "Celestial",
        "key": "celestial",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/celestial/?format=api"
    },
    "size": {
        "name": "Huge",
        "key": "huge",
        "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api"
    },
    "challenge_rating_decimal": "13.000",
    "challenge_rating_text": "13",
    "proficiency_bonus": null,
    "speed": {
        "walk": 40.0,
        "fly": 60.0
    },
    "speed_all": {
        "unit": null,
        "walk": 40.0,
        "crawl": 20.0,
        "hover": false,
        "fly": 60.0,
        "burrow": 0.0,
        "climb": 20.0,
        "swim": 20.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "lawful good",
    "languages": {
        "as_string": "all, telepathy 120'",
        "data": []
    },
    "armor_class": 18,
    "armor_detail": "plate",
    "hit_points": 187,
    "hit_dice": "15d12+90",
    "experience_points": 10000,
    "ability_scores": {
        "strength": 22,
        "dexterity": 14,
        "constitution": 22,
        "intelligence": 10,
        "wisdom": 20,
        "charisma": 17
    },
    "modifiers": {
        "strength": 6,
        "dexterity": 2,
        "constitution": 6,
        "intelligence": 0,
        "wisdom": 5,
        "charisma": 3
    },
    "initiative_bonus": 2,
    "saving_throws": {
        "strength": 1,
        "constitution": 1,
        "wisdom": 1,
        "charisma": 8
    },
    "saving_throws_all": {
        "strength": 1,
        "dexterity": 2,
        "constitution": 1,
        "intelligence": 0,
        "wisdom": 1,
        "charisma": 8
    },
    "skill_bonuses": {
        "perception": 5
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 5,
        "arcana": 0,
        "athletics": 6,
        "deception": 3,
        "history": 0,
        "insight": 5,
        "intimidation": 3,
        "investigation": 0,
        "medicine": 5,
        "nature": 0,
        "perception": 5,
        "performance": 3,
        "persuasion": 3,
        "religion": 0,
        "sleight_of_hand": 2,
        "stealth": 2,
        "survival": 5
    },
    "passive_perception": 20,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "radiant; nonmagic B/P/S attacks",
        "damage_resistances": [
            {
                "name": "Radiant",
                "key": "radiant",
                "url": "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "charmed, exhaustion, frightened",
        "condition_immunities": [
            {
                "name": "Charmed",
                "key": "charmed",
                "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
            },
            {
                "name": "Exhaustion",
                "key": "exhaustion",
                "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api"
            },
            {
                "name": "Frightened",
                "key": "frightened",
                "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": 120.0,
    "actions": [],
    "traits": [
        {
            "name": "Celestial Weapons",
            "desc": "Its weapon attacks are magical. When archon hits with its Trunk Maul weapon deals extra 5d8 force (included below)."
        },
        {
            "name": "False Appearance",
            "desc": "While motionless indistinguishable from inanimate statue."
        },
        {
            "name": "Immortal Nature",
            "desc": "Doesn't require food drink or sleep"
        },
        {
            "name": "Magic Resistance",
            "desc": "Advantage: spell/magic effect saves."
        },
        {
            "name": "Siege Monster",
            "desc": "Double damage to objects/structures."
        },
        {
            "name": "Trampling Charge",
            "desc": "If it moves 20'+ straight toward a creature and then hits it with trunk maul on same turn target: DC 19 Str save or be pushed up to 10 ft. and knocked prone. If target is prone archon can make one Stomp attack vs. it as a bonus action."
        }
    ],
    "creaturesets": [],
    "environments": []
}