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

{
    "id": 99,
    "url": "https://swarfarm.com/api/v2/levels/99/?format=api",
    "dungeon": 5,
    "floor": 1,
    "difficulty": "Hell",
    "energy_cost": 5,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 1367,
                    "monster": 38,
                    "stars": 4,
                    "level": 40,
                    "hp": 7485,
                    "attack": 340,
                    "defense": 359,
                    "speed": 100,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1368,
                    "monster": 14,
                    "stars": 4,
                    "level": 40,
                    "hp": 8685,
                    "attack": 439,
                    "defense": 330,
                    "speed": 95,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1369,
                    "monster": 38,
                    "stars": 4,
                    "level": 40,
                    "hp": 7485,
                    "attack": 340,
                    "defense": 359,
                    "speed": 100,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1370,
                    "monster": 14,
                    "stars": 4,
                    "level": 40,
                    "hp": 8685,
                    "attack": 439,
                    "defense": 330,
                    "speed": 95,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 1371,
                    "monster": 47,
                    "stars": 4,
                    "level": 40,
                    "hp": 9270,
                    "attack": 420,
                    "defense": 309,
                    "speed": 95,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1372,
                    "monster": 38,
                    "stars": 4,
                    "level": 40,
                    "hp": 7485,
                    "attack": 340,
                    "defense": 359,
                    "speed": 100,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1373,
                    "monster": 14,
                    "stars": 4,
                    "level": 40,
                    "hp": 8685,
                    "attack": 439,
                    "defense": 330,
                    "speed": 95,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1374,
                    "monster": 14,
                    "stars": 4,
                    "level": 40,
                    "hp": 8685,
                    "attack": 439,
                    "defense": 330,
                    "speed": 95,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 1375,
                    "monster": 14,
                    "stars": 5,
                    "level": 40,
                    "hp": 10620,
                    "attack": 537,
                    "defense": 403,
                    "speed": 95,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1376,
                    "monster": 47,
                    "stars": 6,
                    "level": 40,
                    "hp": 19395,
                    "attack": 875,
                    "defense": 646,
                    "speed": 104,
                    "resist": 19,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1377,
                    "monster": 47,
                    "stars": 5,
                    "level": 40,
                    "hp": 11355,
                    "attack": 513,
                    "defense": 379,
                    "speed": 95,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}