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

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

{
    "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api",
    "key": "charmed",
    "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": "Charmed",
        "key": "elderberry_charmed",
        "url": "https://api-beta.open5e.com/v2/images/elderberry_charmed/?format=api",
        "file_url": "/static/img/object_icons/elderberry-inn-icons/conditions/charmed.svg",
        "alt_text": "An icon representing the charmed condition in an RPG. A simple black-and-white silhouette of a humanoid facing the viewer. There is a heart where their face should be.",
        "attribution": "Designed with love by Anaislalovi (@anaislalovi) for Elderberry Inn."
    },
    "descriptions": [
        {
            "desc": "* A charmed creature can’t take any hostile action against the charmer.\n\n* Ability checks the charmer makes to socially interact with the charmed creature have advantage.",
            "document": "a5e-ag",
            "gamesystem": "a5e"
        },
        {
            "desc": "* A charmed creature can’t attack the charmer or target the charmer with harmful abilities or magical effects.\r\n* The charmer has advantage on any ability check to interact socially with the creature.",
            "document": "srd-2014",
            "gamesystem": "5e-2014"
        },
        {
            "desc": "While you have the Charmed condition, you experience the following effects. \n* Can’t Harm the Charmer. You can’t attack the charmer or target the charmer with damaging abilities or magical effects. \n* Social Advantage. The charmer has Advantage on any ability check to interact with you socially.",
            "document": "srd-2024",
            "gamesystem": "5e-2024"
        }
    ],
    "name": "Charmed"
}