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

{
    "id": 14,
    "url": "https://swarfarm.com/api/v2/levels/14/?format=api",
    "dungeon": 1,
    "floor": 7,
    "difficulty": "Hard",
    "energy_cost": 5,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 2418,
                    "monster": 47,
                    "stars": 2,
                    "level": 18,
                    "hp": 2640,
                    "attack": 130,
                    "defense": 88,
                    "speed": 104,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2419,
                    "monster": 47,
                    "stars": 2,
                    "level": 18,
                    "hp": 2640,
                    "attack": 130,
                    "defense": 88,
                    "speed": 104,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2420,
                    "monster": 47,
                    "stars": 2,
                    "level": 18,
                    "hp": 2640,
                    "attack": 130,
                    "defense": 88,
                    "speed": 104,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 2421,
                    "monster": 47,
                    "stars": 3,
                    "level": 18,
                    "hp": 3420,
                    "attack": 169,
                    "defense": 114,
                    "speed": 104,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2422,
                    "monster": 75,
                    "stars": 3,
                    "level": 18,
                    "hp": 2040,
                    "attack": 145,
                    "defense": 173,
                    "speed": 96,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2423,
                    "monster": 75,
                    "stars": 3,
                    "level": 18,
                    "hp": 2040,
                    "attack": 145,
                    "defense": 173,
                    "speed": 96,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 2424,
                    "monster": 1071,
                    "stars": 4,
                    "level": 18,
                    "hp": 9675,
                    "attack": 316,
                    "defense": 325,
                    "speed": 139,
                    "resist": 30,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}