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

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

{
    "url": "https://api-beta.open5e.com/v2/conditions/stunned/?format=api",
    "key": "stunned",
    "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": "Stunned",
        "key": "elderberry_stunned",
        "url": "https://api-beta.open5e.com/v2/images/elderberry_stunned/?format=api",
        "file_url": "/static/img/object_icons/elderberry-inn-icons/conditions/stunned.svg",
        "alt_text": "An icon representing the Stunned condition. A black-and-white silhouette of a figure visible from the shoulders up faces the viewer. They are surrounded by stars that sit on rings which suggest orbits.",
        "attribution": "Designed with love by Anaislalovi (@anaislalovi) for Elderberry Inn."
    },
    "descriptions": [
        {
            "desc": "* A stunned creature is incapacitated (see the condition), can’t move, and can speak only falteringly.\n\n* The creature automatically fails Strength and Dexterity saving throws. \n\n* Attack rolls against the creature have advantage. \n\n* A creature that is immune to being stunned is immune to being rattled.",
            "document": "a5e-ag",
            "gamesystem": "a5e"
        },
        {
            "desc": "* A stunned creature is incapacitated (see the condition), can’t move, and can speak only falteringly.\r\n* The creature automatically fails Strength and Dexterity saving throws.\r\n* Attack rolls against the creature have advantage.",
            "document": "srd-2014",
            "gamesystem": "5e-2014"
        },
        {
            "desc": "While you have the Stunned condition, you experience the following effects. \n* Incapacitated. You have the Incapacitated condition. \n* Saving Throws Affected. You automatically fail Strength and Dexterity saving throws. \n* Attacks Affected. Attack rolls against you have Advantage.",
            "document": "srd-2024",
            "gamesystem": "5e-2024"
        }
    ],
    "name": "Stunned"
}