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

{
    "id": 37,
    "url": "https://swarfarm.com/api/v2/levels/37/?format=api",
    "dungeon": 2,
    "floor": 2,
    "difficulty": "Hell",
    "energy_cost": 5,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3099,
                    "monster": 96,
                    "stars": 3,
                    "level": 40,
                    "hp": 2835,
                    "attack": 189,
                    "defense": 378,
                    "speed": 102,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3100,
                    "monster": 42,
                    "stars": 3,
                    "level": 40,
                    "hp": 2835,
                    "attack": 189,
                    "defense": 378,
                    "speed": 102,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3101,
                    "monster": 96,
                    "stars": 4,
                    "level": 40,
                    "hp": 3210,
                    "attack": 214,
                    "defense": 428,
                    "speed": 102,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3102,
                    "monster": 42,
                    "stars": 4,
                    "level": 40,
                    "hp": 3210,
                    "attack": 214,
                    "defense": 428,
                    "speed": 102,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3103,
                    "monster": 42,
                    "stars": 4,
                    "level": 40,
                    "hp": 3210,
                    "attack": 214,
                    "defense": 428,
                    "speed": 102,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3104,
                    "monster": 96,
                    "stars": 5,
                    "level": 40,
                    "hp": 3930,
                    "attack": 262,
                    "defense": 524,
                    "speed": 102,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3105,
                    "monster": 96,
                    "stars": 6,
                    "level": 40,
                    "hp": 6405,
                    "attack": 427,
                    "defense": 856,
                    "speed": 117,
                    "resist": 21,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3106,
                    "monster": 96,
                    "stars": 5,
                    "level": 40,
                    "hp": 3930,
                    "attack": 262,
                    "defense": 524,
                    "speed": 102,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}