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

GET /v2/creatures/bfrd_insect-swarm-of-insects/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/creatures/bfrd_insect-swarm-of-insects/?format=api",
    "key": "bfrd_insect-swarm-of-insects",
    "name": "Insect, Swarm of Insects",
    "document": {
        "name": "Black Flag SRD",
        "key": "bfrd",
        "display_name": "Black Flag SRD",
        "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/black-flag-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": "0.500",
    "challenge_rating_text": "1/2",
    "proficiency_bonus": null,
    "speed": {
        "walk": 20.0,
        "unit": "feet",
        "climb": 20.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 20.0,
        "crawl": 10.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 20.0,
        "swim": 10.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "-",
        "data": []
    },
    "armor_class": 12,
    "armor_detail": "natural armor",
    "hit_points": 24,
    "hit_dice": null,
    "experience_points": 100,
    "ability_scores": {
        "strength": 2,
        "dexterity": 12,
        "constitution": 10,
        "intelligence": 1,
        "wisdom": 6,
        "charisma": 1
    },
    "modifiers": {
        "strength": -4,
        "dexterity": 1,
        "constitution": 0,
        "intelligence": -5,
        "wisdom": -2,
        "charisma": -5
    },
    "initiative_bonus": 1,
    "saving_throws": {
        "strength": -4,
        "dexterity": 1,
        "constitution": 0,
        "intelligence": -5,
        "wisdom": -2,
        "charisma": -5
    },
    "saving_throws_all": {
        "strength": -4,
        "dexterity": 1,
        "constitution": 0,
        "intelligence": -5,
        "wisdom": -2,
        "charisma": -5
    },
    "skill_bonuses": {},
    "skill_bonuses_all": {
        "acrobatics": 1,
        "animal_handling": -2,
        "arcana": -5,
        "athletics": -4,
        "deception": -5,
        "history": -5,
        "insight": -2,
        "intimidation": -5,
        "investigation": -5,
        "medicine": -2,
        "nature": -5,
        "perception": -2,
        "performance": -5,
        "persuasion": -5,
        "religion": -5,
        "sleight_of_hand": 1,
        "stealth": 1,
        "survival": -2
    },
    "passive_perception": 8,
    "resistances_and_immunities": {
        "damage_immunities_display": "Swarm Resilience",
        "damage_immunities": [],
        "damage_resistances_display": "Swarm Resilience",
        "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": "Bites",
            "desc": "_Melee Weapon Attack:_ +3 to hit, reach 0 ft., one target in the swarm's space. _Hit:_ 10 (4d4) piercing damage, or 5 (2d4) piercing damage if the swarm has half of its HP or fewer.",
            "attacks": [
                {
                    "name": "Bites attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 3,
                    "reach": 0.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 4,
                    "damage_die_type": "D4) piercing",
                    "damage_bonus": null,
                    "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": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Crawling Swarm",
            "desc": "A creature in the swarm's space is covered in crawling and buzzing insects. If the creature casts a spell with a somatic component, it must succeed on a DC 11 CON save or the spell fails to cast, expending the action required to cast it but not the spell slot or daily use."
        },
        {
            "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 insect. The swarm can't regain HP or gain temporary HP."
        },
        {
            "name": "Swarm Resilience",
            "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions."
        }
    ],
    "creaturesets": [],
    "environments": []
}