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

{
    "id": 12,
    "url": "https://swarfarm.com/api/v2/skill-effects/12/?format=api",
    "name": "Shield",
    "is_buff": true,
    "type": "Buff",
    "description": "The Shield will absorb a fixed amount of damage.",
    "icon_filename": "buff_shield.png"
}