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

{
    "id": 21,
    "url": "https://swarfarm.com/api/v2/levels/21/?format=api",
    "dungeon": 1,
    "floor": 7,
    "difficulty": "Hell",
    "energy_cost": 6,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 2043,
                    "monster": 47,
                    "stars": 3,
                    "level": 40,
                    "hp": 7620,
                    "attack": 344,
                    "defense": 253,
                    "speed": 114,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2044,
                    "monster": 75,
                    "stars": 3,
                    "level": 40,
                    "hp": 4530,
                    "attack": 295,
                    "defense": 384,
                    "speed": 105,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2045,
                    "monster": 75,
                    "stars": 3,
                    "level": 40,
                    "hp": 4530,
                    "attack": 295,
                    "defense": 384,
                    "speed": 105,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 2046,
                    "monster": 47,
                    "stars": 4,
                    "level": 40,
                    "hp": 8610,
                    "attack": 390,
                    "defense": 287,
                    "speed": 114,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2047,
                    "monster": 47,
                    "stars": 4,
                    "level": 40,
                    "hp": 8610,
                    "attack": 390,
                    "defense": 287,
                    "speed": 114,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2048,
                    "monster": 47,
                    "stars": 4,
                    "level": 40,
                    "hp": 8610,
                    "attack": 390,
                    "defense": 287,
                    "speed": 114,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 2049,
                    "monster": 1071,
                    "stars": 6,
                    "level": 40,
                    "hp": 26670,
                    "attack": 852,
                    "defense": 1000,
                    "speed": 160,
                    "resist": 52,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}