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

{
    "id": 100,
    "url": "https://swarfarm.com/api/v2/levels/100/?format=api",
    "dungeon": 5,
    "floor": 2,
    "difficulty": "Hell",
    "energy_cost": 5,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 1328,
                    "monster": 379,
                    "stars": 4,
                    "level": 40,
                    "hp": 5880,
                    "attack": 330,
                    "defense": 455,
                    "speed": 107,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1329,
                    "monster": 379,
                    "stars": 4,
                    "level": 40,
                    "hp": 5880,
                    "attack": 330,
                    "defense": 455,
                    "speed": 107,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1330,
                    "monster": 327,
                    "stars": 4,
                    "level": 40,
                    "hp": 6825,
                    "attack": 353,
                    "defense": 368,
                    "speed": 107,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1331,
                    "monster": 379,
                    "stars": 4,
                    "level": 40,
                    "hp": 5880,
                    "attack": 330,
                    "defense": 455,
                    "speed": 107,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 1332,
                    "monster": 327,
                    "stars": 4,
                    "level": 40,
                    "hp": 6825,
                    "attack": 353,
                    "defense": 368,
                    "speed": 107,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1333,
                    "monster": 327,
                    "stars": 4,
                    "level": 40,
                    "hp": 6825,
                    "attack": 353,
                    "defense": 368,
                    "speed": 107,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1334,
                    "monster": 327,
                    "stars": 4,
                    "level": 40,
                    "hp": 6825,
                    "attack": 353,
                    "defense": 368,
                    "speed": 107,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1335,
                    "monster": 327,
                    "stars": 4,
                    "level": 40,
                    "hp": 6825,
                    "attack": 353,
                    "defense": 368,
                    "speed": 107,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 1336,
                    "monster": 379,
                    "stars": 5,
                    "level": 40,
                    "hp": 7185,
                    "attack": 403,
                    "defense": 556,
                    "speed": 107,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1337,
                    "monster": 328,
                    "stars": 6,
                    "level": 40,
                    "hp": 13605,
                    "attack": 796,
                    "defense": 923,
                    "speed": 118,
                    "resist": 19,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1338,
                    "monster": 379,
                    "stars": 5,
                    "level": 40,
                    "hp": 7185,
                    "attack": 403,
                    "defense": 556,
                    "speed": 107,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}