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",
    "name": "Prone",
    "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": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
}