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

{
    "id": 30,
    "url": "https://swarfarm.com/api/v2/monsters/30/?format=api",
    "bestiary_slug": "10302-fire-pixie-tatu",
    "com2us_id": 10302,
    "family_id": 10300,
    "skill_group_id": 10300,
    "name": "Pixie",
    "image_filename": "unit_icon_0000_1_4.png",
    "element": "Fire",
    "archetype": "Attack",
    "base_stars": 2,
    "natural_stars": 2,
    "obtainable": true,
    "can_awaken": true,
    "awaken_level": 0,
    "awaken_bonus": "Gain new skill: Incinerate",
    "skills": [
        162,
        167
    ],
    "skill_ups_to_max": 11,
    "leader_skill": null,
    "homunculus_skills": [],
    "base_hp": 1680,
    "base_attack": 176,
    "base_defense": 121,
    "speed": 110,
    "crit_rate": 15,
    "crit_damage": 50,
    "resistance": 15,
    "accuracy": 0,
    "raw_hp": 37,
    "raw_attack": 58,
    "raw_defense": 40,
    "max_lvl_hp": 6090,
    "max_lvl_attack": 637,
    "max_lvl_defense": 439,
    "awakens_from": null,
    "awakens_to": 31,
    "awaken_cost": [
        {
            "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
        },
        {
            "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
        }
    ],
    "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": false,
    "homunculus": false,
    "craft_cost": null,
    "craft_materials": []
}