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

{
    "id": 22,
    "url": "https://swarfarm.com/api/v2/levels/22/?format=api",
    "dungeon": 2,
    "floor": 1,
    "difficulty": "Normal",
    "energy_cost": 3,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3372,
                    "monster": 78,
                    "stars": 1,
                    "level": 4,
                    "hp": 495,
                    "attack": 35,
                    "defense": 46,
                    "speed": 86,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3373,
                    "monster": 96,
                    "stars": 1,
                    "level": 4,
                    "hp": 420,
                    "attack": 31,
                    "defense": 56,
                    "speed": 102,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3374,
                    "monster": 96,
                    "stars": 1,
                    "level": 4,
                    "hp": 420,
                    "attack": 31,
                    "defense": 56,
                    "speed": 102,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3375,
                    "monster": 96,
                    "stars": 2,
                    "level": 4,
                    "hp": 630,
                    "attack": 47,
                    "defense": 84,
                    "speed": 102,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3376,
                    "monster": 96,
                    "stars": 2,
                    "level": 4,
                    "hp": 630,
                    "attack": 47,
                    "defense": 84,
                    "speed": 102,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3377,
                    "monster": 78,
                    "stars": 2,
                    "level": 4,
                    "hp": 765,
                    "attack": 54,
                    "defense": 70,
                    "speed": 86,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3378,
                    "monster": 78,
                    "stars": 3,
                    "level": 4,
                    "hp": 1125,
                    "attack": 80,
                    "defense": 104,
                    "speed": 86,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3379,
                    "monster": 78,
                    "stars": 3,
                    "level": 4,
                    "hp": 1470,
                    "attack": 93,
                    "defense": 136,
                    "speed": 90,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3380,
                    "monster": 78,
                    "stars": 3,
                    "level": 4,
                    "hp": 1125,
                    "attack": 80,
                    "defense": 104,
                    "speed": 86,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}