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

{
    "id": 7,
    "url": "https://swarfarm.com/api/v2/levels/7/?format=api",
    "dungeon": 1,
    "floor": 7,
    "difficulty": "Normal",
    "energy_cost": 4,
    "xp": null,
    "frontline_slots": 3,
    "backline_slots": null,
    "total_slots": 3,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3367,
                    "monster": 75,
                    "stars": 1,
                    "level": 3,
                    "hp": 450,
                    "attack": 40,
                    "defense": 39,
                    "speed": 88,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3368,
                    "monster": 47,
                    "stars": 1,
                    "level": 3,
                    "hp": 765,
                    "attack": 46,
                    "defense": 25,
                    "speed": 95,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3369,
                    "monster": 47,
                    "stars": 2,
                    "level": 3,
                    "hp": 1185,
                    "attack": 72,
                    "defense": 39,
                    "speed": 95,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3370,
                    "monster": 47,
                    "stars": 2,
                    "level": 3,
                    "hp": 1185,
                    "attack": 72,
                    "defense": 39,
                    "speed": 95,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3371,
                    "monster": 1071,
                    "stars": 3,
                    "level": 4,
                    "hp": 4380,
                    "attack": 135,
                    "defense": 108,
                    "speed": 117,
                    "resist": 21,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}