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

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

{
    "url": "https://api-beta.open5e.com/v2/conditions/incapacitated/?format=api",
    "key": "incapacitated",
    "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": "Incapacitated",
        "key": "elderberry_incapacitated",
        "url": "https://api-beta.open5e.com/v2/images/elderberry_incapacitated/?format=api",
        "file_url": "/static/img/object_icons/elderberry-inn-icons/conditions/incapacitated.svg",
        "alt_text": "An icon representing the Incapacitated condition. A black-and-white silhouetted figure visible from the shoulders up faces the viewer. There is an X where thier face should be, and a shirling figure over thier head.",
        "attribution": "Designed with love by Anaislalovi (@anaislalovi) for Elderberry Inn."
    },
    "descriptions": [
        {
            "desc": "* An incapacitated creature can’t take actions, bonus actions, or reactions.",
            "document": "a5e-ag",
            "gamesystem": "a5e"
        },
        {
            "desc": "* An incapacitated creature can’t take actions or reactions.",
            "document": "srd-2014",
            "gamesystem": "5e-2014"
        },
        {
            "desc": "While you have the Incapacitated condition, you experience the following effects. \n* Inactive. You can’t take any action, Bonus Action, or Reaction. \n* No Concentration. Your Concentration is broken. \n* Speechless. You can’t speak. \n* Surprised. If you’re Incapacitated when you roll Initiative, you have Disadvantage on the roll.",
            "document": "srd-2024",
            "gamesystem": "5e-2024"
        }
    ],
    "name": "Incapacitated"
}