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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_akanka/?format=api",
    "key": "tob3_akanka",
    "name": "Akanka",
    "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": "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 evil",
    "languages": {
        "as_string": "Common",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            }
        ]
    },
    "armor_class": 12,
    "armor_detail": "",
    "hit_points": 45,
    "hit_dice": "7d8+14",
    "experience_points": 450,
    "ability_scores": {
        "strength": 10,
        "dexterity": 15,
        "constitution": 14,
        "intelligence": 15,
        "wisdom": 10,
        "charisma": 16
    },
    "modifiers": {
        "strength": 0,
        "dexterity": 2,
        "constitution": 2,
        "intelligence": 2,
        "wisdom": 0,
        "charisma": 3
    },
    "initiative_bonus": 2,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 0,
        "dexterity": 2,
        "constitution": 2,
        "intelligence": 2,
        "wisdom": 0,
        "charisma": 3
    },
    "skill_bonuses": {
        "perception": 0
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 0,
        "arcana": 2,
        "athletics": 0,
        "deception": 3,
        "history": 2,
        "insight": 0,
        "intimidation": 3,
        "investigation": 2,
        "medicine": 0,
        "nature": 2,
        "perception": 0,
        "performance": 3,
        "persuasion": 3,
        "religion": 2,
        "sleight_of_hand": 2,
        "stealth": 2,
        "survival": 0
    },
    "passive_perception": 12,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "unconscious",
        "condition_immunities": [
            {
                "name": "Unconscious",
                "key": "unconscious",
                "url": "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": null,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Spider Climb",
            "desc": "Difficult surfaces even ceilings no ability check."
        },
        {
            "name": "Web Sense",
            "desc": "While in contact with web it knows the exact location of any other creature in contact with the same web."
        },
        {
            "name": "Web Walker",
            "desc": "Ignores move restrictions caused by webbing."
        }
    ],
    "creaturesets": [],
    "environments": []
}