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

{
    "id": 48,
    "url": "https://swarfarm.com/api/v2/levels/48/?format=api",
    "dungeon": 3,
    "floor": 6,
    "difficulty": "Normal",
    "energy_cost": 3,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3478,
                    "monster": 373,
                    "stars": 2,
                    "level": 12,
                    "hp": 990,
                    "attack": 158,
                    "defense": 87,
                    "speed": 104,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3479,
                    "monster": 90,
                    "stars": 2,
                    "level": 12,
                    "hp": 1110,
                    "attack": 135,
                    "defense": 71,
                    "speed": 106,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3480,
                    "monster": 90,
                    "stars": 2,
                    "level": 12,
                    "hp": 1110,
                    "attack": 135,
                    "defense": 71,
                    "speed": 106,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3481,
                    "monster": 373,
                    "stars": 2,
                    "level": 12,
                    "hp": 990,
                    "attack": 158,
                    "defense": 87,
                    "speed": 104,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3482,
                    "monster": 90,
                    "stars": 2,
                    "level": 12,
                    "hp": 1110,
                    "attack": 135,
                    "defense": 71,
                    "speed": 106,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3483,
                    "monster": 373,
                    "stars": 2,
                    "level": 12,
                    "hp": 990,
                    "attack": 158,
                    "defense": 87,
                    "speed": 104,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3484,
                    "monster": 90,
                    "stars": 3,
                    "level": 13,
                    "hp": 1575,
                    "attack": 189,
                    "defense": 99,
                    "speed": 106,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3485,
                    "monster": 373,
                    "stars": 3,
                    "level": 13,
                    "hp": 1395,
                    "attack": 222,
                    "defense": 123,
                    "speed": 104,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3486,
                    "monster": 373,
                    "stars": 3,
                    "level": 13,
                    "hp": 1395,
                    "attack": 222,
                    "defense": 123,
                    "speed": 104,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}