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

{
    "url": "https://swarfarm.com/api/bestiary/34?format=api",
    "pk": 34,
    "com2us_id": 10402,
    "name": "Yeti",
    "image_filename": "unit_icon_0001_1_1.png",
    "element": "Fire",
    "archetype": "HP",
    "base_stars": 2,
    "natural_stars": 2,
    "obtainable": true,
    "can_awaken": true,
    "is_awakened": false,
    "awaken_bonus": "Gain new skill: Ancestors' Blessing",
    "skills": [
        {
            "pk": 245,
            "com2us_id": 1402,
            "name": "Slash Hook",
            "description": "Attacks an enemy 2 times with fast punches. Each punch has a 50% chance to decrease the enemy's Attack Speed for 1 turn.",
            "slot": 1,
            "cooltime": null,
            "hits": 2,
            "passive": false,
            "aoe": false,
            "max_level": 7,
            "level_progress_description": "Damage +5%\nDamage +5%\nEffect Rate +10%\nDamage +10%\nDamage +10%\nEffect Rate +20%",
            "effect": [
                {
                    "name": "Decrease SPD",
                    "is_buff": false,
                    "description": "The target's Attack Speed will be decreased by 30%.",
                    "icon_filename": "debuff_slow.png"
                }
            ],
            "multiplier_formula": "1.9*{ATK} + 20",
            "multiplier_formula_raw": "[[\"ATK\", \"*\", 1.9, \"+\", 20]]",
            "icon_filename": "skill_icon_0000_2_4.png"
        },
        {
            "pk": 250,
            "com2us_id": 1407,
            "name": "Fire Burst",
            "description": "Attacks the enemy and decreases the target's Attack Speed for 2 turns. This attack will deal more damage according to your MAX HP.",
            "slot": 2,
            "cooltime": 3,
            "hits": 1,
            "passive": false,
            "aoe": false,
            "max_level": 5,
            "level_progress_description": "Damage +10%\nDamage +10%\nDamage +10%\nCooltime Turn -1",
            "effect": [
                {
                    "name": "Decrease SPD",
                    "is_buff": false,
                    "description": "The target's Attack Speed will be decreased by 30%.",
                    "icon_filename": "debuff_slow.png"
                }
            ],
            "multiplier_formula": "2.0*{ATK} + 0.28*{MAX HP}",
            "multiplier_formula_raw": "[[\"ATK\", \"*\", 2.0], [\"+\"], [\"ATTACK_TOT_HP\", \"*\", 0.28]]",
            "icon_filename": "skill_icon_0000_7_4.png"
        }
    ],
    "leader_skill": null,
    "homunculus_skills": [],
    "base_hp": 2175,
    "base_attack": 142,
    "base_defense": 121,
    "speed": 100,
    "crit_rate": 15,
    "crit_damage": 50,
    "resistance": 15,
    "accuracy": 0,
    "max_lvl_hp": 7905,
    "max_lvl_attack": 516,
    "max_lvl_defense": 439,
    "awakens_from": null,
    "awakens_to": {
        "url": "https://swarfarm.com/api/bestiary/35?format=api",
        "pk": 35,
        "name": "Tantra",
        "element": "Fire"
    },
    "awaken_mats_fire_low": 15,
    "awaken_mats_fire_mid": 1,
    "awaken_mats_fire_high": 0,
    "awaken_mats_water_low": 0,
    "awaken_mats_water_mid": 0,
    "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": 20,
    "awaken_mats_magic_mid": 0,
    "awaken_mats_magic_high": 0,
    "source": [
        {
            "id": 36,
            "name": "Magic Shop",
            "description": "",
            "farmable_source": false
        },
        {
            "id": 10,
            "name": "Secret Dungeon",
            "description": "",
            "farmable_source": true
        },
        {
            "id": 39,
            "name": "Unknown Scroll or Social Summon",
            "description": "",
            "farmable_source": false
        }
    ],
    "fusion_food": true,
    "homunculus": false
}