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

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

{
    "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api",
    "key": "prone",
    "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": "Prone",
        "key": "elderberry_prone",
        "url": "https://api-beta.open5e.com/v2/images/elderberry_prone/?format=api",
        "file_url": "/static/img/object_icons/elderberry-inn-icons/conditions/prone.svg",
        "alt_text": "An icon representing the Prone condition.",
        "attribution": "Designed with love by Anaislalovi (@anaislalovi) for Elderberry Inn."
    },
    "descriptions": [
        {
            "desc": "*A prone creature’s only movement option is to crawl (every 1 foot of movement while crawling costs 1 extra foot) until it stands up. \n\n* Standing up requires half a creature’s movement. \n\n* A prone creature makes melee attack rolls with disadvantage.\n\n* An attack roll against a prone creature is made with advantage if the attacker is within 5 feet. Otherwise, the attack roll is made with disadvantage.",
            "document": "a5e-ag",
            "gamesystem": "a5e"
        },
        {
            "desc": "* A prone creature’s only movement option is to crawl, unless it stands up and thereby ends the condition.\r\n* The creature has disadvantage on attack rolls. \r\n* An attack roll against the creature has advantage if the attacker is within 5 feet of the creature. Otherwise, the attack roll has disadvantage.",
            "document": "srd-2014",
            "gamesystem": "5e-2014"
        },
        {
            "desc": "While you have the Prone condition, you experience the following effects. \n* Restricted Movement. Your only movement options are to crawl or to spend an amount of move- ment equal to half your Speed (round down) to right yourself and thereby end the condition. If your Speed is 0, you can’t right yourself. \n* Attacks Affected. You have Disadvantage on attack rolls. An attack roll against you has Advantage if the attacker is within 5 feet of you. Otherwise, that attack roll has Disadvantage.",
            "document": "srd-2024",
            "gamesystem": "5e-2024"
        }
    ],
    "name": "Prone"
}