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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_swarm-swamp-slirghs/?format=api",
    "key": "tob3_swarm-swamp-slirghs",
    "name": "Swarm, Swamp Slirghs",
    "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": "Elemental",
        "key": "elemental",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?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": 30.0,
        "swim": 40.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 40.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral",
    "languages": {
        "as_string": "Aquan, Terran",
        "data": []
    },
    "armor_class": 10,
    "armor_detail": "",
    "hit_points": 66,
    "hit_dice": "12d10",
    "experience_points": 700,
    "ability_scores": {
        "strength": 17,
        "dexterity": 11,
        "constitution": 10,
        "intelligence": 7,
        "wisdom": 15,
        "charisma": 3
    },
    "modifiers": {
        "strength": 3,
        "dexterity": 0,
        "constitution": 0,
        "intelligence": -2,
        "wisdom": 2,
        "charisma": -4
    },
    "initiative_bonus": 0,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 3,
        "dexterity": 0,
        "constitution": 0,
        "intelligence": -2,
        "wisdom": 2,
        "charisma": -4
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 0,
        "animal_handling": 2,
        "arcana": -2,
        "athletics": 3,
        "deception": -4,
        "history": -2,
        "insight": 2,
        "intimidation": -4,
        "investigation": -2,
        "medicine": 2,
        "nature": -2,
        "perception": 2,
        "performance": -4,
        "persuasion": -4,
        "religion": -2,
        "sleight_of_hand": 0,
        "stealth": 0,
        "survival": 2
    },
    "passive_perception": 12,
    "resistances_and_immunities": {
        "damage_immunities_display": "poison",
        "damage_immunities": [
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            }
        ],
        "damage_resistances_display": "bludgeoning, piercing, slashing",
        "damage_resistances": [
            {
                "name": "Bludgeoning",
                "key": "bludgeoning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
            },
            {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            },
            {
                "name": "Slashing",
                "key": "slashing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "charmed, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained, stunned",
        "condition_immunities": [
            {
                "name": "Charmed",
                "key": "charmed",
                "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api"
            },
            {
                "name": "Frightened",
                "key": "frightened",
                "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            },
            {
                "name": "Grappled",
                "key": "grappled",
                "url": "https://api-beta.open5e.com/v2/conditions/grappled/?format=api"
            },
            {
                "name": "Paralyzed",
                "key": "paralyzed",
                "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api"
            },
            {
                "name": "Petrified",
                "key": "petrified",
                "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api"
            },
            {
                "name": "Poisoned",
                "key": "poisoned",
                "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api"
            },
            {
                "name": "Prone",
                "key": "prone",
                "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api"
            },
            {
                "name": "Restrained",
                "key": "restrained",
                "url": "https://api-beta.open5e.com/v2/conditions/restrained/?format=api"
            },
            {
                "name": "Stunned",
                "key": "stunned",
                "url": "https://api-beta.open5e.com/v2/conditions/stunned/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": 60.0,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Puddle Jump",
            "desc": "Once on its turn can use 10 ft. of its move to step magically through body of water within reach and emerge from 2nd body of water within 60' of 1st appearing in unoccupied space within 5 ft. of 2nd. If in Huge or larger body of water can teleport to another location within same body of water."
        },
        {
            "name": "Stench",
            "desc": "Any creature that starts its turn within 5 ft. of swarm: poisoned until start of its next turn. (DC 12 Con negates and creature immune to swarm’s Stench for 24 hrs)."
        },
        {
            "name": "Swarm",
            "desc": "Can occupy another creature’s space and vice versa and swarm can move through any opening large enough for a Tiny elemental. Can’t regain hp or gain temp hp."
        }
    ],
    "creaturesets": [],
    "environments": []
}