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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_moon-weaver/?format=api",
    "key": "tob3_moon-weaver",
    "name": "Moon Weaver",
    "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": "Beast",
        "key": "beast",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
    },
    "size": {
        "name": "Small",
        "key": "small",
        "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
    },
    "challenge_rating_decimal": "0.500",
    "challenge_rating_text": "1/2",
    "proficiency_bonus": null,
    "speed": {
        "walk": 20.0,
        "fly": 40.0,
        "climb": 20.0
    },
    "speed_all": {
        "unit": null,
        "walk": 20.0,
        "crawl": 10.0,
        "hover": false,
        "fly": 40.0,
        "burrow": 0.0,
        "climb": 20.0,
        "swim": 10.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral",
    "languages": {
        "as_string": "Moonsong",
        "data": []
    },
    "armor_class": 13,
    "armor_detail": "",
    "hit_points": 36,
    "hit_dice": "8d6+8",
    "experience_points": 100,
    "ability_scores": {
        "strength": 11,
        "dexterity": 16,
        "constitution": 13,
        "intelligence": 10,
        "wisdom": 13,
        "charisma": 14
    },
    "modifiers": {
        "strength": 0,
        "dexterity": 3,
        "constitution": 1,
        "intelligence": 0,
        "wisdom": 1,
        "charisma": 2
    },
    "initiative_bonus": 3,
    "saving_throws": {
        "dexterity": 5,
        "wisdom": 3
    },
    "saving_throws_all": {
        "strength": 0,
        "dexterity": 5,
        "constitution": 1,
        "intelligence": 0,
        "wisdom": 3,
        "charisma": 2
    },
    "skill_bonuses": {
        "perception": 1
    },
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": 1,
        "arcana": 0,
        "athletics": 0,
        "deception": 2,
        "history": 0,
        "insight": 1,
        "intimidation": 2,
        "investigation": 0,
        "medicine": 1,
        "nature": 0,
        "perception": 1,
        "performance": 2,
        "persuasion": 2,
        "religion": 0,
        "sleight_of_hand": 3,
        "stealth": 3,
        "survival": 1
    },
    "passive_perception": 13,
    "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": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Emboldening Song",
            "desc": "Delivers a burst of beautiful song that motivates and emboldens one friendly creature the moon weaver can see within 60' of it. If the target can hear the song it gains one Embolden die a d6. Once within the next 10 min the target can roll the die and add the number rolled to one ability check attack roll or save it makes.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "PER_DAY",
                "param": 2
            }
        }
    ],
    "traits": [
        {
            "name": "Lubricious Plumage",
            "desc": "Its skin exudes an oil that permeates its plumage. The moon weaver can’t be restrained by magical or nonmagical webbing and it ignores all movement restrictions caused by webbing."
        }
    ],
    "creaturesets": [],
    "environments": []
}