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

{
    "id": 58,
    "url": "https://swarfarm.com/api/v2/levels/58/?format=api",
    "dungeon": 3,
    "floor": 2,
    "difficulty": "Hell",
    "energy_cost": 5,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3662,
                    "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": 3663,
                    "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": 3664,
                    "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": 3665,
                    "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": 3666,
                    "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": 3667,
                    "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": 3668,
                    "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": 3669,
                    "monster": 320,
                    "stars": 6,
                    "level": 40,
                    "hp": 11130,
                    "attack": 956,
                    "defense": 656,
                    "speed": 115,
                    "resist": 56,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3670,
                    "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
                }
            ]
        }
    ]
}