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

{
    "id": 33,
    "url": "https://swarfarm.com/api/v2/levels/33/?format=api",
    "dungeon": 2,
    "floor": 5,
    "difficulty": "Hard",
    "energy_cost": 4,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3730,
                    "monster": 185,
                    "stars": 3,
                    "level": 20,
                    "hp": 2535,
                    "attack": 114,
                    "defense": 191,
                    "speed": 88,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3731,
                    "monster": 185,
                    "stars": 3,
                    "level": 20,
                    "hp": 2535,
                    "attack": 114,
                    "defense": 191,
                    "speed": 88,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3732,
                    "monster": 185,
                    "stars": 3,
                    "level": 20,
                    "hp": 2535,
                    "attack": 114,
                    "defense": 191,
                    "speed": 88,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3733,
                    "monster": 185,
                    "stars": 3,
                    "level": 20,
                    "hp": 2535,
                    "attack": 114,
                    "defense": 191,
                    "speed": 88,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3734,
                    "monster": 185,
                    "stars": 3,
                    "level": 20,
                    "hp": 2535,
                    "attack": 114,
                    "defense": 191,
                    "speed": 88,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3735,
                    "monster": 185,
                    "stars": 4,
                    "level": 20,
                    "hp": 3255,
                    "attack": 146,
                    "defense": 245,
                    "speed": 88,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3736,
                    "monster": 185,
                    "stars": 4,
                    "level": 20,
                    "hp": 4890,
                    "attack": 195,
                    "defense": 368,
                    "speed": 96,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3737,
                    "monster": 185,
                    "stars": 4,
                    "level": 20,
                    "hp": 3255,
                    "attack": 146,
                    "defense": 245,
                    "speed": 88,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}