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

{
    "id": 77,
    "url": "https://swarfarm.com/api/v2/levels/77/?format=api",
    "dungeon": 4,
    "floor": 7,
    "difficulty": "Hard",
    "energy_cost": 5,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 660,
                    "monster": 57,
                    "stars": 3,
                    "level": 26,
                    "hp": 2685,
                    "attack": 215,
                    "defense": 210,
                    "speed": 105,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 661,
                    "monster": 57,
                    "stars": 3,
                    "level": 26,
                    "hp": 2685,
                    "attack": 215,
                    "defense": 210,
                    "speed": 105,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 662,
                    "monster": 73,
                    "stars": 3,
                    "level": 26,
                    "hp": 3750,
                    "attack": 148,
                    "defense": 206,
                    "speed": 100,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 663,
                    "monster": 73,
                    "stars": 3,
                    "level": 26,
                    "hp": 3750,
                    "attack": 148,
                    "defense": 206,
                    "speed": 100,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 664,
                    "monster": 73,
                    "stars": 3,
                    "level": 26,
                    "hp": 3750,
                    "attack": 148,
                    "defense": 206,
                    "speed": 100,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 665,
                    "monster": 57,
                    "stars": 3,
                    "level": 26,
                    "hp": 2685,
                    "attack": 215,
                    "defense": 210,
                    "speed": 105,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 666,
                    "monster": 73,
                    "stars": 3,
                    "level": 26,
                    "hp": 3750,
                    "attack": 148,
                    "defense": 206,
                    "speed": 100,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 667,
                    "monster": 55,
                    "stars": 4,
                    "level": 25,
                    "hp": 5130,
                    "attack": 168,
                    "defense": 222,
                    "speed": 90,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 668,
                    "monster": 1072,
                    "stars": 5,
                    "level": 26,
                    "hp": 10755,
                    "attack": 702,
                    "defense": 303,
                    "speed": 103,
                    "resist": 37,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 669,
                    "monster": 55,
                    "stars": 4,
                    "level": 25,
                    "hp": 5130,
                    "attack": 168,
                    "defense": 222,
                    "speed": 90,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}