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

GET /v2/conditions/a5e-ag_slowed/?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_slowed/?format=api",
    "key": "a5e-ag_slowed",
    "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 slowed creature's Speed is halved. \n\n* A slowed creature takes a −2 penalty to AC and Dexterity saving throws. \n\n* A slowed creature cannot take reactions. \n\n* On its turn, a slowed creature can take either an action or a bonus action, not both. In addition, it can't make more than one melee or ranged attack during its turn.",
            "document": "a5e-ag",
            "gamesystem": "a5e"
        }
    ],
    "name": "Slowed"
}