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

{
    "id": 40,
    "url": "https://swarfarm.com/api/v2/levels/40/?format=api",
    "dungeon": 2,
    "floor": 5,
    "difficulty": "Hell",
    "energy_cost": 5,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 1298,
                    "monster": 185,
                    "stars": 4,
                    "level": 40,
                    "hp": 5895,
                    "attack": 236,
                    "defense": 442,
                    "speed": 88,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1299,
                    "monster": 185,
                    "stars": 4,
                    "level": 40,
                    "hp": 5895,
                    "attack": 236,
                    "defense": 442,
                    "speed": 88,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 1300,
                    "monster": 185,
                    "stars": 4,
                    "level": 40,
                    "hp": 5895,
                    "attack": 236,
                    "defense": 442,
                    "speed": 88,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1301,
                    "monster": 185,
                    "stars": 4,
                    "level": 40,
                    "hp": 5895,
                    "attack": 236,
                    "defense": 442,
                    "speed": 88,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1302,
                    "monster": 185,
                    "stars": 4,
                    "level": 40,
                    "hp": 5895,
                    "attack": 236,
                    "defense": 442,
                    "speed": 88,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 1303,
                    "monster": 185,
                    "stars": 5,
                    "level": 40,
                    "hp": 7200,
                    "attack": 288,
                    "defense": 541,
                    "speed": 88,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1304,
                    "monster": 185,
                    "stars": 6,
                    "level": 40,
                    "hp": 11775,
                    "attack": 470,
                    "defense": 885,
                    "speed": 101,
                    "resist": 21,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1305,
                    "monster": 185,
                    "stars": 5,
                    "level": 40,
                    "hp": 7200,
                    "attack": 288,
                    "defense": 541,
                    "speed": 88,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}