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

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

{
    "url": "https://api-beta.open5e.com/v2/conditions/grappled/?format=api",
    "key": "grappled",
    "name": "Grappled",
    "desc": "* A grappled creature’s speed becomes 0, and it can’t benefit from any bonus to its speed. \r\n* The condition ends if the grappler is incapacitated (see the condition).\r\n* The condition also ends if an effect removes the grappled creature from the reach of the grappler or grappling effect, such as when a creature is hurled away by the *thunder-­wave* spell.",
    "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
}