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

{
    "id": 23,
    "url": "https://swarfarm.com/api/v2/skill-effects/23/?format=api",
    "name": "Bomb",
    "is_buff": false,
    "type": "Debuff",
    "description": "When remaining turns reach 0, the bomb explodes to deal damage that ignores Defense and stuns for 1 turn. The damage is affected by the caster's Attack Power, and the chance of stunning is affected by the caster's Accuracy and the target's Resistance.",
    "icon_filename": "debuff_bomb.png"
}