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

{
    "id": 52,
    "url": "https://swarfarm.com/api/v2/levels/52/?format=api",
    "dungeon": 3,
    "floor": 3,
    "difficulty": "Hard",
    "energy_cost": 4,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3910,
                    "monster": 371,
                    "stars": 2,
                    "level": 22,
                    "hp": 2220,
                    "attack": 169,
                    "defense": 119,
                    "speed": 98,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3911,
                    "monster": 319,
                    "stars": 2,
                    "level": 22,
                    "hp": 2040,
                    "attack": 178,
                    "defense": 122,
                    "speed": 98,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3912,
                    "monster": 371,
                    "stars": 2,
                    "level": 22,
                    "hp": 2220,
                    "attack": 169,
                    "defense": 119,
                    "speed": 98,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3913,
                    "monster": 319,
                    "stars": 3,
                    "level": 22,
                    "hp": 2565,
                    "attack": 222,
                    "defense": 153,
                    "speed": 98,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3914,
                    "monster": 371,
                    "stars": 3,
                    "level": 22,
                    "hp": 2790,
                    "attack": 211,
                    "defense": 149,
                    "speed": 98,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3915,
                    "monster": 319,
                    "stars": 3,
                    "level": 22,
                    "hp": 2565,
                    "attack": 222,
                    "defense": 153,
                    "speed": 98,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3916,
                    "monster": 371,
                    "stars": 4,
                    "level": 22,
                    "hp": 3525,
                    "attack": 268,
                    "defense": 189,
                    "speed": 98,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3917,
                    "monster": 372,
                    "stars": 4,
                    "level": 22,
                    "hp": 4425,
                    "attack": 395,
                    "defense": 282,
                    "speed": 110,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3918,
                    "monster": 371,
                    "stars": 4,
                    "level": 22,
                    "hp": 3525,
                    "attack": 268,
                    "defense": 189,
                    "speed": 98,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}