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

{
    "id": 11,
    "url": "https://swarfarm.com/api/v2/levels/11/?format=api",
    "dungeon": 1,
    "floor": 4,
    "difficulty": "Hard",
    "energy_cost": 4,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 2394,
                    "monster": 13,
                    "stars": 2,
                    "level": 17,
                    "hp": 2010,
                    "attack": 138,
                    "defense": 110,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2395,
                    "monster": 13,
                    "stars": 2,
                    "level": 17,
                    "hp": 2010,
                    "attack": 138,
                    "defense": 110,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 2396,
                    "monster": 13,
                    "stars": 3,
                    "level": 17,
                    "hp": 2640,
                    "attack": 181,
                    "defense": 144,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2397,
                    "monster": 13,
                    "stars": 3,
                    "level": 17,
                    "hp": 2640,
                    "attack": 181,
                    "defense": 144,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2398,
                    "monster": 13,
                    "stars": 3,
                    "level": 17,
                    "hp": 2640,
                    "attack": 181,
                    "defense": 144,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 2399,
                    "monster": 13,
                    "stars": 3,
                    "level": 17,
                    "hp": 2640,
                    "attack": 181,
                    "defense": 144,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2400,
                    "monster": 13,
                    "stars": 4,
                    "level": 17,
                    "hp": 3945,
                    "attack": 247,
                    "defense": 215,
                    "speed": 102,
                    "resist": 19,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2401,
                    "monster": 13,
                    "stars": 3,
                    "level": 17,
                    "hp": 2640,
                    "attack": 181,
                    "defense": 144,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}