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

{
    "id": 345,
    "url": "https://swarfarm.com/api/v2/levels/345/?format=api",
    "dungeon": 7001,
    "floor": 1,
    "difficulty": null,
    "energy_cost": 4,
    "xp": null,
    "frontline_slots": 5,
    "backline_slots": null,
    "total_slots": 5,
    "waves": [
        {
            "enemies": [
                {
                    "id": 2907,
                    "monster": 421,
                    "stars": 3,
                    "level": 5,
                    "hp": 945,
                    "attack": 53,
                    "defense": 128,
                    "speed": 90,
                    "resist": 12,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2908,
                    "monster": 421,
                    "stars": 3,
                    "level": 5,
                    "hp": 945,
                    "attack": 53,
                    "defense": 128,
                    "speed": 90,
                    "resist": 12,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2909,
                    "monster": 421,
                    "stars": 3,
                    "level": 5,
                    "hp": 945,
                    "attack": 53,
                    "defense": 128,
                    "speed": 90,
                    "resist": 12,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 2910,
                    "monster": 421,
                    "stars": 4,
                    "level": 8,
                    "hp": 1395,
                    "attack": 79,
                    "defense": 190,
                    "speed": 90,
                    "resist": 12,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2911,
                    "monster": 1560,
                    "stars": 1,
                    "level": 8,
                    "hp": 420,
                    "attack": 37,
                    "defense": 399,
                    "speed": 100,
                    "resist": 20,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2912,
                    "monster": 1560,
                    "stars": 1,
                    "level": 8,
                    "hp": 420,
                    "attack": 37,
                    "defense": 399,
                    "speed": 100,
                    "resist": 20,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2913,
                    "monster": 421,
                    "stars": 4,
                    "level": 8,
                    "hp": 1395,
                    "attack": 79,
                    "defense": 190,
                    "speed": 90,
                    "resist": 12,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 2914,
                    "monster": 1099,
                    "stars": 3,
                    "level": 8,
                    "hp": 1725,
                    "attack": 129,
                    "defense": 104,
                    "speed": 68,
                    "resist": 12,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2915,
                    "monster": 1466,
                    "stars": 1,
                    "level": 8,
                    "hp": 2565,
                    "attack": 57,
                    "defense": 57,
                    "speed": 60,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2916,
                    "monster": 1462,
                    "stars": 1,
                    "level": 8,
                    "hp": 1710,
                    "attack": 57,
                    "defense": 57,
                    "speed": 97,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}