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

{
    "id": 8,
    "url": "https://swarfarm.com/api/v2/levels/8/?format=api",
    "dungeon": 1,
    "floor": 1,
    "difficulty": "Hard",
    "energy_cost": 4,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3495,
                    "monster": 13,
                    "stars": 2,
                    "level": 16,
                    "hp": 1950,
                    "attack": 134,
                    "defense": 106,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3496,
                    "monster": 13,
                    "stars": 2,
                    "level": 16,
                    "hp": 1950,
                    "attack": 134,
                    "defense": 106,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3497,
                    "monster": 86,
                    "stars": 2,
                    "level": 16,
                    "hp": 1980,
                    "attack": 139,
                    "defense": 98,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3498,
                    "monster": 13,
                    "stars": 2,
                    "level": 16,
                    "hp": 1950,
                    "attack": 134,
                    "defense": 106,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3499,
                    "monster": 13,
                    "stars": 2,
                    "level": 16,
                    "hp": 1950,
                    "attack": 134,
                    "defense": 106,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3500,
                    "monster": 86,
                    "stars": 3,
                    "level": 16,
                    "hp": 2625,
                    "attack": 184,
                    "defense": 130,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3501,
                    "monster": 46,
                    "stars": 4,
                    "level": 16,
                    "hp": 4035,
                    "attack": 238,
                    "defense": 205,
                    "speed": 102,
                    "resist": 19,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3502,
                    "monster": 13,
                    "stars": 3,
                    "level": 16,
                    "hp": 2580,
                    "attack": 177,
                    "defense": 140,
                    "speed": 102,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}