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

{
    "id": 2,
    "url": "https://swarfarm.com/api/v2/skill-effects/2/?format=api",
    "name": "Increase DEF",
    "is_buff": true,
    "type": "Buff",
    "description": "The target's defense will be increased by 70%.",
    "icon_filename": "buff_defence_up.png"
}