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

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

{
    "url": "https://api-beta.open5e.com/v2/conditions/restrained/?format=api",
    "key": "restrained",
    "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": "Restrained",
        "key": "elderberry_restrained",
        "url": "https://api-beta.open5e.com/v2/images/elderberry_restrained/?format=api",
        "file_url": "/static/img/object_icons/elderberry-inn-icons/conditions/restrained.svg",
        "alt_text": "An icon representing the Restrained condition. A simple black-and-white silouetted figure is on all fours, as if crawling. Three large arrows above the figure point downward.",
        "attribution": "Designed with love by Anaislalovi (@anaislalovi) for Elderberry Inn."
    },
    "descriptions": [
        {
            "desc": "* A restrained creature's speed becomes 0, and it can't benefit from bonuses to Speed.\n\n* Attack rolls against a restrained creature are made with advantage.\n\n* A restrained creature makes attacks rolls with disadvantage. \n\n* The restrained creature has disadvantage on Dexterity saving throws.",
            "document": "a5e-ag",
            "gamesystem": "a5e"
        },
        {
            "desc": "* A restrained creature’s speed becomes 0, and it can’t benefit from any bonus to its speed.\r\n* Attack rolls against the creature have advantage, and the creature’s attack rolls have disadvantage.\r\n* The creature has disadvantage on Dexterity saving throws.",
            "document": "srd-2014",
            "gamesystem": "5e-2014"
        },
        {
            "desc": "While you have the Restrained condition, you experience the following effects.\n* Speed 0. Your Speed is 0 and can’t increase.\n* Attacks Affected. Attack rolls against you have Advantage, and your attack rolls have Disadvantage. \n* Saving Throws Affected. You have Disadvantage on Dexterity saving throws.",
            "document": "srd-2024",
            "gamesystem": "5e-2024"
        }
    ],
    "name": "Restrained"
}