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

{
    "id": 101,
    "url": "https://swarfarm.com/api/v2/levels/101/?format=api",
    "dungeon": 5,
    "floor": 3,
    "difficulty": "Hell",
    "energy_cost": 5,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 2340,
                    "monster": 111,
                    "stars": 4,
                    "level": 40,
                    "hp": 6345,
                    "attack": 267,
                    "defense": 368,
                    "speed": 101,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2341,
                    "monster": 111,
                    "stars": 4,
                    "level": 40,
                    "hp": 6345,
                    "attack": 267,
                    "defense": 368,
                    "speed": 101,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2342,
                    "monster": 86,
                    "stars": 4,
                    "level": 40,
                    "hp": 5880,
                    "attack": 377,
                    "defense": 290,
                    "speed": 93,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2343,
                    "monster": 86,
                    "stars": 4,
                    "level": 40,
                    "hp": 5880,
                    "attack": 377,
                    "defense": 290,
                    "speed": 93,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 2344,
                    "monster": 86,
                    "stars": 4,
                    "level": 40,
                    "hp": 5880,
                    "attack": 377,
                    "defense": 290,
                    "speed": 93,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2345,
                    "monster": 86,
                    "stars": 4,
                    "level": 40,
                    "hp": 5880,
                    "attack": 377,
                    "defense": 290,
                    "speed": 93,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2346,
                    "monster": 111,
                    "stars": 4,
                    "level": 40,
                    "hp": 6345,
                    "attack": 267,
                    "defense": 368,
                    "speed": 101,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2347,
                    "monster": 111,
                    "stars": 4,
                    "level": 40,
                    "hp": 6345,
                    "attack": 267,
                    "defense": 368,
                    "speed": 101,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 2348,
                    "monster": 32,
                    "stars": 5,
                    "level": 40,
                    "hp": 6765,
                    "attack": 470,
                    "defense": 374,
                    "speed": 101,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2349,
                    "monster": 32,
                    "stars": 6,
                    "level": 40,
                    "hp": 12765,
                    "attack": 887,
                    "defense": 706,
                    "speed": 111,
                    "resist": 19,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2350,
                    "monster": 32,
                    "stars": 5,
                    "level": 40,
                    "hp": 6765,
                    "attack": 470,
                    "defense": 374,
                    "speed": 101,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}