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

{
    "id": 76,
    "url": "https://swarfarm.com/api/v2/levels/76/?format=api",
    "dungeon": 4,
    "floor": 6,
    "difficulty": "Hard",
    "energy_cost": 4,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 637,
                    "monster": 94,
                    "stars": 3,
                    "level": 25,
                    "hp": 2880,
                    "attack": 170,
                    "defense": 227,
                    "speed": 90,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 638,
                    "monster": 94,
                    "stars": 3,
                    "level": 25,
                    "hp": 2880,
                    "attack": 170,
                    "defense": 227,
                    "speed": 90,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 639,
                    "monster": 73,
                    "stars": 3,
                    "level": 25,
                    "hp": 3660,
                    "attack": 144,
                    "defense": 201,
                    "speed": 100,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 640,
                    "monster": 94,
                    "stars": 3,
                    "level": 26,
                    "hp": 2955,
                    "attack": 174,
                    "defense": 233,
                    "speed": 90,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 641,
                    "monster": 94,
                    "stars": 3,
                    "level": 26,
                    "hp": 2955,
                    "attack": 174,
                    "defense": 233,
                    "speed": 90,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 642,
                    "monster": 94,
                    "stars": 3,
                    "level": 26,
                    "hp": 2955,
                    "attack": 174,
                    "defense": 233,
                    "speed": 90,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 643,
                    "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": 644,
                    "monster": 94,
                    "stars": 4,
                    "level": 26,
                    "hp": 3645,
                    "attack": 215,
                    "defense": 287,
                    "speed": 90,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 645,
                    "monster": 74,
                    "stars": 4,
                    "level": 26,
                    "hp": 6660,
                    "attack": 218,
                    "defense": 344,
                    "speed": 111,
                    "resist": 19,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 646,
                    "monster": 73,
                    "stars": 4,
                    "level": 26,
                    "hp": 4635,
                    "attack": 182,
                    "defense": 254,
                    "speed": 100,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}