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

{
    "id": 28,
    "url": "https://swarfarm.com/api/v2/levels/28/?format=api",
    "dungeon": 2,
    "floor": 7,
    "difficulty": "Normal",
    "energy_cost": 4,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3426,
                    "monster": 185,
                    "stars": 2,
                    "level": 7,
                    "hp": 1125,
                    "attack": 48,
                    "defense": 78,
                    "speed": 88,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3427,
                    "monster": 185,
                    "stars": 2,
                    "level": 7,
                    "hp": 1125,
                    "attack": 48,
                    "defense": 78,
                    "speed": 88,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3428,
                    "monster": 185,
                    "stars": 2,
                    "level": 7,
                    "hp": 1125,
                    "attack": 48,
                    "defense": 78,
                    "speed": 88,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3429,
                    "monster": 185,
                    "stars": 2,
                    "level": 7,
                    "hp": 1125,
                    "attack": 48,
                    "defense": 78,
                    "speed": 88,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3430,
                    "monster": 185,
                    "stars": 2,
                    "level": 7,
                    "hp": 1125,
                    "attack": 48,
                    "defense": 78,
                    "speed": 88,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3431,
                    "monster": 185,
                    "stars": 2,
                    "level": 7,
                    "hp": 1125,
                    "attack": 48,
                    "defense": 78,
                    "speed": 88,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3432,
                    "monster": 1073,
                    "stars": 3,
                    "level": 8,
                    "hp": 5715,
                    "attack": 154,
                    "defense": 237,
                    "speed": 86,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}