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

{
    "id": 54,
    "url": "https://swarfarm.com/api/v2/levels/54/?format=api",
    "dungeon": 3,
    "floor": 5,
    "difficulty": "Hard",
    "energy_cost": 4,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3928,
                    "monster": 90,
                    "stars": 3,
                    "level": 23,
                    "hp": 2475,
                    "attack": 297,
                    "defense": 155,
                    "speed": 106,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3929,
                    "monster": 90,
                    "stars": 3,
                    "level": 23,
                    "hp": 2475,
                    "attack": 297,
                    "defense": 155,
                    "speed": 106,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3930,
                    "monster": 90,
                    "stars": 3,
                    "level": 23,
                    "hp": 2475,
                    "attack": 297,
                    "defense": 155,
                    "speed": 106,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3931,
                    "monster": 90,
                    "stars": 3,
                    "level": 23,
                    "hp": 2475,
                    "attack": 297,
                    "defense": 155,
                    "speed": 106,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3932,
                    "monster": 90,
                    "stars": 3,
                    "level": 23,
                    "hp": 2475,
                    "attack": 297,
                    "defense": 155,
                    "speed": 106,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3933,
                    "monster": 90,
                    "stars": 3,
                    "level": 23,
                    "hp": 2475,
                    "attack": 297,
                    "defense": 155,
                    "speed": 106,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3934,
                    "monster": 90,
                    "stars": 4,
                    "level": 23,
                    "hp": 3090,
                    "attack": 374,
                    "defense": 195,
                    "speed": 106,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3935,
                    "monster": 91,
                    "stars": 4,
                    "level": 23,
                    "hp": 3825,
                    "attack": 463,
                    "defense": 261,
                    "speed": 112,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3936,
                    "monster": 90,
                    "stars": 4,
                    "level": 23,
                    "hp": 3090,
                    "attack": 374,
                    "defense": 195,
                    "speed": 106,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}