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

{
    "id": 25,
    "url": "https://swarfarm.com/api/v2/levels/25/?format=api",
    "dungeon": 2,
    "floor": 4,
    "difficulty": "Normal",
    "energy_cost": 3,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3399,
                    "monster": 365,
                    "stars": 2,
                    "level": 5,
                    "hp": 1080,
                    "attack": 37,
                    "defense": 55,
                    "speed": 91,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3400,
                    "monster": 365,
                    "stars": 2,
                    "level": 5,
                    "hp": 1080,
                    "attack": 37,
                    "defense": 55,
                    "speed": 91,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3401,
                    "monster": 365,
                    "stars": 2,
                    "level": 5,
                    "hp": 1080,
                    "attack": 37,
                    "defense": 55,
                    "speed": 91,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3402,
                    "monster": 365,
                    "stars": 2,
                    "level": 6,
                    "hp": 1125,
                    "attack": 38,
                    "defense": 56,
                    "speed": 91,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3403,
                    "monster": 365,
                    "stars": 2,
                    "level": 6,
                    "hp": 1125,
                    "attack": 38,
                    "defense": 56,
                    "speed": 91,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3404,
                    "monster": 185,
                    "stars": 2,
                    "level": 6,
                    "hp": 960,
                    "attack": 37,
                    "defense": 67,
                    "speed": 88,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3405,
                    "monster": 365,
                    "stars": 2,
                    "level": 5,
                    "hp": 1080,
                    "attack": 37,
                    "defense": 55,
                    "speed": 91,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3406,
                    "monster": 365,
                    "stars": 3,
                    "level": 5,
                    "hp": 2685,
                    "attack": 95,
                    "defense": 145,
                    "speed": 95,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3407,
                    "monster": 365,
                    "stars": 2,
                    "level": 5,
                    "hp": 1080,
                    "attack": 37,
                    "defense": 55,
                    "speed": 91,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}