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

{
    "id": 43,
    "url": "https://swarfarm.com/api/v2/monsters/43/?format=api",
    "bestiary_slug": "14201-water-angelmon-blue-angelmon",
    "com2us_id": 14201,
    "family_id": 14200,
    "skill_group_id": 14200,
    "name": "Angelmon",
    "image_filename": "unit_icon_0016_0_4.png",
    "element": "Water",
    "archetype": "Material",
    "base_stars": 1,
    "natural_stars": 1,
    "obtainable": true,
    "can_awaken": true,
    "awaken_level": 0,
    "awaken_bonus": "Gain new skill: Best Ingredient (Passive)",
    "skills": [
        2
    ],
    "skill_ups_to_max": 0,
    "leader_skill": null,
    "homunculus_skills": [],
    "base_hp": 30,
    "base_attack": 2,
    "base_defense": 2,
    "speed": 0,
    "crit_rate": 0,
    "crit_damage": 0,
    "resistance": 0,
    "accuracy": 0,
    "raw_hp": 1,
    "raw_attack": 1,
    "raw_defense": 1,
    "max_lvl_hp": 165,
    "max_lvl_attack": 11,
    "max_lvl_defense": 11,
    "awakens_from": null,
    "awakens_to": 50,
    "awaken_cost": [
        {
            "item": {
                "id": 12,
                "com2us_id": 11001,
                "url": "https://swarfarm.com/api/v2/items/12/?format=api",
                "name": "Water Low Essence",
                "category": "Essence",
                "icon": "essence_water_low.png",
                "description": "",
                "sell_value": null
            },
            "quantity": 3
        },
        {
            "item": {
                "id": 9,
                "com2us_id": 11006,
                "url": "https://swarfarm.com/api/v2/items/9/?format=api",
                "name": "Magic Low Essence",
                "category": "Essence",
                "icon": "essence_magic_low.png",
                "description": "",
                "sell_value": null
            },
            "quantity": 2
        }
    ],
    "transforms_to": null,
    "source": [
        {
            "id": 34,
            "url": "https://swarfarm.com/api/v2/monster-sources/34/?format=api",
            "name": "Angel Garden",
            "description": "",
            "farmable_source": false
        },
        {
            "id": 32,
            "url": "https://swarfarm.com/api/v2/monster-sources/32/?format=api",
            "name": "Hall of Water",
            "description": "",
            "farmable_source": true
        },
        {
            "id": 24,
            "url": "https://swarfarm.com/api/v2/monster-sources/24/?format=api",
            "name": "Glory Shop",
            "description": "",
            "farmable_source": true
        }
    ],
    "fusion_food": false,
    "homunculus": false,
    "craft_cost": null,
    "craft_materials": []
}