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

GET /v2/creatures/srd-2024_gorgon/?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_gorgon/?format=api",
    "key": "srd-2024_gorgon",
    "name": "Gorgon",
    "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": "Construct",
        "key": "construct",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/construct/?format=api"
    },
    "size": {
        "name": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "5.000",
    "challenge_rating_text": "5",
    "proficiency_bonus": null,
    "speed": {
        "walk": 40.0,
        "unit": "feet"
    },
    "speed_all": {
        "unit": "feet",
        "walk": 40.0,
        "crawl": 20.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 20.0,
        "swim": 20.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 19,
    "armor_detail": "natural armor",
    "hit_points": 114,
    "hit_dice": "12d10 + 48",
    "experience_points": 1800,
    "ability_scores": {
        "strength": 20,
        "dexterity": 11,
        "constitution": 18,
        "intelligence": 2,
        "wisdom": 12,
        "charisma": 7
    },
    "modifiers": {
        "strength": 5,
        "dexterity": 0,
        "constitution": 4,
        "intelligence": -4,
        "wisdom": 1,
        "charisma": -2
    },
    "initiative_bonus": 0,
    "saving_throws": {
        "strength": 5,
        "dexterity": 0,
        "constitution": 4,
        "intelligence": -4,
        "wisdom": 1,
        "charisma": -2
    },
    "saving_throws_all": {
        "strength": 5,
        "dexterity": 0,
        "constitution": 4,
        "intelligence": -4,
        "wisdom": 1,
        "charisma": -2
    },
    "skill_bonuses": {
        "perception": 7
    },
    "skill_bonuses_all": {
        "acrobatics": 0,
        "animal_handling": 1,
        "arcana": -4,
        "athletics": 5,
        "deception": -2,
        "history": -4,
        "insight": 1,
        "intimidation": -2,
        "investigation": -4,
        "medicine": 1,
        "nature": -4,
        "perception": 7,
        "performance": -2,
        "persuasion": -2,
        "religion": -4,
        "sleight_of_hand": 0,
        "stealth": 0,
        "survival": 1
    },
    "passive_perception": 17,
    "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": "Gore",
            "desc": "Melee Attack Roll: +8, reach 5 ft. 18 (2d12 + 5) Piercing damage. If the target is a Large or smaller creature and the gorgon moved 20+ feet straight toward it immediately before the hit, the target has the Prone condition.",
            "attacks": [
                {
                    "name": "Gore attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 8,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 2,
                    "damage_die_type": "D12",
                    "damage_bonus": 5,
                    "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": "Petrifying Breath (Recharge 5-6)",
            "desc": "Constitution Saving Throw: DC 15, each creature in a 30-foot Cone. First Failure The target has the Restrained condition and repeats the save at the end of its next turn if it is still Restrained, ending the effect on itself on a success. Second Failure The target has the Petrified condition instead of the Restrained condition.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": 1,
            "limited_to_form": null,
            "usage_limits": {
                "type": "RECHARGE",
                "param": 5
            }
        }
    ],
    "traits": [],
    "creaturesets": [],
    "environments": []
}