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

{
    "url": "https://swarfarm.com/api/bestiary/32?format=api",
    "pk": 32,
    "com2us_id": 10702,
    "name": "Warbear",
    "image_filename": "unit_icon_0002_1_2.png",
    "element": "Fire",
    "archetype": "HP",
    "base_stars": 2,
    "natural_stars": 2,
    "obtainable": true,
    "can_awaken": true,
    "is_awakened": false,
    "awaken_bonus": "Gain new skill: Counterblow",
    "skills": [
        {
            "pk": 232,
            "com2us_id": 1802,
            "name": "Thrash",
            "description": "Thrashes the enemy, inflicting damage proportionate to your MAX HP. The attack has a 50% chance to reduce the enemy's Attack Bar by 25%.",
            "slot": 1,
            "cooltime": null,
            "hits": 1,
            "passive": false,
            "aoe": false,
            "max_level": 7,
            "level_progress_description": "Damage +5%\nEffect Rate +5%\nDamage +5%\nEffect Rate +10%\nDamage +10%\nEffect Rate +20%",
            "effect": [
                {
                    "name": "Decrease ATB",
                    "is_buff": false,
                    "description": "Reduces the enemy's attack gauge",
                    "icon_filename": ""
                }
            ],
            "multiplier_formula": "1.7*{ATK} + 0.15*{MAX HP}",
            "multiplier_formula_raw": "[[\"ATK\", \"*\", 1.7], [\"+\"], [\"ATTACK_TOT_HP\", \"*\", 0.15]]",
            "icon_filename": "skill_icon_0001_0_0.png"
        },
        {
            "pk": 243,
            "com2us_id": 1807,
            "name": "Roar",
            "description": "Inflicts damage proportional to your MAX HP to all enemies and decreases their Attack Power for 2 turns.",
            "slot": 2,
            "cooltime": 5,
            "hits": 1,
            "passive": false,
            "aoe": true,
            "max_level": 5,
            "level_progress_description": "Damage +10%\nDamage +10%\nCooltime Turn -1\nCooltime Turn -1",
            "effect": [
                {
                    "name": "Decrease ATK",
                    "is_buff": false,
                    "description": "The target's Attack Power will be decreased by 50%.",
                    "icon_filename": "debuff_attack_down.png"
                }
            ],
            "multiplier_formula": "0.2*{MAX HP}",
            "multiplier_formula_raw": "[[\"ATTACK_TOT_HP\", \"*\", 0.2]]",
            "icon_filename": "skill_icon_0001_5_0.png"
        }
    ],
    "leader_skill": null,
    "homunculus_skills": [],
    "base_hp": 2130,
    "base_attack": 148,
    "base_defense": 118,
    "speed": 101,
    "crit_rate": 15,
    "crit_damage": 50,
    "resistance": 15,
    "accuracy": 0,
    "max_lvl_hp": 7740,
    "max_lvl_attack": 538,
    "max_lvl_defense": 428,
    "awakens_from": null,
    "awakens_to": {
        "url": "https://swarfarm.com/api/bestiary/33?format=api",
        "pk": 33,
        "name": "Ursha",
        "element": "Fire"
    },
    "awaken_mats_fire_low": 15,
    "awaken_mats_fire_mid": 5,
    "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": 10,
    "awaken_mats_magic_mid": 5,
    "awaken_mats_magic_high": 0,
    "source": [
        {
            "id": 15,
            "name": "Telain Forest",
            "description": "",
            "farmable_source": true
        },
        {
            "id": 36,
            "name": "Magic Shop",
            "description": "",
            "farmable_source": false
        },
        {
            "id": 39,
            "name": "Unknown Scroll or Social Summon",
            "description": "",
            "farmable_source": false
        }
    ],
    "fusion_food": false,
    "homunculus": false
}