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

{
    "id": 31,
    "url": "https://swarfarm.com/api/v2/levels/31/?format=api",
    "dungeon": 2,
    "floor": 3,
    "difficulty": "Hard",
    "energy_cost": 4,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3714,
                    "monster": 76,
                    "stars": 2,
                    "level": 19,
                    "hp": 1770,
                    "attack": 141,
                    "defense": 71,
                    "speed": 101,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3715,
                    "monster": 76,
                    "stars": 2,
                    "level": 19,
                    "hp": 1770,
                    "attack": 141,
                    "defense": 71,
                    "speed": 101,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3716,
                    "monster": 37,
                    "stars": 3,
                    "level": 19,
                    "hp": 2430,
                    "attack": 166,
                    "defense": 94,
                    "speed": 101,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3717,
                    "monster": 76,
                    "stars": 3,
                    "level": 19,
                    "hp": 2295,
                    "attack": 181,
                    "defense": 91,
                    "speed": 101,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3718,
                    "monster": 76,
                    "stars": 3,
                    "level": 19,
                    "hp": 2295,
                    "attack": 181,
                    "defense": 91,
                    "speed": 101,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3719,
                    "monster": 76,
                    "stars": 4,
                    "level": 19,
                    "hp": 2955,
                    "attack": 233,
                    "defense": 117,
                    "speed": 101,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3720,
                    "monster": 42,
                    "stars": 4,
                    "level": 19,
                    "hp": 2625,
                    "attack": 175,
                    "defense": 349,
                    "speed": 112,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3721,
                    "monster": 37,
                    "stars": 4,
                    "level": 19,
                    "hp": 3135,
                    "attack": 214,
                    "defense": 122,
                    "speed": 101,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}