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

{
    "id": 69,
    "url": "https://swarfarm.com/api/v2/levels/69/?format=api",
    "dungeon": 4,
    "floor": 6,
    "difficulty": "Normal",
    "energy_cost": 3,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3576,
                    "monster": 73,
                    "stars": 2,
                    "level": 15,
                    "hp": 1965,
                    "attack": 77,
                    "defense": 108,
                    "speed": 100,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3577,
                    "monster": 73,
                    "stars": 2,
                    "level": 15,
                    "hp": 1965,
                    "attack": 77,
                    "defense": 108,
                    "speed": 100,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3578,
                    "monster": 94,
                    "stars": 2,
                    "level": 15,
                    "hp": 1545,
                    "attack": 92,
                    "defense": 122,
                    "speed": 90,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3579,
                    "monster": 94,
                    "stars": 2,
                    "level": 16,
                    "hp": 1605,
                    "attack": 94,
                    "defense": 126,
                    "speed": 90,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3580,
                    "monster": 73,
                    "stars": 2,
                    "level": 16,
                    "hp": 2040,
                    "attack": 80,
                    "defense": 112,
                    "speed": 100,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3581,
                    "monster": 94,
                    "stars": 2,
                    "level": 16,
                    "hp": 1605,
                    "attack": 94,
                    "defense": 126,
                    "speed": 90,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3582,
                    "monster": 94,
                    "stars": 2,
                    "level": 16,
                    "hp": 1605,
                    "attack": 94,
                    "defense": 126,
                    "speed": 90,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3583,
                    "monster": 73,
                    "stars": 3,
                    "level": 16,
                    "hp": 2700,
                    "attack": 106,
                    "defense": 148,
                    "speed": 100,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3584,
                    "monster": 74,
                    "stars": 3,
                    "level": 16,
                    "hp": 3570,
                    "attack": 113,
                    "defense": 182,
                    "speed": 106,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3585,
                    "monster": 94,
                    "stars": 3,
                    "level": 16,
                    "hp": 2115,
                    "attack": 126,
                    "defense": 167,
                    "speed": 90,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}