GET /api/bestiary/311?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://swarfarm.com/api/bestiary/311?format=api",
    "pk": 311,
    "com2us_id": 10101,
    "name": "Fairy",
    "image_filename": "unit_icon_0000_0_0.png",
    "element": "Water",
    "archetype": "Support",
    "base_stars": 3,
    "natural_stars": 3,
    "obtainable": true,
    "can_awaken": true,
    "is_awakened": false,
    "awaken_bonus": "Gain new skill: Sleep Spell",
    "skills": [
        {
            "pk": 65,
            "com2us_id": 1101,
            "name": "Aqua Hurricane",
            "description": "Attacks the enemy 3 times with a whirling storm of water. Freezes the enemy for 1 turn with a 20% chance.",
            "slot": 1,
            "cooltime": null,
            "hits": 3,
            "passive": false,
            "aoe": false,
            "max_level": 8,
            "level_progress_description": "Effect Rate +5%\nDamage +10%\nEffect Rate +5%\nDamage +10%\nEffect Rate +5%\nDamage +10%\nEffect Rate +25%",
            "effect": [
                {
                    "name": "Freeze",
                    "is_buff": false,
                    "description": "The target will be frozen and won't be able to attack.",
                    "icon_filename": "debuff_freeze.png"
                }
            ],
            "multiplier_formula": "1.2*{ATK}",
            "multiplier_formula_raw": "[[\"ATK\", \"*\", 1.2]]",
            "icon_filename": "skill_icon_0000_0_0.png"
        },
        {
            "pk": 60,
            "com2us_id": 1106,
            "name": "Purify",
            "description": "Removes all harmful effects on the target ally and recovers its HP. The recovery amount is proportionate to the Attack Power.",
            "slot": 2,
            "cooltime": 3,
            "hits": 0,
            "passive": false,
            "aoe": false,
            "max_level": 6,
            "level_progress_description": "Recovery +5%\nRecovery +5%\nRecovery +10%\nRecovery +10%\nCooltime Turn -1",
            "effect": [
                {
                    "name": "Cleanse",
                    "is_buff": true,
                    "description": "Removes one or more debuffs",
                    "icon_filename": ""
                },
                {
                    "name": "Heal",
                    "is_buff": true,
                    "description": "Increases ally's HP",
                    "icon_filename": ""
                }
            ],
            "multiplier_formula": "4*{ATK}",
            "multiplier_formula_raw": "[[\"ATK\", \"*\", 4]]",
            "icon_filename": "skill_icon_0000_5_0.png"
        }
    ],
    "leader_skill": {
        "attribute": "Resistance",
        "amount": 20,
        "area": "General",
        "element": null
    },
    "homunculus_skills": [],
    "base_hp": 3270,
    "base_attack": 192,
    "base_defense": 244,
    "speed": 103,
    "crit_rate": 15,
    "crit_damage": 50,
    "resistance": 15,
    "accuracy": 0,
    "max_lvl_hp": 8235,
    "max_lvl_attack": 483,
    "max_lvl_defense": 615,
    "awakens_from": null,
    "awakens_to": {
        "url": "https://swarfarm.com/api/bestiary/312?format=api",
        "pk": 312,
        "name": "Elucia",
        "element": "Water"
    },
    "awaken_mats_fire_low": 0,
    "awaken_mats_fire_mid": 0,
    "awaken_mats_fire_high": 0,
    "awaken_mats_water_low": 10,
    "awaken_mats_water_mid": 5,
    "awaken_mats_water_high": 0,
    "awaken_mats_wind_low": 0,
    "awaken_mats_wind_mid": 0,
    "awaken_mats_wind_high": 0,
    "awaken_mats_light_low": 0,
    "awaken_mats_light_mid": 0,
    "awaken_mats_light_high": 0,
    "awaken_mats_dark_low": 0,
    "awaken_mats_dark_mid": 0,
    "awaken_mats_dark_high": 0,
    "awaken_mats_magic_low": 15,
    "awaken_mats_magic_mid": 10,
    "awaken_mats_magic_high": 0,
    "source": [
        {
            "id": 6,
            "name": "Water Scroll",
            "description": "",
            "farmable_source": false
        },
        {
            "id": 38,
            "name": "Mystical Scroll or Crystal Summon",
            "description": "",
            "farmable_source": false
        },
        {
            "id": 39,
            "name": "Unknown Scroll or Social Summon",
            "description": "",
            "farmable_source": false
        }
    ],
    "fusion_food": false,
    "homunculus": false
}