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

{
    "id": 55,
    "url": "https://swarfarm.com/api/v2/levels/55/?format=api",
    "dungeon": 3,
    "floor": 6,
    "difficulty": "Hard",
    "energy_cost": 4,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3937,
                    "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": 3938,
                    "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": 3939,
                    "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": 3940,
                    "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": 3941,
                    "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": 3942,
                    "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": 3943,
                    "monster": 90,
                    "stars": 4,
                    "level": 24,
                    "hp": 3165,
                    "attack": 380,
                    "defense": 199,
                    "speed": 106,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3944,
                    "monster": 373,
                    "stars": 4,
                    "level": 24,
                    "hp": 2925,
                    "attack": 465,
                    "defense": 257,
                    "speed": 109,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3945,
                    "monster": 90,
                    "stars": 4,
                    "level": 24,
                    "hp": 3165,
                    "attack": 380,
                    "defense": 199,
                    "speed": 106,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}