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

{
    "id": 5,
    "url": "https://swarfarm.com/api/v2/skill-effects/5/?format=api",
    "name": "Increase SPD",
    "is_buff": true,
    "type": "Buff",
    "description": "The target's Attack Speed will be increased by 30%.",
    "icon_filename": "buff_speed.png"
}