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

{
    "id": 24,
    "url": "https://swarfarm.com/api/v2/levels/24/?format=api",
    "dungeon": 2,
    "floor": 3,
    "difficulty": "Normal",
    "energy_cost": 3,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3390,
                    "monster": 37,
                    "stars": 1,
                    "level": 5,
                    "hp": 690,
                    "attack": 48,
                    "defense": 27,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3391,
                    "monster": 76,
                    "stars": 1,
                    "level": 5,
                    "hp": 660,
                    "attack": 52,
                    "defense": 26,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3392,
                    "monster": 76,
                    "stars": 1,
                    "level": 5,
                    "hp": 660,
                    "attack": 52,
                    "defense": 26,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3393,
                    "monster": 37,
                    "stars": 2,
                    "level": 5,
                    "hp": 1050,
                    "attack": 72,
                    "defense": 40,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3394,
                    "monster": 37,
                    "stars": 2,
                    "level": 5,
                    "hp": 1050,
                    "attack": 72,
                    "defense": 40,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3395,
                    "monster": 76,
                    "stars": 2,
                    "level": 5,
                    "hp": 975,
                    "attack": 79,
                    "defense": 39,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3396,
                    "monster": 37,
                    "stars": 3,
                    "level": 5,
                    "hp": 1530,
                    "attack": 106,
                    "defense": 60,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3397,
                    "monster": 42,
                    "stars": 3,
                    "level": 5,
                    "hp": 1260,
                    "attack": 84,
                    "defense": 168,
                    "speed": 107,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3398,
                    "monster": 76,
                    "stars": 3,
                    "level": 5,
                    "hp": 1440,
                    "attack": 115,
                    "defense": 57,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}