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

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

{
    "url": "https://api-beta.open5e.com/v2/conditions/stunned/?format=api",
    "key": "stunned",
    "name": "Stunned",
    "desc": "* A stunned creature is incapacitated (see the condition), can’t move, and can speak only falteringly.\r\n* The creature automatically fails Strength and Dexterity saving throws.\r\n* Attack rolls against the creature have advantage.",
    "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
}