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

{
    "id": 169,
    "url": "https://swarfarm.com/api/v2/levels/169/?format=api",
    "dungeon": 9,
    "floor": 1,
    "difficulty": "Normal",
    "energy_cost": 3,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 1,
                    "monster": 199,
                    "stars": 2,
                    "level": 27,
                    "hp": 3525,
                    "attack": 258,
                    "defense": 198,
                    "speed": 107,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2,
                    "monster": 199,
                    "stars": 2,
                    "level": 27,
                    "hp": 3525,
                    "attack": 258,
                    "defense": 198,
                    "speed": 107,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3,
                    "monster": 24,
                    "stars": 2,
                    "level": 27,
                    "hp": 2625,
                    "attack": 285,
                    "defense": 160,
                    "speed": 109,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 4,
                    "monster": 24,
                    "stars": 2,
                    "level": 27,
                    "hp": 2625,
                    "attack": 285,
                    "defense": 160,
                    "speed": 109,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 5,
                    "monster": 199,
                    "stars": 2,
                    "level": 27,
                    "hp": 3525,
                    "attack": 258,
                    "defense": 198,
                    "speed": 107,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 6,
                    "monster": 199,
                    "stars": 2,
                    "level": 27,
                    "hp": 3525,
                    "attack": 258,
                    "defense": 198,
                    "speed": 107,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 7,
                    "monster": 199,
                    "stars": 2,
                    "level": 27,
                    "hp": 3525,
                    "attack": 258,
                    "defense": 198,
                    "speed": 107,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 8,
                    "monster": 24,
                    "stars": 2,
                    "level": 27,
                    "hp": 2625,
                    "attack": 285,
                    "defense": 160,
                    "speed": 109,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 9,
                    "monster": 24,
                    "stars": 3,
                    "level": 28,
                    "hp": 3195,
                    "attack": 349,
                    "defense": 196,
                    "speed": 109,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 10,
                    "monster": 24,
                    "stars": 3,
                    "level": 28,
                    "hp": 3195,
                    "attack": 349,
                    "defense": 196,
                    "speed": 109,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 11,
                    "monster": 25,
                    "stars": 3,
                    "level": 28,
                    "hp": 4005,
                    "attack": 528,
                    "defense": 261,
                    "speed": 121,
                    "resist": 21,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 12,
                    "monster": 24,
                    "stars": 3,
                    "level": 28,
                    "hp": 3195,
                    "attack": 349,
                    "defense": 196,
                    "speed": 109,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 13,
                    "monster": 199,
                    "stars": 3,
                    "level": 28,
                    "hp": 4320,
                    "attack": 315,
                    "defense": 242,
                    "speed": 107,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}