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

{
    "id": 29,
    "url": "https://swarfarm.com/api/v2/levels/29/?format=api",
    "dungeon": 2,
    "floor": 1,
    "difficulty": "Hard",
    "energy_cost": 4,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3698,
                    "monster": 96,
                    "stars": 2,
                    "level": 18,
                    "hp": 1140,
                    "attack": 85,
                    "defense": 153,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3699,
                    "monster": 78,
                    "stars": 2,
                    "level": 18,
                    "hp": 1365,
                    "attack": 96,
                    "defense": 127,
                    "speed": 86,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3700,
                    "monster": 78,
                    "stars": 3,
                    "level": 19,
                    "hp": 1830,
                    "attack": 128,
                    "defense": 169,
                    "speed": 86,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3701,
                    "monster": 78,
                    "stars": 3,
                    "level": 19,
                    "hp": 1830,
                    "attack": 128,
                    "defense": 169,
                    "speed": 86,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3702,
                    "monster": 96,
                    "stars": 3,
                    "level": 19,
                    "hp": 1515,
                    "attack": 113,
                    "defense": 203,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3703,
                    "monster": 96,
                    "stars": 4,
                    "level": 19,
                    "hp": 1965,
                    "attack": 146,
                    "defense": 261,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3704,
                    "monster": 78,
                    "stars": 4,
                    "level": 19,
                    "hp": 3150,
                    "attack": 198,
                    "defense": 291,
                    "speed": 94,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3705,
                    "monster": 96,
                    "stars": 4,
                    "level": 19,
                    "hp": 1965,
                    "attack": 146,
                    "defense": 261,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}