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

{
    "id": 312,
    "url": "https://swarfarm.com/api/v2/monsters/312/?format=api",
    "bestiary_slug": "10101-water-fairy-elucia",
    "com2us_id": 10111,
    "family_id": 10100,
    "skill_group_id": 10100,
    "name": "Elucia",
    "image_filename": "unit_icon_0000_0_1.png",
    "element": "Water",
    "archetype": "Support",
    "base_stars": 4,
    "natural_stars": 3,
    "obtainable": true,
    "can_awaken": true,
    "awaken_level": 1,
    "awaken_bonus": "Secondary Awakening",
    "skills": [
        65,
        60,
        66
    ],
    "skill_ups_to_max": 16,
    "leader_skill": {
        "id": 8,
        "url": "https://swarfarm.com/api/v2/leader-skills/8/?format=api",
        "attribute": "Resistance",
        "amount": 20,
        "area": "General",
        "element": null
    },
    "homunculus_skills": [],
    "base_hp": 4905,
    "base_attack": 339,
    "base_defense": 315,
    "speed": 104,
    "crit_rate": 15,
    "crit_damage": 50,
    "resistance": 15,
    "accuracy": 0,
    "raw_hp": 55,
    "raw_attack": 57,
    "raw_defense": 53,
    "max_lvl_hp": 9060,
    "max_lvl_attack": 626,
    "max_lvl_defense": 582,
    "awakens_from": 311,
    "awakens_to": 1281,
    "awaken_cost": [],
    "transforms_to": null,
    "source": [
        {
            "id": 10,
            "url": "https://swarfarm.com/api/v2/monster-sources/10/?format=api",
            "name": "Secret Dungeon",
            "description": "",
            "farmable_source": true
        },
        {
            "id": 6,
            "url": "https://swarfarm.com/api/v2/monster-sources/6/?format=api",
            "name": "Water 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
        },
        {
            "id": 39,
            "url": "https://swarfarm.com/api/v2/monster-sources/39/?format=api",
            "name": "Unknown Scroll or Social Summon",
            "description": "",
            "farmable_source": false
        }
    ],
    "fusion_food": false,
    "homunculus": false,
    "craft_cost": null,
    "craft_materials": []
}