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

{
    "id": 28,
    "url": "https://swarfarm.com/api/v2/monsters/28/?format=api",
    "bestiary_slug": "10202-fire-imp-cogma",
    "com2us_id": 10202,
    "family_id": 10200,
    "skill_group_id": 10200,
    "name": "Imp",
    "image_filename": "unit_icon_0000_1_2.png",
    "element": "Fire",
    "archetype": "Attack",
    "base_stars": 2,
    "natural_stars": 2,
    "obtainable": true,
    "can_awaken": true,
    "awaken_level": 0,
    "awaken_bonus": "Gain new skill: Triple Attack",
    "skills": [
        134,
        139
    ],
    "skill_ups_to_max": 12,
    "leader_skill": null,
    "homunculus_skills": [],
    "base_hp": 1770,
    "base_attack": 167,
    "base_defense": 124,
    "speed": 114,
    "crit_rate": 15,
    "crit_damage": 50,
    "resistance": 15,
    "accuracy": 0,
    "raw_hp": 39,
    "raw_attack": 55,
    "raw_defense": 41,
    "max_lvl_hp": 6420,
    "max_lvl_attack": 604,
    "max_lvl_defense": 450,
    "awakens_from": null,
    "awakens_to": 29,
    "awaken_cost": [
        {
            "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": 15
        },
        {
            "item": {
                "id": 16,
                "com2us_id": 11002,
                "url": "https://swarfarm.com/api/v2/items/16/?format=api",
                "name": "Fire Low Essence",
                "category": "Essence",
                "icon": "essence_fire_low.png",
                "description": "",
                "sell_value": null
            },
            "quantity": 20
        }
    ],
    "transforms_to": null,
    "source": [
        {
            "id": 36,
            "url": "https://swarfarm.com/api/v2/monster-sources/36/?format=api",
            "name": "Magic Shop",
            "description": "",
            "farmable_source": false
        },
        {
            "id": 10,
            "url": "https://swarfarm.com/api/v2/monster-sources/10/?format=api",
            "name": "Secret Dungeon",
            "description": "",
            "farmable_source": true
        },
        {
            "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": true,
    "homunculus": false,
    "craft_cost": null,
    "craft_materials": []
}