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

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

{
    "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api",
    "key": "frightened",
    "name": "Frightened",
    "desc": "* A frightened creature has disadvantage on ability checks and attack rolls while the source of its fear\r\nis within line of sight.\r\n* The creature can’t willingly move closer to the source of its fear.",
    "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
}