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

{
    "id": 6,
    "url": "https://swarfarm.com/api/v2/levels/6/?format=api",
    "dungeon": 1,
    "floor": 6,
    "difficulty": "Normal",
    "energy_cost": 3,
    "xp": null,
    "frontline_slots": 3,
    "backline_slots": null,
    "total_slots": 3,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3360,
                    "monster": 40,
                    "stars": 1,
                    "level": 2,
                    "hp": 480,
                    "attack": 51,
                    "defense": 24,
                    "speed": 104,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3361,
                    "monster": 79,
                    "stars": 1,
                    "level": 2,
                    "hp": 540,
                    "attack": 47,
                    "defense": 22,
                    "speed": 104,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3362,
                    "monster": 79,
                    "stars": 2,
                    "level": 3,
                    "hp": 885,
                    "attack": 77,
                    "defense": 37,
                    "speed": 104,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3363,
                    "monster": 79,
                    "stars": 2,
                    "level": 3,
                    "hp": 885,
                    "attack": 77,
                    "defense": 37,
                    "speed": 104,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3364,
                    "monster": 79,
                    "stars": 2,
                    "level": 3,
                    "hp": 885,
                    "attack": 77,
                    "defense": 37,
                    "speed": 104,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3365,
                    "monster": 40,
                    "stars": 3,
                    "level": 3,
                    "hp": 1560,
                    "attack": 125,
                    "defense": 76,
                    "speed": 109,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3366,
                    "monster": 40,
                    "stars": 2,
                    "level": 3,
                    "hp": 780,
                    "attack": 84,
                    "defense": 38,
                    "speed": 104,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}