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

{
    "id": 30,
    "url": "https://swarfarm.com/api/v2/levels/30/?format=api",
    "dungeon": 2,
    "floor": 2,
    "difficulty": "Hard",
    "energy_cost": 4,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3706,
                    "monster": 96,
                    "stars": 2,
                    "level": 19,
                    "hp": 1185,
                    "attack": 88,
                    "defense": 158,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3707,
                    "monster": 96,
                    "stars": 2,
                    "level": 19,
                    "hp": 1185,
                    "attack": 88,
                    "defense": 158,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3708,
                    "monster": 96,
                    "stars": 3,
                    "level": 19,
                    "hp": 1515,
                    "attack": 113,
                    "defense": 203,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3709,
                    "monster": 96,
                    "stars": 3,
                    "level": 19,
                    "hp": 1515,
                    "attack": 113,
                    "defense": 203,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3710,
                    "monster": 42,
                    "stars": 3,
                    "level": 19,
                    "hp": 1515,
                    "attack": 113,
                    "defense": 203,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3711,
                    "monster": 96,
                    "stars": 4,
                    "level": 19,
                    "hp": 1965,
                    "attack": 146,
                    "defense": 261,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3712,
                    "monster": 96,
                    "stars": 4,
                    "level": 19,
                    "hp": 2625,
                    "attack": 175,
                    "defense": 349,
                    "speed": 112,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3713,
                    "monster": 96,
                    "stars": 4,
                    "level": 19,
                    "hp": 1965,
                    "attack": 146,
                    "defense": 261,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}