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

{
    "id": 49,
    "url": "https://swarfarm.com/api/v2/levels/49/?format=api",
    "dungeon": 3,
    "floor": 7,
    "difficulty": "Normal",
    "energy_cost": 4,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3487,
                    "monster": 373,
                    "stars": 2,
                    "level": 13,
                    "hp": 1035,
                    "attack": 163,
                    "defense": 90,
                    "speed": 104,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3488,
                    "monster": 373,
                    "stars": 2,
                    "level": 13,
                    "hp": 1035,
                    "attack": 163,
                    "defense": 90,
                    "speed": 104,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3489,
                    "monster": 90,
                    "stars": 2,
                    "level": 13,
                    "hp": 1155,
                    "attack": 140,
                    "defense": 72,
                    "speed": 106,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3490,
                    "monster": 373,
                    "stars": 2,
                    "level": 13,
                    "hp": 1035,
                    "attack": 163,
                    "defense": 90,
                    "speed": 104,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3491,
                    "monster": 373,
                    "stars": 2,
                    "level": 13,
                    "hp": 1035,
                    "attack": 163,
                    "defense": 90,
                    "speed": 104,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3492,
                    "monster": 90,
                    "stars": 2,
                    "level": 13,
                    "hp": 1155,
                    "attack": 140,
                    "defense": 72,
                    "speed": 106,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3493,
                    "monster": 1074,
                    "stars": 4,
                    "level": 14,
                    "hp": 3105,
                    "attack": 222,
                    "defense": 137,
                    "speed": 99,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3494,
                    "monster": 1079,
                    "stars": 4,
                    "level": 14,
                    "hp": 3270,
                    "attack": 213,
                    "defense": 137,
                    "speed": 96,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}