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

{
    "id": 27,
    "url": "https://swarfarm.com/api/v2/levels/27/?format=api",
    "dungeon": 2,
    "floor": 6,
    "difficulty": "Normal",
    "energy_cost": 3,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3417,
                    "monster": 185,
                    "stars": 2,
                    "level": 7,
                    "hp": 1125,
                    "attack": 48,
                    "defense": 78,
                    "speed": 88,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3418,
                    "monster": 185,
                    "stars": 2,
                    "level": 7,
                    "hp": 1125,
                    "attack": 48,
                    "defense": 78,
                    "speed": 88,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3419,
                    "monster": 78,
                    "stars": 2,
                    "level": 7,
                    "hp": 735,
                    "attack": 48,
                    "defense": 63,
                    "speed": 86,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3420,
                    "monster": 185,
                    "stars": 2,
                    "level": 7,
                    "hp": 1125,
                    "attack": 48,
                    "defense": 78,
                    "speed": 88,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3421,
                    "monster": 78,
                    "stars": 2,
                    "level": 7,
                    "hp": 735,
                    "attack": 48,
                    "defense": 63,
                    "speed": 86,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3422,
                    "monster": 185,
                    "stars": 2,
                    "level": 7,
                    "hp": 1125,
                    "attack": 48,
                    "defense": 78,
                    "speed": 88,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3423,
                    "monster": 185,
                    "stars": 3,
                    "level": 7,
                    "hp": 1605,
                    "attack": 68,
                    "defense": 113,
                    "speed": 88,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3424,
                    "monster": 313,
                    "stars": 3,
                    "level": 7,
                    "hp": 2685,
                    "attack": 88,
                    "defense": 174,
                    "speed": 90,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3425,
                    "monster": 78,
                    "stars": 3,
                    "level": 7,
                    "hp": 1050,
                    "attack": 70,
                    "defense": 91,
                    "speed": 86,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}