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

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

{
    "url": "https://api-beta.open5e.com/v2/conditions/a5e-ag_confused/?format=api",
    "key": "a5e-ag_confused",
    "document": {
        "name": "Adventurer's Guide",
        "key": "a5e-ag",
        "display_name": "Adventurer's Guide",
        "publisher": {
            "name": "EN Publishing",
            "key": "en-publishing",
            "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
        },
        "gamesystem": {
            "name": "Advanced 5th Edition",
            "key": "a5e",
            "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
        },
        "permalink": "https://a5esrd.com/a5esrd"
    },
    "icon": null,
    "descriptions": [
        {
            "desc": "* A confused creature can't take reactions. \n\n* On its turn a confused creature rolls a d8 to determine what it does.\n\n* On a 1 to 4, a confused creature does nothing. \n\n* On a 5 or 6, a confused creature takes no action or bonus action and uses all its movement to move in a randomly determined direction.\n\n* On a 7 or 8, a confused creature makes a melee attack against a randomly determined creature within its reach or does nothing if it can't make such an attack.",
            "document": "a5e-ag",
            "gamesystem": "a5e"
        }
    ],
    "name": "Confused"
}