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

{
    "id": 13,
    "url": "https://swarfarm.com/api/v2/levels/13/?format=api",
    "dungeon": 1,
    "floor": 6,
    "difficulty": "Hard",
    "energy_cost": 4,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 2410,
                    "monster": 40,
                    "stars": 2,
                    "level": 17,
                    "hp": 1680,
                    "attack": 147,
                    "defense": 82,
                    "speed": 114,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2411,
                    "monster": 79,
                    "stars": 2,
                    "level": 17,
                    "hp": 1890,
                    "attack": 135,
                    "defense": 79,
                    "speed": 114,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 2412,
                    "monster": 40,
                    "stars": 3,
                    "level": 18,
                    "hp": 2265,
                    "attack": 198,
                    "defense": 110,
                    "speed": 114,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2413,
                    "monster": 40,
                    "stars": 3,
                    "level": 18,
                    "hp": 2265,
                    "attack": 198,
                    "defense": 110,
                    "speed": 114,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2414,
                    "monster": 40,
                    "stars": 3,
                    "level": 18,
                    "hp": 2265,
                    "attack": 198,
                    "defense": 110,
                    "speed": 114,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 2415,
                    "monster": 79,
                    "stars": 3,
                    "level": 18,
                    "hp": 2535,
                    "attack": 181,
                    "defense": 107,
                    "speed": 114,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2416,
                    "monster": 40,
                    "stars": 4,
                    "level": 18,
                    "hp": 3360,
                    "attack": 269,
                    "defense": 164,
                    "speed": 114,
                    "resist": 19,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2417,
                    "monster": 40,
                    "stars": 3,
                    "level": 18,
                    "hp": 2265,
                    "attack": 198,
                    "defense": 110,
                    "speed": 114,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}