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

{
    "id": 123,
    "url": "https://swarfarm.com/api/v2/skill-effects/123/?format=api",
    "name": "Skill Limit per Battle",
    "is_buff": false,
    "type": "Neutral",
    "description": "Skill has a limited number of usages per battle.",
    "icon_filename": ""
}