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

GET /v2/creatures/tob3_npc-apostle/?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-apostle/?format=api",
    "key": "tob3_npc-apostle",
    "name": "Npc: Apostle",
    "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": "6.000",
    "challenge_rating_text": "6",
    "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": "any two languages",
        "data": []
    },
    "armor_class": 15,
    "armor_detail": "breastplate",
    "hit_points": 117,
    "hit_dice": "18d8+36",
    "experience_points": 2300,
    "ability_scores": {
        "strength": 12,
        "dexterity": 13,
        "constitution": 15,
        "intelligence": 10,
        "wisdom": 18,
        "charisma": 14
    },
    "modifiers": {
        "strength": 1,
        "dexterity": 1,
        "constitution": 2,
        "intelligence": 0,
        "wisdom": 4,
        "charisma": 2
    },
    "initiative_bonus": 1,
    "saving_throws": {
        "wisdom": 7,
        "charisma": 5
    },
    "saving_throws_all": {
        "strength": 1,
        "dexterity": 1,
        "constitution": 2,
        "intelligence": 0,
        "wisdom": 7,
        "charisma": 5
    },
    "skill_bonuses": {
        "perception": 4
    },
    "skill_bonuses_all": {
        "acrobatics": 1,
        "animal_handling": 4,
        "arcana": 0,
        "athletics": 1,
        "deception": 2,
        "history": 0,
        "insight": 4,
        "intimidation": 2,
        "investigation": 0,
        "medicine": 4,
        "nature": 0,
        "perception": 4,
        "performance": 2,
        "persuasion": 2,
        "religion": 0,
        "sleight_of_hand": 1,
        "stealth": 1,
        "survival": 4
    },
    "passive_perception": 10,
    "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": "Divine Weapons",
            "desc": "When it hits with any weapon deals extra 2d8 necrotic or radiant (included below) apostle’s choice."
        },
        {
            "name": "Faith’s Reward",
            "desc": "When it casts the bless spell it gains the benefit of the spell even if it doesn’t include itself as a target. In addition when apostle restores hp to another creature it regains hp equal to half that amount."
        }
    ],
    "creaturesets": [],
    "environments": []
}