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

{
    "id": 20,
    "url": "https://swarfarm.com/api/v2/levels/20/?format=api",
    "dungeon": 1,
    "floor": 6,
    "difficulty": "Hell",
    "energy_cost": 5,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 902,
                    "monster": 79,
                    "stars": 3,
                    "level": 40,
                    "hp": 5655,
                    "attack": 369,
                    "defense": 237,
                    "speed": 124,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 903,
                    "monster": 40,
                    "stars": 3,
                    "level": 40,
                    "hp": 5025,
                    "attack": 401,
                    "defense": 245,
                    "speed": 124,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 904,
                    "monster": 79,
                    "stars": 4,
                    "level": 40,
                    "hp": 6390,
                    "attack": 417,
                    "defense": 269,
                    "speed": 124,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 905,
                    "monster": 79,
                    "stars": 4,
                    "level": 40,
                    "hp": 6390,
                    "attack": 417,
                    "defense": 269,
                    "speed": 124,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 906,
                    "monster": 79,
                    "stars": 4,
                    "level": 40,
                    "hp": 6390,
                    "attack": 417,
                    "defense": 269,
                    "speed": 124,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 907,
                    "monster": 40,
                    "stars": 4,
                    "level": 40,
                    "hp": 5700,
                    "attack": 455,
                    "defense": 278,
                    "speed": 124,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 908,
                    "monster": 40,
                    "stars": 6,
                    "level": 40,
                    "hp": 8775,
                    "attack": 699,
                    "defense": 427,
                    "speed": 119,
                    "resist": 21,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 909,
                    "monster": 79,
                    "stars": 4,
                    "level": 40,
                    "hp": 6390,
                    "attack": 417,
                    "defense": 269,
                    "speed": 124,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}