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

GET /v2/conditions/a5e-ag_rattled/?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_rattled/?format=api",
    "key": "a5e-ag_rattled",
    "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 rattled creature cannot benefit from expertise dice.\n\n* A rattled creature cannot take reactions.\n\n* A creature that is immune to being stunned is immune to being rattled.",
            "document": "a5e-ag",
            "gamesystem": "a5e"
        }
    ],
    "name": "Rattled"
}