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

{
    "id": 98,
    "url": "https://swarfarm.com/api/v2/levels/98/?format=api",
    "dungeon": 5,
    "floor": 7,
    "difficulty": "Hard",
    "energy_cost": 5,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 837,
                    "monster": 32,
                    "stars": 3,
                    "level": 27,
                    "hp": 3225,
                    "attack": 225,
                    "defense": 179,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 838,
                    "monster": 327,
                    "stars": 3,
                    "level": 27,
                    "hp": 3990,
                    "attack": 206,
                    "defense": 215,
                    "speed": 107,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 839,
                    "monster": 32,
                    "stars": 3,
                    "level": 27,
                    "hp": 3225,
                    "attack": 225,
                    "defense": 179,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 840,
                    "monster": 327,
                    "stars": 3,
                    "level": 27,
                    "hp": 3990,
                    "attack": 206,
                    "defense": 215,
                    "speed": 107,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 841,
                    "monster": 32,
                    "stars": 3,
                    "level": 27,
                    "hp": 3225,
                    "attack": 225,
                    "defense": 179,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 842,
                    "monster": 379,
                    "stars": 3,
                    "level": 27,
                    "hp": 3435,
                    "attack": 193,
                    "defense": 266,
                    "speed": 107,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 843,
                    "monster": 32,
                    "stars": 3,
                    "level": 27,
                    "hp": 3225,
                    "attack": 225,
                    "defense": 179,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 844,
                    "monster": 32,
                    "stars": 3,
                    "level": 27,
                    "hp": 3225,
                    "attack": 225,
                    "defense": 179,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 845,
                    "monster": 327,
                    "stars": 4,
                    "level": 26,
                    "hp": 4800,
                    "attack": 248,
                    "defense": 260,
                    "speed": 107,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 846,
                    "monster": 1077,
                    "stars": 5,
                    "level": 27,
                    "hp": 14445,
                    "attack": 528,
                    "defense": 487,
                    "speed": 128,
                    "resist": 36,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 847,
                    "monster": 32,
                    "stars": 4,
                    "level": 26,
                    "hp": 3900,
                    "attack": 271,
                    "defense": 215,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}