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

{
    "id": 7,
    "url": "https://swarfarm.com/api/v2/skill-effects/7/?format=api",
    "name": "Counter",
    "is_buff": true,
    "type": "Buff",
    "description": "When attacked, the target will counterattack to inflict 75% of the Attack Power as damage.",
    "icon_filename": "buff_counter.png"
}