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

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

{
    "url": "https://api-beta.open5e.com/v2/conditions/a5e-invisible/?format=api",
    "key": "a5e-invisible",
    "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": {
        "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."
    },
    "concept": null,
    "name": "Invisible",
    "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).\r\n- An invisible creature is heavily obscured for the purpose of hiding.\r\n- An invisible creature's location can be detected by noises it makes or tracks it leaves.\r\n- Attack rolls against an invisible creature are made with disadvantage.\r\n- An invisible creature makes attack rolls with advantage."
}