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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_aural-hunter/?format=api",
    "key": "tob3_aural-hunter",
    "name": "Aural Hunter",
    "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": "Aberration",
        "key": "aberration",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/aberration/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "5.000",
    "challenge_rating_text": "5",
    "proficiency_bonus": null,
    "speed": {
        "walk": 40.0,
        "climb": 30.0
    },
    "speed_all": {
        "unit": null,
        "walk": 40.0,
        "crawl": 20.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 30.0,
        "swim": 20.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 15,
    "armor_detail": "natural armor",
    "hit_points": 127,
    "hit_dice": "15d10+45",
    "experience_points": 1800,
    "ability_scores": {
        "strength": 16,
        "dexterity": 14,
        "constitution": 16,
        "intelligence": 7,
        "wisdom": 19,
        "charisma": 6
    },
    "modifiers": {
        "strength": 3,
        "dexterity": 2,
        "constitution": 3,
        "intelligence": -2,
        "wisdom": 4,
        "charisma": -2
    },
    "initiative_bonus": 2,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 3,
        "dexterity": 2,
        "constitution": 3,
        "intelligence": -2,
        "wisdom": 4,
        "charisma": -2
    },
    "skill_bonuses": {
        "perception": 4
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 4,
        "arcana": -2,
        "athletics": 3,
        "deception": -2,
        "history": -2,
        "insight": 4,
        "intimidation": -2,
        "investigation": -2,
        "medicine": 4,
        "nature": -2,
        "perception": 4,
        "performance": -2,
        "persuasion": -2,
        "religion": -2,
        "sleight_of_hand": 2,
        "stealth": 2,
        "survival": 4
    },
    "passive_perception": 17,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "blinded",
        "condition_immunities": [
            {
                "name": "Blinded",
                "key": "blinded",
                "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
            }
        ]
    },
    "normal_sight_range": null,
    "darkvision_range": null,
    "blindsight_range": 6020.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Blind Senses",
            "desc": "Can’t use its blindsight while deafened and unable to smell."
        },
        {
            "name": "Keen Hearing",
            "desc": "Has advantage on Wis (Perception) checks that rely on hearing."
        },
        {
            "name": "Sonic Sensitivity",
            "desc": "When it takes thunder damage it becomes deafened until the end of its next turn."
        }
    ],
    "creaturesets": [],
    "environments": []
}