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

{
    "id": 12,
    "url": "https://swarfarm.com/api/v2/levels/12/?format=api",
    "dungeon": 1,
    "floor": 5,
    "difficulty": "Hard",
    "energy_cost": 4,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 2402,
                    "monster": 47,
                    "stars": 2,
                    "level": 17,
                    "hp": 2550,
                    "attack": 126,
                    "defense": 85,
                    "speed": 104,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2403,
                    "monster": 14,
                    "stars": 2,
                    "level": 17,
                    "hp": 2385,
                    "attack": 133,
                    "defense": 90,
                    "speed": 104,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 2404,
                    "monster": 47,
                    "stars": 3,
                    "level": 17,
                    "hp": 3330,
                    "attack": 166,
                    "defense": 111,
                    "speed": 104,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2405,
                    "monster": 47,
                    "stars": 3,
                    "level": 17,
                    "hp": 3330,
                    "attack": 166,
                    "defense": 111,
                    "speed": 104,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2406,
                    "monster": 14,
                    "stars": 3,
                    "level": 17,
                    "hp": 3120,
                    "attack": 173,
                    "defense": 118,
                    "speed": 104,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 2407,
                    "monster": 47,
                    "stars": 3,
                    "level": 18,
                    "hp": 3420,
                    "attack": 169,
                    "defense": 114,
                    "speed": 104,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2408,
                    "monster": 47,
                    "stars": 4,
                    "level": 18,
                    "hp": 5100,
                    "attack": 230,
                    "defense": 170,
                    "speed": 104,
                    "resist": 19,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2409,
                    "monster": 47,
                    "stars": 3,
                    "level": 18,
                    "hp": 3420,
                    "attack": 169,
                    "defense": 114,
                    "speed": 104,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}