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

{
    "id": 59,
    "url": "https://swarfarm.com/api/v2/levels/59/?format=api",
    "dungeon": 3,
    "floor": 3,
    "difficulty": "Hell",
    "energy_cost": 5,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3671,
                    "monster": 319,
                    "stars": 3,
                    "level": 40,
                    "hp": 4440,
                    "attack": 384,
                    "defense": 265,
                    "speed": 109,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3672,
                    "monster": 371,
                    "stars": 3,
                    "level": 40,
                    "hp": 4815,
                    "attack": 366,
                    "defense": 258,
                    "speed": 109,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3673,
                    "monster": 371,
                    "stars": 3,
                    "level": 40,
                    "hp": 4815,
                    "attack": 366,
                    "defense": 258,
                    "speed": 109,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3674,
                    "monster": 371,
                    "stars": 4,
                    "level": 40,
                    "hp": 5460,
                    "attack": 414,
                    "defense": 293,
                    "speed": 109,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3675,
                    "monster": 319,
                    "stars": 4,
                    "level": 40,
                    "hp": 5025,
                    "attack": 435,
                    "defense": 300,
                    "speed": 109,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3676,
                    "monster": 371,
                    "stars": 4,
                    "level": 40,
                    "hp": 5460,
                    "attack": 414,
                    "defense": 293,
                    "speed": 109,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3677,
                    "monster": 371,
                    "stars": 5,
                    "level": 40,
                    "hp": 6675,
                    "attack": 506,
                    "defense": 358,
                    "speed": 109,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3678,
                    "monster": 372,
                    "stars": 6,
                    "level": 40,
                    "hp": 10695,
                    "attack": 956,
                    "defense": 685,
                    "speed": 115,
                    "resist": 21,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3679,
                    "monster": 319,
                    "stars": 5,
                    "level": 40,
                    "hp": 6150,
                    "attack": 532,
                    "defense": 367,
                    "speed": 109,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}