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

GET /v2/creatures/tob3_npc-warlock-of-the-genie-lord/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_npc-warlock-of-the-genie-lord/?format=api",
    "key": "tob3_npc-warlock-of-the-genie-lord",
    "name": "Npc: Warlock Of The Genie Lord",
    "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": "5.000",
    "challenge_rating_text": "5",
    "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": "any alignment",
    "languages": {
        "as_string": "Common, Primordial",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Primordial",
                "key": "primordial",
                "url": "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "desc": "Typical speakers are elementals."
            }
        ]
    },
    "armor_class": 15,
    "armor_detail": "studded leather",
    "hit_points": 78,
    "hit_dice": "12d8+24",
    "experience_points": 1800,
    "ability_scores": {
        "strength": 10,
        "dexterity": 16,
        "constitution": 14,
        "intelligence": 12,
        "wisdom": 13,
        "charisma": 19
    },
    "modifiers": {
        "strength": 0,
        "dexterity": 3,
        "constitution": 2,
        "intelligence": 1,
        "wisdom": 1,
        "charisma": 4
    },
    "initiative_bonus": 3,
    "saving_throws": {
        "constitution": 5,
        "charisma": 7
    },
    "saving_throws_all": {
        "strength": 0,
        "dexterity": 3,
        "constitution": 5,
        "intelligence": 1,
        "wisdom": 1,
        "charisma": 7
    },
    "skill_bonuses": {
        "perception": 1
    },
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": 1,
        "arcana": 1,
        "athletics": 0,
        "deception": 4,
        "history": 1,
        "insight": 1,
        "intimidation": 4,
        "investigation": 1,
        "medicine": 1,
        "nature": 1,
        "perception": 1,
        "performance": 4,
        "persuasion": 4,
        "religion": 1,
        "sleight_of_hand": 3,
        "stealth": 3,
        "survival": 1
    },
    "passive_perception": 11,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "acid, cold, fire, lightning, thunder",
        "damage_resistances": [
            {
                "name": "Acid",
                "key": "acid",
                "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api"
            },
            {
                "name": "Cold",
                "key": "cold",
                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            },
            {
                "name": "Fire",
                "key": "fire",
                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            },
            {
                "name": "Lightning",
                "key": "lightning",
                "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api"
            },
            {
                "name": "Thunder",
                "key": "thunder",
                "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
            }
        ],
        "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": [
        {
            "name": "Genie Lord's Favor",
            "desc": "When it takes acid cold fire lightning or thunder warlock has advantage on next Elemental Burst attack it makes before end of its next turn provided Elemental Burst deals same damage as damage warlock took.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Elemental Weapons",
            "desc": "When it hits with any weapon deals extra 3d6 acid cold fire lightning or thunder (included below) warlock’s choice."
        }
    ],
    "creaturesets": [],
    "environments": []
}