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

{
    "id": 17,
    "url": "https://swarfarm.com/api/v2/levels/17/?format=api",
    "dungeon": 1,
    "floor": 3,
    "difficulty": "Hell",
    "energy_cost": 5,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 817,
                    "monster": 75,
                    "stars": 3,
                    "level": 40,
                    "hp": 4530,
                    "attack": 295,
                    "defense": 384,
                    "speed": 105,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 818,
                    "monster": 75,
                    "stars": 3,
                    "level": 40,
                    "hp": 4530,
                    "attack": 295,
                    "defense": 384,
                    "speed": 105,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 819,
                    "monster": 75,
                    "stars": 4,
                    "level": 40,
                    "hp": 5145,
                    "attack": 334,
                    "defense": 435,
                    "speed": 105,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 820,
                    "monster": 75,
                    "stars": 4,
                    "level": 40,
                    "hp": 5145,
                    "attack": 334,
                    "defense": 435,
                    "speed": 105,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 821,
                    "monster": 75,
                    "stars": 4,
                    "level": 40,
                    "hp": 5145,
                    "attack": 334,
                    "defense": 435,
                    "speed": 105,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 822,
                    "monster": 75,
                    "stars": 4,
                    "level": 40,
                    "hp": 5145,
                    "attack": 334,
                    "defense": 435,
                    "speed": 105,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 823,
                    "monster": 75,
                    "stars": 6,
                    "level": 40,
                    "hp": 7905,
                    "attack": 513,
                    "defense": 670,
                    "speed": 101,
                    "resist": 21,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 824,
                    "monster": 75,
                    "stars": 4,
                    "level": 40,
                    "hp": 5145,
                    "attack": 334,
                    "defense": 435,
                    "speed": 105,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}