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

{
    "id": 35,
    "url": "https://swarfarm.com/api/v2/levels/35/?format=api",
    "dungeon": 2,
    "floor": 7,
    "difficulty": "Hard",
    "energy_cost": 5,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3746,
                    "monster": 185,
                    "stars": 3,
                    "level": 20,
                    "hp": 2850,
                    "attack": 127,
                    "defense": 215,
                    "speed": 88,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3747,
                    "monster": 185,
                    "stars": 3,
                    "level": 20,
                    "hp": 2850,
                    "attack": 127,
                    "defense": 215,
                    "speed": 88,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3748,
                    "monster": 185,
                    "stars": 3,
                    "level": 20,
                    "hp": 2850,
                    "attack": 127,
                    "defense": 215,
                    "speed": 88,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3749,
                    "monster": 185,
                    "stars": 3,
                    "level": 20,
                    "hp": 2850,
                    "attack": 127,
                    "defense": 215,
                    "speed": 88,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3750,
                    "monster": 185,
                    "stars": 3,
                    "level": 20,
                    "hp": 2850,
                    "attack": 127,
                    "defense": 215,
                    "speed": 88,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3751,
                    "monster": 185,
                    "stars": 3,
                    "level": 20,
                    "hp": 2850,
                    "attack": 127,
                    "defense": 215,
                    "speed": 88,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3752,
                    "monster": 1073,
                    "stars": 4,
                    "level": 21,
                    "hp": 13320,
                    "attack": 362,
                    "defense": 556,
                    "speed": 94,
                    "resist": 27,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}