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

{
    "id": 38,
    "url": "https://swarfarm.com/api/v2/levels/38/?format=api",
    "dungeon": 2,
    "floor": 3,
    "difficulty": "Hell",
    "energy_cost": 5,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3068,
                    "monster": 37,
                    "stars": 3,
                    "level": 40,
                    "hp": 4545,
                    "attack": 277,
                    "defense": 176,
                    "speed": 101,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3069,
                    "monster": 76,
                    "stars": 3,
                    "level": 40,
                    "hp": 4260,
                    "attack": 303,
                    "defense": 170,
                    "speed": 101,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3070,
                    "monster": 37,
                    "stars": 4,
                    "level": 40,
                    "hp": 5145,
                    "attack": 314,
                    "defense": 200,
                    "speed": 101,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3071,
                    "monster": 76,
                    "stars": 4,
                    "level": 40,
                    "hp": 4815,
                    "attack": 343,
                    "defense": 193,
                    "speed": 101,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3072,
                    "monster": 37,
                    "stars": 4,
                    "level": 40,
                    "hp": 5145,
                    "attack": 314,
                    "defense": 200,
                    "speed": 101,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3073,
                    "monster": 37,
                    "stars": 5,
                    "level": 40,
                    "hp": 6285,
                    "attack": 384,
                    "defense": 244,
                    "speed": 101,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3074,
                    "monster": 42,
                    "stars": 6,
                    "level": 40,
                    "hp": 6405,
                    "attack": 427,
                    "defense": 856,
                    "speed": 117,
                    "resist": 21,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3075,
                    "monster": 76,
                    "stars": 5,
                    "level": 40,
                    "hp": 5895,
                    "attack": 419,
                    "defense": 236,
                    "speed": 101,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}