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

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

{
    "url": "https://api-beta.open5e.com/v2/conditions/invisible/?format=api",
    "key": "invisible",
    "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": "Invisible",
        "key": "elderberry_invisible",
        "url": "https://api-beta.open5e.com/v2/images/elderberry_invisible/?format=api",
        "file_url": "/static/img/object_icons/elderberry-inn-icons/conditions/invisible.svg",
        "alt_text": "An icon representing the Invisible condition. A black-and-white silhouette of a figure visible from the shoulders up faces the viewer. They are drawn with a dashed outline to indicate that they are invisible.",
        "attribution": "Designed with love by Anaislalovi (@anaislalovi) for Elderberry Inn."
    },
    "descriptions": [
        {
            "desc": "* An invisible creature is impossible to see without the aid of magic or a special sense (it gains no benefits from this condition against creatures still able to see it). \n\n* An invisible creature is heavily obscured for the purpose of hiding. \n\n* An invisible creature’s location can be detected by noises it makes or tracks it leaves. \n\n* Attack rolls against an invisible creature are made with disadvantage. \n\n* An invisible creature makes attack rolls with advantage.",
            "document": "a5e-ag",
            "gamesystem": "a5e"
        },
        {
            "desc": "* An invisible creature is impossible to see without the aid of magic or a special sense. For the purpose of hiding, the creature is heavily obscured. The creature’s location can be detected by any noise it makes or any tracks it leaves.\r\n* Attack rolls against the creature have disadvantage, and the creature’s attack rolls have advantage.",
            "document": "srd-2014",
            "gamesystem": "5e-2014"
        },
        {
            "desc": "While you have the Invisible condition, you experience the following effects. \n* Surprise. If you’re Invisible when you roll Initiative, you have Advantage on the roll. \n* Concealed. You aren’t affected by any effect that requires its target to be seen unless the effect’s creator can somehow see you. Any equipment you are wearing or carrying is also concealed.\n*Attacks Affected. Attack rolls against you have Disadvantage, and your attack rolls have Advantage. If a creature can somehow see you, you don’t gain this benefit against that creature.",
            "document": "srd-2024",
            "gamesystem": "5e-2024"
        }
    ],
    "name": "Invisible"
}