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

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

{
    "url": "https://api-beta.open5e.com/v2/conditions/unconscious/?format=api",
    "key": "unconscious",
    "name": "Unconscious",
    "desc": "* An unconscious creature is incapacitated (see the condition), can’t move or speak, and is unaware of its surroundings\r\n* The creature drops whatever it’s holding and falls prone.\r\n* The creature automatically fails Strength and Dexterity saving throws.\r\n* Attack rolls against the creature have advantage.\r\n* Any attack that hits the creature is a critical hit if the attacker is within 5 feet of the creature.",
    "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
}