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

{
    "id": 43,
    "url": "https://swarfarm.com/api/v2/levels/43/?format=api",
    "dungeon": 3,
    "floor": 1,
    "difficulty": "Normal",
    "energy_cost": 3,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3433,
                    "monster": 371,
                    "stars": 1,
                    "level": 8,
                    "hp": 750,
                    "attack": 57,
                    "defense": 40,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3434,
                    "monster": 319,
                    "stars": 1,
                    "level": 8,
                    "hp": 690,
                    "attack": 60,
                    "defense": 41,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3435,
                    "monster": 319,
                    "stars": 1,
                    "level": 8,
                    "hp": 690,
                    "attack": 60,
                    "defense": 41,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3436,
                    "monster": 319,
                    "stars": 2,
                    "level": 8,
                    "hp": 990,
                    "attack": 86,
                    "defense": 59,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3437,
                    "monster": 319,
                    "stars": 2,
                    "level": 8,
                    "hp": 990,
                    "attack": 86,
                    "defense": 59,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3438,
                    "monster": 371,
                    "stars": 2,
                    "level": 8,
                    "hp": 1080,
                    "attack": 81,
                    "defense": 58,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3439,
                    "monster": 319,
                    "stars": 2,
                    "level": 8,
                    "hp": 990,
                    "attack": 86,
                    "defense": 59,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3440,
                    "monster": 372,
                    "stars": 3,
                    "level": 8,
                    "hp": 1935,
                    "attack": 173,
                    "defense": 124,
                    "speed": 105,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3441,
                    "monster": 371,
                    "stars": 2,
                    "level": 8,
                    "hp": 1080,
                    "attack": 81,
                    "defense": 58,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}