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

{
    "id": 90,
    "url": "https://swarfarm.com/api/v2/levels/90/?format=api",
    "dungeon": 5,
    "floor": 6,
    "difficulty": "Normal",
    "energy_cost": 3,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3651,
                    "monster": 327,
                    "stars": 2,
                    "level": 18,
                    "hp": 2205,
                    "attack": 114,
                    "defense": 119,
                    "speed": 107,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3652,
                    "monster": 111,
                    "stars": 2,
                    "level": 18,
                    "hp": 2055,
                    "attack": 86,
                    "defense": 119,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3653,
                    "monster": 327,
                    "stars": 2,
                    "level": 18,
                    "hp": 2205,
                    "attack": 114,
                    "defense": 119,
                    "speed": 107,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3654,
                    "monster": 379,
                    "stars": 2,
                    "level": 18,
                    "hp": 1905,
                    "attack": 107,
                    "defense": 147,
                    "speed": 107,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3655,
                    "monster": 379,
                    "stars": 2,
                    "level": 19,
                    "hp": 1965,
                    "attack": 110,
                    "defense": 153,
                    "speed": 107,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3656,
                    "monster": 379,
                    "stars": 2,
                    "level": 19,
                    "hp": 1965,
                    "attack": 110,
                    "defense": 153,
                    "speed": 107,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3657,
                    "monster": 327,
                    "stars": 2,
                    "level": 19,
                    "hp": 2295,
                    "attack": 118,
                    "defense": 124,
                    "speed": 107,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3658,
                    "monster": 111,
                    "stars": 2,
                    "level": 19,
                    "hp": 2130,
                    "attack": 90,
                    "defense": 124,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3659,
                    "monster": 327,
                    "stars": 3,
                    "level": 19,
                    "hp": 2955,
                    "attack": 153,
                    "defense": 159,
                    "speed": 107,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3660,
                    "monster": 111,
                    "stars": 3,
                    "level": 19,
                    "hp": 3945,
                    "attack": 166,
                    "defense": 230,
                    "speed": 111,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3661,
                    "monster": 379,
                    "stars": 3,
                    "level": 19,
                    "hp": 2535,
                    "attack": 142,
                    "defense": 197,
                    "speed": 107,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}