list: API endpoint for returning a list of conditions.
retrieve: API endpoint for returning a particular condition.

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

{
    "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api",
    "key": "petrified",
    "document": {
        "name": "5e Core Concepts",
        "key": "core",
        "display_name": "5e Core",
        "publisher": {
            "name": "Open5e",
            "key": "open5e",
            "url": "https://api-beta.open5e.com/v2/publishers/open5e/?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"
    },
    "icon": {
        "name": "Petrified",
        "key": "elderberry_petrified",
        "url": "https://api-beta.open5e.com/v2/images/elderberry_petrified/?format=api",
        "file_url": "/static/img/object_icons/elderberry-inn-icons/conditions/petrified.svg",
        "alt_text": "An icon representing the Petrified condition. A black-and-white silhouette of a figure visible from the shoulders up faces the viewer. They are covered in numerous broad cracks as if they were an old, crumbling statue.",
        "attribution": "Designed with love by Anaislalovi (@anaislalovi) for Elderberry Inn."
    },
    "descriptions": [
        {
            "desc": "* A petrified creature (and all of its mundane possessions) is transformed into a solid inanimate substance (usually stone). \n\n* A petrified creature’s weight is increased by a factor of ten and it ceases aging.\n\n* A petrified creature is incapacitated, can’t move or speak, and is unaware of its surroundings.\n\n* A petrified creature automatically fails Strength and Dexterity saving throws. \n\n* A petrified creature has resistance to all damage.\n\n* A petrified creature is immune to poison and disease (time spent petrified does not affect the duration of a poison or disease already in its system).",
            "document": "a5e-ag",
            "gamesystem": "a5e"
        },
        {
            "desc": "* A petrified creature is transformed, along with any nonmagical object it is wearing or carrying, into a solid inanimate substance (usually stone). Its weight increases by a factor of ten, and it ceases aging.\r\n* The creature is incapacitated (see the condition), can’t move or speak, and is unaware of its surroundings.\r\n* Attack rolls against the creature have advantage.\r\n* The creature automatically fails Strength and Dexterity saving throws.\r\n* The creature has resistance to all damage.\r\n* The creature is immune to poison and disease, although a poison or disease already in its system is suspended, not neutralized.",
            "document": "srd-2014",
            "gamesystem": "5e-2014"
        },
        {
            "desc": "While you have the Petrified condition, you experience the following effects. \n* Turned to Inanimate Substance. You are transformed, along with any nonmagical objects you are wearing and carrying, into a solid inanimate substance (usually stone). Your weight increases by a factor of ten, and you cease aging. \n* Incapacitated. You have the Incapacitated condition. \n* Speed 0. Your Speed is 0 and can’t increase.\n* Attacks Affected. Attack rolls against you have Advantage. \n* Saving Throws Affected. You automatically fail Strength and Dexterity saving throws. \n* Resist Damage. You have Resistance to all damage. \n* Poison Immunity. You have Immunity to the Poisoned condition.",
            "document": "srd-2024",
            "gamesystem": "5e-2024"
        }
    ],
    "name": "Petrified"
}