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

{
    "id": 1000,
    "url": "https://swarfarm.com/api/v2/monsters/1000/?format=api",
    "bestiary_slug": "21203-wind-panda-warrior-feng-yan",
    "com2us_id": 21213,
    "family_id": 21200,
    "skill_group_id": 21200,
    "name": "Feng Yan",
    "image_filename": "unit_icon_0041_2_4.png",
    "element": "Wind",
    "archetype": "Defense",
    "base_stars": 6,
    "natural_stars": 5,
    "obtainable": true,
    "can_awaken": true,
    "awaken_level": 1,
    "awaken_bonus": "",
    "skills": [
        1455,
        1459,
        1468
    ],
    "skill_ups_to_max": 11,
    "leader_skill": {
        "id": 181,
        "url": "https://swarfarm.com/api/v2/leader-skills/181/?format=api",
        "attribute": "Defense",
        "amount": 44,
        "area": "Guild",
        "element": null
    },
    "homunculus_skills": [],
    "base_hp": 10215,
    "base_attack": 659,
    "base_defense": 801,
    "speed": 96,
    "crit_rate": 15,
    "crit_damage": 50,
    "resistance": 15,
    "accuracy": 25,
    "raw_hp": 62,
    "raw_attack": 60,
    "raw_defense": 73,
    "max_lvl_hp": 10215,
    "max_lvl_attack": 659,
    "max_lvl_defense": 801,
    "awakens_from": 1001,
    "awakens_to": null,
    "awaken_cost": [],
    "transforms_to": null,
    "source": [
        {
            "id": 3,
            "url": "https://swarfarm.com/api/v2/monster-sources/3/?format=api",
            "name": "Legendary Scroll",
            "description": "",
            "farmable_source": false
        },
        {
            "id": 7,
            "url": "https://swarfarm.com/api/v2/monster-sources/7/?format=api",
            "name": "Wind Scroll",
            "description": "",
            "farmable_source": false
        },
        {
            "id": 38,
            "url": "https://swarfarm.com/api/v2/monster-sources/38/?format=api",
            "name": "Mystical Scroll or Crystal Summon",
            "description": "",
            "farmable_source": false
        }
    ],
    "fusion_food": false,
    "homunculus": false,
    "craft_cost": null,
    "craft_materials": []
}