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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/srd_violet-fungus/?format=api",
    "key": "srd_violet-fungus",
    "name": "Violet Fungus",
    "document": {
        "name": "System Reference Document 5.1",
        "key": "srd-2014",
        "display_name": "5e 2014 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 2014",
            "key": "5e-2014",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
        },
        "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
    },
    "type": {
        "name": "Plant",
        "key": "plant",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/plant/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "0.250",
    "challenge_rating_text": "1/4",
    "proficiency_bonus": null,
    "speed": {
        "walk": 5.0,
        "unit": "feet"
    },
    "speed_all": {
        "unit": "feet",
        "walk": 5.0,
        "crawl": 2.5,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 2.5,
        "swim": 2.5
    },
    "category": "Monsters",
    "subcategory": "Fungi",
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 5,
    "armor_detail": "",
    "hit_points": 18,
    "hit_dice": "4d8",
    "experience_points": 50,
    "ability_scores": {
        "strength": 3,
        "dexterity": 1,
        "constitution": 10,
        "intelligence": 1,
        "wisdom": 3,
        "charisma": 1
    },
    "modifiers": {
        "strength": -4,
        "dexterity": -5,
        "constitution": 0,
        "intelligence": -5,
        "wisdom": -4,
        "charisma": -5
    },
    "initiative_bonus": -5,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": -4,
        "dexterity": -5,
        "constitution": 0,
        "intelligence": -5,
        "wisdom": -4,
        "charisma": -5
    },
    "skill_bonuses": {},
    "skill_bonuses_all": {
        "acrobatics": -5,
        "animal_handling": -4,
        "arcana": -5,
        "athletics": -4,
        "deception": -5,
        "history": -5,
        "insight": -4,
        "intimidation": -5,
        "investigation": -5,
        "medicine": -4,
        "nature": -5,
        "perception": -4,
        "performance": -5,
        "persuasion": -5,
        "religion": -5,
        "sleight_of_hand": -5,
        "stealth": -5,
        "survival": -4
    },
    "passive_perception": 6,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "blinded, deafened, frightened",
        "condition_immunities": [
            {
                "name": "Blinded",
                "key": "blinded",
                "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
            },
            {
                "name": "Deafened",
                "key": "deafened",
                "url": "https://api-beta.open5e.com/v2/conditions/deafened/?format=api"
            },
            {
                "name": "Frightened",
                "key": "frightened",
                "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api"
            }
        ]
    },
    "normal_sight_range": null,
    "darkvision_range": null,
    "blindsight_range": 30.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Multiattack",
            "desc": "The fungus makes 1d4 Rotting Touch attacks.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Rotting Touch",
            "desc": "Melee Weapon Attack: +2 to hit, reach 10 ft., one creature. Hit: 4 (1d8) necrotic damage.",
            "attacks": [
                {
                    "name": "Rotting Touch attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 2,
                    "reach": 10.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": true,
                    "damage_die_count": null,
                    "damage_die_type": null,
                    "damage_bonus": null,
                    "damage_type": {
                        "name": "Thunder",
                        "key": "thunder",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api"
                    },
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": null,
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "False Appearance",
            "desc": "While the violet fungus remains motionless, it is indistinguishable from an ordinary fungus."
        }
    ],
    "creaturesets": [],
    "environments": [
        {
            "name": "Caves",
            "key": "caves",
            "url": "https://api-beta.open5e.com/v2/environments/caves/?format=api"
        },
        {
            "name": "Forest or Jungle",
            "key": "forest",
            "url": "https://api-beta.open5e.com/v2/environments/forest/?format=api"
        },
        {
            "name": "Swamp or Marsh",
            "key": "swamp",
            "url": "https://api-beta.open5e.com/v2/environments/swamp/?format=api"
        },
        {
            "name": "Underworld",
            "key": "underworld",
            "url": "https://api-beta.open5e.com/v2/environments/underworld/?format=api"
        }
    ]
}