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

{
    "id": 50,
    "url": "https://swarfarm.com/api/v2/levels/50/?format=api",
    "dungeon": 3,
    "floor": 1,
    "difficulty": "Hard",
    "energy_cost": 4,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3892,
                    "monster": 319,
                    "stars": 2,
                    "level": 21,
                    "hp": 1980,
                    "attack": 171,
                    "defense": 118,
                    "speed": 98,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3893,
                    "monster": 371,
                    "stars": 2,
                    "level": 21,
                    "hp": 2160,
                    "attack": 163,
                    "defense": 116,
                    "speed": 98,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3894,
                    "monster": 371,
                    "stars": 2,
                    "level": 21,
                    "hp": 2160,
                    "attack": 163,
                    "defense": 116,
                    "speed": 98,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3895,
                    "monster": 319,
                    "stars": 3,
                    "level": 21,
                    "hp": 2505,
                    "attack": 216,
                    "defense": 149,
                    "speed": 98,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3896,
                    "monster": 319,
                    "stars": 3,
                    "level": 21,
                    "hp": 2505,
                    "attack": 216,
                    "defense": 149,
                    "speed": 98,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3897,
                    "monster": 319,
                    "stars": 3,
                    "level": 21,
                    "hp": 2505,
                    "attack": 216,
                    "defense": 149,
                    "speed": 98,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3898,
                    "monster": 319,
                    "stars": 4,
                    "level": 21,
                    "hp": 3195,
                    "attack": 276,
                    "defense": 190,
                    "speed": 98,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3899,
                    "monster": 372,
                    "stars": 4,
                    "level": 21,
                    "hp": 4335,
                    "attack": 388,
                    "defense": 278,
                    "speed": 110,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3900,
                    "monster": 319,
                    "stars": 4,
                    "level": 21,
                    "hp": 3195,
                    "attack": 276,
                    "defense": 190,
                    "speed": 98,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}