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

{
    "id": 36,
    "url": "https://swarfarm.com/api/v2/levels/36/?format=api",
    "dungeon": 2,
    "floor": 1,
    "difficulty": "Hell",
    "energy_cost": 5,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3091,
                    "monster": 78,
                    "stars": 3,
                    "level": 40,
                    "hp": 3405,
                    "attack": 214,
                    "defense": 315,
                    "speed": 86,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3092,
                    "monster": 78,
                    "stars": 3,
                    "level": 40,
                    "hp": 3405,
                    "attack": 214,
                    "defense": 315,
                    "speed": 86,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3093,
                    "monster": 78,
                    "stars": 4,
                    "level": 40,
                    "hp": 3855,
                    "attack": 243,
                    "defense": 357,
                    "speed": 86,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3094,
                    "monster": 96,
                    "stars": 4,
                    "level": 40,
                    "hp": 3210,
                    "attack": 214,
                    "defense": 428,
                    "speed": 102,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3095,
                    "monster": 78,
                    "stars": 4,
                    "level": 40,
                    "hp": 3855,
                    "attack": 243,
                    "defense": 357,
                    "speed": 86,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3096,
                    "monster": 96,
                    "stars": 5,
                    "level": 40,
                    "hp": 3930,
                    "attack": 262,
                    "defense": 524,
                    "speed": 102,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3097,
                    "monster": 78,
                    "stars": 6,
                    "level": 40,
                    "hp": 7695,
                    "attack": 484,
                    "defense": 713,
                    "speed": 98,
                    "resist": 21,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3098,
                    "monster": 96,
                    "stars": 5,
                    "level": 40,
                    "hp": 3930,
                    "attack": 262,
                    "defense": 524,
                    "speed": 102,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}