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

{
    "id": 56,
    "url": "https://swarfarm.com/api/v2/levels/56/?format=api",
    "dungeon": 3,
    "floor": 7,
    "difficulty": "Hard",
    "energy_cost": 5,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3946,
                    "monster": 373,
                    "stars": 3,
                    "level": 24,
                    "hp": 2235,
                    "attack": 356,
                    "defense": 196,
                    "speed": 104,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3947,
                    "monster": 90,
                    "stars": 3,
                    "level": 24,
                    "hp": 2520,
                    "attack": 304,
                    "defense": 159,
                    "speed": 106,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3948,
                    "monster": 373,
                    "stars": 3,
                    "level": 24,
                    "hp": 2235,
                    "attack": 356,
                    "defense": 196,
                    "speed": 104,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3949,
                    "monster": 373,
                    "stars": 3,
                    "level": 24,
                    "hp": 2235,
                    "attack": 356,
                    "defense": 196,
                    "speed": 104,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3950,
                    "monster": 373,
                    "stars": 3,
                    "level": 24,
                    "hp": 2235,
                    "attack": 356,
                    "defense": 196,
                    "speed": 104,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3951,
                    "monster": 90,
                    "stars": 3,
                    "level": 24,
                    "hp": 2520,
                    "attack": 304,
                    "defense": 159,
                    "speed": 106,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3952,
                    "monster": 1074,
                    "stars": 5,
                    "level": 24,
                    "hp": 5955,
                    "attack": 510,
                    "defense": 253,
                    "speed": 108,
                    "resist": 30,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3953,
                    "monster": 1079,
                    "stars": 5,
                    "level": 24,
                    "hp": 6270,
                    "attack": 489,
                    "defense": 253,
                    "speed": 105,
                    "resist": 30,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}