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

{
    "id": 88,
    "url": "https://swarfarm.com/api/v2/levels/88/?format=api",
    "dungeon": 5,
    "floor": 4,
    "difficulty": "Normal",
    "energy_cost": 3,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3629,
                    "monster": 86,
                    "stars": 2,
                    "level": 17,
                    "hp": 2055,
                    "attack": 131,
                    "defense": 101,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3630,
                    "monster": 86,
                    "stars": 2,
                    "level": 17,
                    "hp": 2055,
                    "attack": 131,
                    "defense": 101,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3631,
                    "monster": 38,
                    "stars": 2,
                    "level": 17,
                    "hp": 2055,
                    "attack": 93,
                    "defense": 99,
                    "speed": 100,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3632,
                    "monster": 38,
                    "stars": 2,
                    "level": 17,
                    "hp": 2055,
                    "attack": 93,
                    "defense": 99,
                    "speed": 100,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3633,
                    "monster": 38,
                    "stars": 2,
                    "level": 18,
                    "hp": 2130,
                    "attack": 96,
                    "defense": 102,
                    "speed": 100,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3634,
                    "monster": 86,
                    "stars": 2,
                    "level": 18,
                    "hp": 2130,
                    "attack": 136,
                    "defense": 105,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3635,
                    "monster": 38,
                    "stars": 2,
                    "level": 18,
                    "hp": 2130,
                    "attack": 96,
                    "defense": 102,
                    "speed": 100,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3636,
                    "monster": 38,
                    "stars": 2,
                    "level": 18,
                    "hp": 2130,
                    "attack": 96,
                    "defense": 102,
                    "speed": 100,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3637,
                    "monster": 38,
                    "stars": 3,
                    "level": 18,
                    "hp": 2760,
                    "attack": 125,
                    "defense": 132,
                    "speed": 100,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3638,
                    "monster": 86,
                    "stars": 3,
                    "level": 18,
                    "hp": 3855,
                    "attack": 246,
                    "defense": 190,
                    "speed": 102,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3639,
                    "monster": 38,
                    "stars": 3,
                    "level": 18,
                    "hp": 2760,
                    "attack": 125,
                    "defense": 132,
                    "speed": 100,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}