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

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

{
    "url": "https://api-beta.open5e.com/v2/conditions/deafened/?format=api",
    "key": "deafened",
    "name": "Deafened",
    "desc": "* A deafened creature can’t hear and automatically fails any ability check that requires hearing.",
    "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
}