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

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

{
    "url": "https://api-beta.open5e.com/v2/conditions/grappled/?format=api",
    "key": "grappled",
    "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": "Grappled",
        "key": "elderberry_grappled",
        "url": "https://api-beta.open5e.com/v2/images/elderberry_grappled/?format=api",
        "file_url": "/static/img/object_icons/elderberry-inn-icons/conditions/grappled.svg",
        "alt_text": "An icon representing the Grappled condition. A simple black-and-white image of an arm staining against a chain and shackle attached to the wrist.",
        "attribution": "Designed with love by Anaislalovi (@anaislalovi) for Elderberry Inn."
    },
    "descriptions": [
        {
            "desc": "* A grappled creature’s Speed becomes 0, and it can’t benefit from bonuses to movement speeds.\n\n* If the grappler becomes incapacitated the condition ends. \n\n* If an effect removes the grappled creature from the reach of the grappler or grappling effect (such as when a creature is shoved away by the Doubleteam combat maneuver) the condition ends.",
            "document": "a5e-ag",
            "gamesystem": "a5e"
        },
        {
            "desc": "* A grappled creature’s speed becomes 0, and it can’t benefit from any bonus to its speed. \r\n* The condition ends if the grappler is incapacitated (see the condition).\r\n* The condition also ends if an effect removes the grappled creature from the reach of the grappler or grappling effect, such as when a creature is hurled away by the *thunder-­wave* spell.",
            "document": "srd-2014",
            "gamesystem": "5e-2014"
        },
        {
            "desc": "While you have the Grappled condition, you experience the following effects. \n* Speed 0. Your Speed is 0 and can’t increase. \n* Attacks Affected. You have Disadvantage on attack rolls against any target other than the grappler. \n* Movable. The grappler can drag or carry you when it moves, but every foot of movement costs it 1 extra foot unless you are Tiny or two or more sizes smaller than it.",
            "document": "srd-2024",
            "gamesystem": "5e-2024"
        }
    ],
    "name": "Grappled"
}