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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_brownie/?format=api",
    "key": "tob3_brownie",
    "name": "Brownie",
    "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": "Tiny",
        "key": "tiny",
        "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
    },
    "challenge_rating_decimal": "1.000",
    "challenge_rating_text": "1",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral good",
    "languages": {
        "as_string": "Common, Sylvan",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Sylvan",
                "key": "sylvan",
                "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "desc": "Typical speakers are fey creatures."
            }
        ]
    },
    "armor_class": 15,
    "armor_detail": "",
    "hit_points": 28,
    "hit_dice": "8d4+8",
    "experience_points": 200,
    "ability_scores": {
        "strength": 4,
        "dexterity": 20,
        "constitution": 12,
        "intelligence": 10,
        "wisdom": 14,
        "charisma": 12
    },
    "modifiers": {
        "strength": -3,
        "dexterity": 5,
        "constitution": 1,
        "intelligence": 0,
        "wisdom": 2,
        "charisma": 1
    },
    "initiative_bonus": 5,
    "saving_throws": {
        "charisma": 3
    },
    "saving_throws_all": {
        "strength": -3,
        "dexterity": 5,
        "constitution": 1,
        "intelligence": 0,
        "wisdom": 2,
        "charisma": 3
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 5,
        "animal_handling": 2,
        "arcana": 0,
        "athletics": -3,
        "deception": 1,
        "history": 0,
        "insight": 2,
        "intimidation": 1,
        "investigation": 0,
        "medicine": 2,
        "nature": 0,
        "perception": 2,
        "performance": 1,
        "persuasion": 1,
        "religion": 0,
        "sleight_of_hand": 5,
        "stealth": 5,
        "survival": 2
    },
    "passive_perception": 14,
    "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": null,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Magic Resistance",
            "desc": "Advantage: spell/magic effect saves."
        },
        {
            "name": "Speak with Beasts",
            "desc": "Can communicate with Beasts as if they shared a language."
        }
    ],
    "creaturesets": [],
    "environments": []
}