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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_dwarf-firecracker/?format=api",
    "key": "tob3_dwarf-firecracker",
    "name": "Dwarf, Firecracker",
    "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": "Humanoid",
        "key": "humanoid",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "3.000",
    "challenge_rating_text": "3",
    "proficiency_bonus": null,
    "speed": {
        "walk": 25.0
    },
    "speed_all": {
        "unit": null,
        "walk": 25.0,
        "crawl": 12.5,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 12.5,
        "swim": 12.5
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "any alignment",
    "languages": {
        "as_string": "Common, Dwarvish",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Dwarvish",
                "key": "dwarvish",
                "url": "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
                "desc": "Typical speakers are dwarves."
            }
        ]
    },
    "armor_class": 14,
    "armor_detail": "scale mail",
    "hit_points": 68,
    "hit_dice": "8d8 +32",
    "experience_points": 700,
    "ability_scores": {
        "strength": 17,
        "dexterity": 10,
        "constitution": 18,
        "intelligence": 15,
        "wisdom": 9,
        "charisma": 10
    },
    "modifiers": {
        "strength": 3,
        "dexterity": 0,
        "constitution": 4,
        "intelligence": 2,
        "wisdom": -1,
        "charisma": 0
    },
    "initiative_bonus": 0,
    "saving_throws": {
        "dexterity": 2,
        "constitution": 6
    },
    "saving_throws_all": {
        "strength": 3,
        "dexterity": 2,
        "constitution": 6,
        "intelligence": 2,
        "wisdom": -1,
        "charisma": 0
    },
    "skill_bonuses": {
        "perception": -1
    },
    "skill_bonuses_all": {
        "acrobatics": 0,
        "animal_handling": -1,
        "arcana": 2,
        "athletics": 3,
        "deception": 0,
        "history": 2,
        "insight": -1,
        "intimidation": 0,
        "investigation": 2,
        "medicine": -1,
        "nature": 2,
        "perception": -1,
        "performance": 0,
        "persuasion": 0,
        "religion": 2,
        "sleight_of_hand": 0,
        "stealth": 0,
        "survival": -1
    },
    "passive_perception": 9,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "fire, poison",
        "damage_resistances": [
            {
                "name": "Fire",
                "key": "fire",
                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            },
            {
                "name": "Poison",
                "key": "poison",
                "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
            }
        ],
        "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": "Dwarven Fleet Foot",
            "desc": "When the firecracker takes fire its speed increases by 10 ft. until the end of its next turn. In addition it can immediately reroll its initiative and choose to change its place in the initiative order in subsequent rounds to the result."
        },
        {
            "name": "Siege Monster",
            "desc": "Double damage to objects/structures."
        }
    ],
    "creaturesets": [],
    "environments": []
}