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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_muraenid/?format=api",
    "key": "tob3_muraenid",
    "name": "Muraenid",
    "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": "2.000",
    "challenge_rating_text": "2",
    "proficiency_bonus": null,
    "speed": {
        "walk": 0.0,
        "swim": 40.0
    },
    "speed_all": {
        "unit": null,
        "walk": 0.0,
        "crawl": 0.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 0.0,
        "swim": 40.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral evil",
    "languages": {
        "as_string": "Aquan, Deep Speech",
        "data": [
            {
                "name": "Deep Speech",
                "key": "deep-speech",
                "url": "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api",
                "desc": "Typical speakers include aboleths and cloakers. It is only spoken."
            }
        ]
    },
    "armor_class": 14,
    "armor_detail": "natural",
    "hit_points": 45,
    "hit_dice": "7d10+7",
    "experience_points": 450,
    "ability_scores": {
        "strength": 16,
        "dexterity": 14,
        "constitution": 12,
        "intelligence": 12,
        "wisdom": 13,
        "charisma": 7
    },
    "modifiers": {
        "strength": 3,
        "dexterity": 2,
        "constitution": 1,
        "intelligence": 1,
        "wisdom": 1,
        "charisma": -2
    },
    "initiative_bonus": 2,
    "saving_throws": {
        "dexterity": 4
    },
    "saving_throws_all": {
        "strength": 3,
        "dexterity": 4,
        "constitution": 1,
        "intelligence": 1,
        "wisdom": 1,
        "charisma": -2
    },
    "skill_bonuses": {
        "perception": 1
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 1,
        "arcana": 1,
        "athletics": 3,
        "deception": -2,
        "history": 1,
        "insight": 1,
        "intimidation": -2,
        "investigation": 1,
        "medicine": 1,
        "nature": 1,
        "perception": 1,
        "performance": -2,
        "persuasion": -2,
        "religion": 1,
        "sleight_of_hand": 2,
        "stealth": 2,
        "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": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Pack Tactics",
            "desc": "Advantage on attacks vs. creature if 1+ unincapacitated attacker ally is within 5 ft. of target."
        },
        {
            "name": "Speak with Aquatic Creatures",
            "desc": "Communicate with Monstrosities and Beasts that have a swim speed as if they shared a language."
        },
        {
            "name": "Water Breathing",
            "desc": "Can breathe only underwater."
        }
    ],
    "creaturesets": [],
    "environments": []
}