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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_splinter-matron/?format=api",
    "key": "tob3_splinter-matron",
    "name": "Splinter Matron",
    "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": "Fey",
        "key": "fey",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "7.000",
    "challenge_rating_text": "7",
    "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": "Elvish, Sylvan",
        "data": [
            {
                "name": "Elvish",
                "key": "elvish",
                "url": "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "desc": "Typical speakers are elves."
            },
            {
                "name": "Sylvan",
                "key": "sylvan",
                "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "desc": "Typical speakers are fey creatures."
            }
        ]
    },
    "armor_class": 16,
    "armor_detail": "natural armor",
    "hit_points": 136,
    "hit_dice": "16d8+64",
    "experience_points": 2900,
    "ability_scores": {
        "strength": 14,
        "dexterity": 18,
        "constitution": 19,
        "intelligence": 11,
        "wisdom": 9,
        "charisma": 14
    },
    "modifiers": {
        "strength": 2,
        "dexterity": 4,
        "constitution": 4,
        "intelligence": 0,
        "wisdom": -1,
        "charisma": 2
    },
    "initiative_bonus": 4,
    "saving_throws": {
        "constitution": 7,
        "charisma": 5
    },
    "saving_throws_all": {
        "strength": 2,
        "dexterity": 4,
        "constitution": 7,
        "intelligence": 0,
        "wisdom": -1,
        "charisma": 5
    },
    "skill_bonuses": {
        "perception": -1
    },
    "skill_bonuses_all": {
        "acrobatics": 4,
        "animal_handling": -1,
        "arcana": 0,
        "athletics": 2,
        "deception": 2,
        "history": 0,
        "insight": -1,
        "intimidation": 2,
        "investigation": 0,
        "medicine": -1,
        "nature": 0,
        "perception": -1,
        "performance": 2,
        "persuasion": 2,
        "religion": 0,
        "sleight_of_hand": 4,
        "stealth": 4,
        "survival": -1
    },
    "passive_perception": 12,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "nonmagic B/P/S attacks",
        "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": "Magic Resistance",
            "desc": "Advantage: spell/magic effect saves."
        },
        {
            "name": "Protective Frenzy",
            "desc": "For 1 min after a splinter matron’s tree takes damage she has advantage on attack rolls vs. any creature that damaged her tree and when she hits such a creature with her Claw the Claw deals an extra 1d8 slashing."
        }
    ],
    "creaturesets": [],
    "environments": []
}