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

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

{
    "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
    "key": "frightened",
    "document": {
        "name": "5e Core Concepts",
        "key": "core",
        "display_name": "5e Core",
        "publisher": {
            "name": "Open5e",
            "key": "open5e",
            "url": "https://api-beta.open5e.com/v2/publishers/open5e/?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": "Frightened",
        "key": "elderberry_frightened",
        "url": "https://api-beta.open5e.com/v2/images/elderberry_frightened/?format=api",
        "file_url": "/static/img/object_icons/elderberry-inn-icons/conditions/frightened.svg",
        "alt_text": "An icon representing the Frightened condition. A simple black-and-white silhouette figure from the shoulders up facing the viewer. Their hands are raised to their head and they are screaming.",
        "attribution": "Designed with love by Anaislalovi (@anaislalovi) for Elderberry Inn."
    },
    "descriptions": [
        {
            "desc": "* A frightened creature has disadvantage on ability checks and attack rolls while it is able to see the source of its fear.\n\n* A frightened creature can’t willingly move closer to the source of its fear.",
            "document": "a5e-ag",
            "gamesystem": "a5e"
        },
        {
            "desc": "* A frightened creature has disadvantage on ability checks and attack rolls while the source of its fear is within line of sight.\r\n* The creature can’t willingly move closer to the source of its fear.",
            "document": "srd-2014",
            "gamesystem": "5e-2014"
        },
        {
            "desc": "While you have the Frightened condition, you experience the following effects. \n* Ability Checks and Attacks Affected. You have Disadvantage on ability checks and attack rolls while the source of fear is within line of sight. \n * Can’t Approach. You can’t willingly move closer to the source of fear.",
            "document": "srd-2024",
            "gamesystem": "5e-2024"
        }
    ],
    "name": "Frightened"
}