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

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

{
    "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
    "key": "paralyzed",
    "document": {
        "name": "System Reference Document 5.1",
        "key": "srd-2014",
        "display_name": "5e 2014 Rules",
        "publisher": {
            "name": "Wizards of the Coast",
            "key": "wizards-of-the-coast",
            "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?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": "Paralyzed",
        "key": "elderberry_paralyzed",
        "url": "https://api-beta.open5e.com/v2/images/elderberry_paralyzed/?format=api",
        "file_url": "/static/img/object_icons/elderberry-inn-icons/conditions/paralyzed.svg",
        "alt_text": "An icon representing the Paralyzed condition. A black-and-white silhouette of a figure visible from the shoulders up faces the viewer. They are surrounded by a chain.",
        "attribution": "Designed with love by Anaislalovi (@anaislalovi) for Elderberry Inn."
    },
    "concept": null,
    "name": "Paralyzed",
    "desc": "* A paralyzed creature is incapacitated (see the condition) and can’t move or speak. \r\n*  The creature automatically fails Strength and Dexterity saving throws.\r\n*  Attack rolls against the creature have advantage. \r\n* Any attack that hits the creature is a critical hit if the attacker is within 5 feet of the creature."
}