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

{
    "id": 96,
    "url": "https://swarfarm.com/api/v2/monsters/96/?format=api",
    "bestiary_slug": "12202-fire-slime",
    "com2us_id": 12202,
    "family_id": 12200,
    "skill_group_id": 12200,
    "name": "Slime",
    "image_filename": "unit_icon_0010_1_0.png",
    "element": "Fire",
    "archetype": "Defense",
    "base_stars": 1,
    "natural_stars": 1,
    "obtainable": true,
    "can_awaken": false,
    "awaken_level": 0,
    "awaken_bonus": "",
    "skills": [
        39
    ],
    "skill_ups_to_max": 7,
    "leader_skill": null,
    "homunculus_skills": [],
    "base_hp": 900,
    "base_attack": 60,
    "base_defense": 120,
    "speed": 102,
    "crit_rate": 15,
    "crit_damage": 50,
    "resistance": 15,
    "accuracy": 0,
    "raw_hp": 30,
    "raw_attack": 30,
    "raw_defense": 60,
    "max_lvl_hp": 4935,
    "max_lvl_attack": 329,
    "max_lvl_defense": 659,
    "awakens_from": null,
    "awakens_to": null,
    "awaken_cost": [],
    "transforms_to": null,
    "source": [
        {
            "id": 12,
            "url": "https://swarfarm.com/api/v2/monster-sources/12/?format=api",
            "name": "Mt. Siz",
            "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": []
}