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

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

{
    "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api",
    "key": "paralyzed",
    "name": "Paralyzed",
    "desc": "* A paralyzed creature is incapacitated (see the condition) and can’t move or speak. \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"
}