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

{
    "id": 335,
    "url": "https://swarfarm.com/api/v2/levels/335/?format=api",
    "dungeon": 5001,
    "floor": 1,
    "difficulty": null,
    "energy_cost": 4,
    "xp": null,
    "frontline_slots": 5,
    "backline_slots": null,
    "total_slots": 5,
    "waves": [
        {
            "enemies": [
                {
                    "id": 194,
                    "monster": 365,
                    "stars": 3,
                    "level": 5,
                    "hp": 1020,
                    "attack": 59,
                    "defense": 111,
                    "speed": 91,
                    "resist": 12,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 195,
                    "monster": 185,
                    "stars": 3,
                    "level": 5,
                    "hp": 780,
                    "attack": 57,
                    "defense": 132,
                    "speed": 88,
                    "resist": 12,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 196,
                    "monster": 313,
                    "stars": 3,
                    "level": 5,
                    "hp": 870,
                    "attack": 52,
                    "defense": 126,
                    "speed": 86,
                    "resist": 12,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 197,
                    "monster": 365,
                    "stars": 4,
                    "level": 8,
                    "hp": 1515,
                    "attack": 87,
                    "defense": 164,
                    "speed": 91,
                    "resist": 12,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 198,
                    "monster": 1557,
                    "stars": 1,
                    "level": 8,
                    "hp": 630,
                    "attack": 27,
                    "defense": 148,
                    "speed": 90,
                    "resist": 20,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 199,
                    "monster": 1559,
                    "stars": 1,
                    "level": 8,
                    "hp": 1590,
                    "attack": 18,
                    "defense": 106,
                    "speed": 120,
                    "resist": 20,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 200,
                    "monster": 313,
                    "stars": 4,
                    "level": 8,
                    "hp": 1305,
                    "attack": 77,
                    "defense": 187,
                    "speed": 86,
                    "resist": 12,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 201,
                    "monster": 1139,
                    "stars": 3,
                    "level": 8,
                    "hp": 5175,
                    "attack": 80,
                    "defense": 130,
                    "speed": 68,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 202,
                    "monster": 1463,
                    "stars": 1,
                    "level": 8,
                    "hp": 2565,
                    "attack": 57,
                    "defense": 57,
                    "speed": 97,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 203,
                    "monster": 1464,
                    "stars": 1,
                    "level": 8,
                    "hp": 1710,
                    "attack": 57,
                    "defense": 57,
                    "speed": 120,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}