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

{
    "id": 32,
    "url": "https://swarfarm.com/api/v2/levels/32/?format=api",
    "dungeon": 2,
    "floor": 4,
    "difficulty": "Hard",
    "energy_cost": 4,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3722,
                    "monster": 185,
                    "stars": 3,
                    "level": 19,
                    "hp": 2475,
                    "attack": 111,
                    "defense": 187,
                    "speed": 88,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3723,
                    "monster": 365,
                    "stars": 3,
                    "level": 19,
                    "hp": 2880,
                    "attack": 115,
                    "defense": 156,
                    "speed": 91,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3724,
                    "monster": 185,
                    "stars": 3,
                    "level": 20,
                    "hp": 2535,
                    "attack": 114,
                    "defense": 191,
                    "speed": 88,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3725,
                    "monster": 185,
                    "stars": 3,
                    "level": 20,
                    "hp": 2535,
                    "attack": 114,
                    "defense": 191,
                    "speed": 88,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3726,
                    "monster": 185,
                    "stars": 3,
                    "level": 20,
                    "hp": 2535,
                    "attack": 114,
                    "defense": 191,
                    "speed": 88,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3727,
                    "monster": 365,
                    "stars": 4,
                    "level": 19,
                    "hp": 3720,
                    "attack": 148,
                    "defense": 202,
                    "speed": 91,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3728,
                    "monster": 365,
                    "stars": 4,
                    "level": 19,
                    "hp": 5595,
                    "attack": 198,
                    "defense": 303,
                    "speed": 100,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3729,
                    "monster": 365,
                    "stars": 4,
                    "level": 19,
                    "hp": 3720,
                    "attack": 148,
                    "defense": 202,
                    "speed": 91,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}