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

{
    "id": 41,
    "url": "https://swarfarm.com/api/v2/levels/41/?format=api",
    "dungeon": 2,
    "floor": 6,
    "difficulty": "Hell",
    "energy_cost": 5,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3118,
                    "monster": 78,
                    "stars": 4,
                    "level": 40,
                    "hp": 3855,
                    "attack": 243,
                    "defense": 357,
                    "speed": 86,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3119,
                    "monster": 185,
                    "stars": 4,
                    "level": 40,
                    "hp": 5895,
                    "attack": 236,
                    "defense": 442,
                    "speed": 88,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3120,
                    "monster": 185,
                    "stars": 4,
                    "level": 40,
                    "hp": 5895,
                    "attack": 236,
                    "defense": 442,
                    "speed": 88,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3121,
                    "monster": 78,
                    "stars": 4,
                    "level": 40,
                    "hp": 3855,
                    "attack": 243,
                    "defense": 357,
                    "speed": 86,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3122,
                    "monster": 185,
                    "stars": 4,
                    "level": 40,
                    "hp": 5895,
                    "attack": 236,
                    "defense": 442,
                    "speed": 88,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3123,
                    "monster": 78,
                    "stars": 5,
                    "level": 40,
                    "hp": 4710,
                    "attack": 297,
                    "defense": 436,
                    "speed": 86,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3124,
                    "monster": 313,
                    "stars": 6,
                    "level": 40,
                    "hp": 13065,
                    "attack": 427,
                    "defense": 842,
                    "speed": 98,
                    "resist": 21,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3125,
                    "monster": 78,
                    "stars": 5,
                    "level": 40,
                    "hp": 4710,
                    "attack": 297,
                    "defense": 436,
                    "speed": 86,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}