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

GET /v2/conditions/a5e-ag_doomed/?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_doomed/?format=api",
    "key": "a5e-ag_doomed",
    "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 doomed creature dies at a time determined by the Narrator, or within 13 (2d12) hours.\n\n* A doomed creature continues to be doomed even after it dies. Magic equivalent to a 7th-level or higher spell can remove the doomed condition (such as regenerate cast on a living creature, resurrection, true resurrection, or wish).",
            "document": "a5e-ag",
            "gamesystem": "a5e"
        }
    ],
    "name": "Doomed"
}