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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_alseid-woad-warrior/?format=api",
    "key": "tob3_alseid-woad-warrior",
    "name": "Alseid, Woad Warrior",
    "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": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "2.000",
    "challenge_rating_text": "2",
    "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 neutral",
    "languages": {
        "as_string": "Common, Elvish, Sylvan",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "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": 14,
    "armor_detail": "leather armor",
    "hit_points": 55,
    "hit_dice": "10d8+10",
    "experience_points": 450,
    "ability_scores": {
        "strength": 14,
        "dexterity": 17,
        "constitution": 12,
        "intelligence": 8,
        "wisdom": 16,
        "charisma": 10
    },
    "modifiers": {
        "strength": 2,
        "dexterity": 3,
        "constitution": 1,
        "intelligence": -1,
        "wisdom": 3,
        "charisma": 0
    },
    "initiative_bonus": 3,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 2,
        "dexterity": 3,
        "constitution": 1,
        "intelligence": -1,
        "wisdom": 3,
        "charisma": 0
    },
    "skill_bonuses": {
        "perception": 3
    },
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": 3,
        "arcana": -1,
        "athletics": 2,
        "deception": 0,
        "history": -1,
        "insight": 3,
        "intimidation": 0,
        "investigation": -1,
        "medicine": 3,
        "nature": -1,
        "perception": 3,
        "performance": 0,
        "persuasion": 0,
        "religion": -1,
        "sleight_of_hand": 3,
        "stealth": 3,
        "survival": 3
    },
    "passive_perception": 15,
    "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": "Painted for War",
            "desc": "Advantage on Cha (Intimidation) checks and advantage on savings throws vs. being frightened. In addition each friendly creature within 10 ft. of warrior and that can see it has advantage on saves vs. being frightened."
        },
        {
            "name": "Woodfriend",
            "desc": "When in a forest alseid leave no tracks and automatically discern true north."
        }
    ],
    "creaturesets": [],
    "environments": []
}