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

{
    "id": 3,
    "url": "https://swarfarm.com/api/v2/skill-effects/3/?format=api",
    "name": "Increase CRI Rate",
    "is_buff": true,
    "type": "Buff",
    "description": "The target's Critical Rate will be increased by 30%.",
    "icon_filename": "buff_crit_up.png"
}