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

{
    "id": 15,
    "url": "https://swarfarm.com/api/v2/levels/15/?format=api",
    "dungeon": 1,
    "floor": 1,
    "difficulty": "Hell",
    "energy_cost": 5,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 621,
                    "monster": 86,
                    "stars": 3,
                    "level": 40,
                    "hp": 6135,
                    "attack": 393,
                    "defense": 302,
                    "speed": 111,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 622,
                    "monster": 13,
                    "stars": 3,
                    "level": 40,
                    "hp": 6015,
                    "attack": 377,
                    "defense": 327,
                    "speed": 111,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 623,
                    "monster": 86,
                    "stars": 3,
                    "level": 40,
                    "hp": 6135,
                    "attack": 393,
                    "defense": 302,
                    "speed": 111,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 624,
                    "monster": 13,
                    "stars": 3,
                    "level": 40,
                    "hp": 6015,
                    "attack": 377,
                    "defense": 327,
                    "speed": 111,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 625,
                    "monster": 86,
                    "stars": 3,
                    "level": 40,
                    "hp": 6135,
                    "attack": 393,
                    "defense": 302,
                    "speed": 111,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 626,
                    "monster": 13,
                    "stars": 4,
                    "level": 40,
                    "hp": 6825,
                    "attack": 426,
                    "defense": 370,
                    "speed": 111,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 627,
                    "monster": 46,
                    "stars": 6,
                    "level": 40,
                    "hp": 10920,
                    "attack": 642,
                    "defense": 556,
                    "speed": 106,
                    "resist": 21,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 628,
                    "monster": 86,
                    "stars": 4,
                    "level": 40,
                    "hp": 6960,
                    "attack": 445,
                    "defense": 343,
                    "speed": 111,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}