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

{
    "id": 3,
    "url": "https://swarfarm.com/api/v2/levels/3/?format=api",
    "dungeon": 1,
    "floor": 3,
    "difficulty": "Normal",
    "energy_cost": 3,
    "xp": null,
    "frontline_slots": 3,
    "backline_slots": null,
    "total_slots": 3,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3341,
                    "monster": 75,
                    "stars": 1,
                    "level": 1,
                    "hp": 405,
                    "attack": 36,
                    "defense": 35,
                    "speed": 88,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3342,
                    "monster": 75,
                    "stars": 1,
                    "level": 1,
                    "hp": 405,
                    "attack": 36,
                    "defense": 35,
                    "speed": 88,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3343,
                    "monster": 75,
                    "stars": 2,
                    "level": 2,
                    "hp": 675,
                    "attack": 59,
                    "defense": 58,
                    "speed": 88,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3344,
                    "monster": 75,
                    "stars": 3,
                    "level": 2,
                    "hp": 1380,
                    "attack": 89,
                    "defense": 117,
                    "speed": 92,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3345,
                    "monster": 75,
                    "stars": 2,
                    "level": 2,
                    "hp": 675,
                    "attack": 59,
                    "defense": 58,
                    "speed": 88,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}