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

GET /v2/creatures/srd-2024_swarm-of-ravens/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/creatures/srd-2024_swarm-of-ravens/?format=api",
    "key": "srd-2024_swarm-of-ravens",
    "name": "Swarm of Ravens",
    "document": {
        "name": "System Reference Document 5.2",
        "key": "srd-2024",
        "display_name": "5e 2024 Rules",
        "publisher": {
            "name": "Wizards of the Coast",
            "key": "wizards-of-the-coast",
            "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2024",
            "key": "5e-2024",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
        },
        "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
    },
    "type": {
        "name": "Beast",
        "key": "beast",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "1.000",
    "challenge_rating_text": "1",
    "proficiency_bonus": null,
    "speed": {
        "walk": 10.0,
        "unit": "feet",
        "fly": 50.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 10.0,
        "crawl": 5.0,
        "hover": false,
        "fly": 50.0,
        "burrow": 0.0,
        "climb": 5.0,
        "swim": 5.0
    },
    "category": "Animals",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 12,
    "armor_detail": "natural armor",
    "hit_points": 11,
    "hit_dice": "2d8 + 2",
    "experience_points": 200,
    "ability_scores": {
        "strength": 6,
        "dexterity": 14,
        "constitution": 12,
        "intelligence": 5,
        "wisdom": 12,
        "charisma": 6
    },
    "modifiers": {
        "strength": -2,
        "dexterity": 2,
        "constitution": 1,
        "intelligence": -3,
        "wisdom": 1,
        "charisma": -2
    },
    "initiative_bonus": 2,
    "saving_throws": {
        "strength": -2,
        "dexterity": 2,
        "constitution": 1,
        "intelligence": -3,
        "wisdom": 1,
        "charisma": -2
    },
    "saving_throws_all": {
        "strength": -2,
        "dexterity": 2,
        "constitution": 1,
        "intelligence": -3,
        "wisdom": 1,
        "charisma": -2
    },
    "skill_bonuses": {
        "perception": 5
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 1,
        "arcana": -3,
        "athletics": -2,
        "deception": -2,
        "history": -3,
        "insight": 1,
        "intimidation": -2,
        "investigation": -3,
        "medicine": 1,
        "nature": -3,
        "perception": 5,
        "performance": -2,
        "persuasion": -2,
        "religion": -3,
        "sleight_of_hand": 2,
        "stealth": 2,
        "survival": 1
    },
    "passive_perception": 15,
    "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": [
        {
            "name": "Beaks",
            "desc": "Melee Attack Roll: +4, reach 5 ft. 5 (1d6 + 2) Piercing damage, or 2 (1d4) Piercing damage if the swarm is Bloodied.",
            "attacks": [
                {
                    "name": "Beaks attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 4,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D6",
                    "damage_bonus": 2,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Cacophony (Recharge 6)",
            "desc": "Wisdom Saving Throw: DC 10, one creature in the swarm's space. Failure: The target has the Deafened condition until the start of the swarm's next turn. While Deafened, the target also has Disadvantage on ability checks and attack rolls.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": {
                "type": "RECHARGE",
                "param": 6
            }
        }
    ],
    "traits": [
        {
            "name": "Swarm",
            "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny raven. The swarm can't regain Hit Points or gain Temporary Hit Points."
        }
    ],
    "creaturesets": [],
    "environments": []
}