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

{
    "id": 4,
    "url": "https://swarfarm.com/api/v2/levels/4/?format=api",
    "dungeon": 1,
    "floor": 4,
    "difficulty": "Normal",
    "energy_cost": 3,
    "xp": null,
    "frontline_slots": 3,
    "backline_slots": null,
    "total_slots": 3,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3346,
                    "monster": 13,
                    "stars": 1,
                    "level": 2,
                    "hp": 570,
                    "attack": 48,
                    "defense": 31,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3347,
                    "monster": 13,
                    "stars": 1,
                    "level": 2,
                    "hp": 570,
                    "attack": 48,
                    "defense": 31,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3348,
                    "monster": 13,
                    "stars": 2,
                    "level": 2,
                    "hp": 900,
                    "attack": 76,
                    "defense": 49,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3349,
                    "monster": 13,
                    "stars": 2,
                    "level": 2,
                    "hp": 900,
                    "attack": 76,
                    "defense": 49,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3350,
                    "monster": 13,
                    "stars": 2,
                    "level": 2,
                    "hp": 900,
                    "attack": 76,
                    "defense": 49,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3351,
                    "monster": 13,
                    "stars": 3,
                    "level": 2,
                    "hp": 1830,
                    "attack": 114,
                    "defense": 99,
                    "speed": 97,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3352,
                    "monster": 13,
                    "stars": 2,
                    "level": 2,
                    "hp": 900,
                    "attack": 76,
                    "defense": 49,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}