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

{
    "id": 34,
    "url": "https://swarfarm.com/api/v2/levels/34/?format=api",
    "dungeon": 2,
    "floor": 6,
    "difficulty": "Hard",
    "energy_cost": 4,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3738,
                    "monster": 78,
                    "stars": 3,
                    "level": 20,
                    "hp": 1770,
                    "attack": 124,
                    "defense": 164,
                    "speed": 86,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3739,
                    "monster": 78,
                    "stars": 3,
                    "level": 20,
                    "hp": 1770,
                    "attack": 124,
                    "defense": 164,
                    "speed": 86,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3740,
                    "monster": 78,
                    "stars": 3,
                    "level": 20,
                    "hp": 1770,
                    "attack": 124,
                    "defense": 164,
                    "speed": 86,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3741,
                    "monster": 78,
                    "stars": 3,
                    "level": 20,
                    "hp": 1770,
                    "attack": 124,
                    "defense": 164,
                    "speed": 86,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3742,
                    "monster": 185,
                    "stars": 3,
                    "level": 20,
                    "hp": 2700,
                    "attack": 120,
                    "defense": 203,
                    "speed": 88,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3743,
                    "monster": 78,
                    "stars": 4,
                    "level": 20,
                    "hp": 2265,
                    "attack": 159,
                    "defense": 209,
                    "speed": 86,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3744,
                    "monster": 313,
                    "stars": 4,
                    "level": 20,
                    "hp": 5430,
                    "attack": 177,
                    "defense": 350,
                    "speed": 94,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3745,
                    "monster": 185,
                    "stars": 4,
                    "level": 20,
                    "hp": 3465,
                    "attack": 154,
                    "defense": 260,
                    "speed": 88,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}