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

{
    "id": 18,
    "url": "https://swarfarm.com/api/v2/levels/18/?format=api",
    "dungeon": 1,
    "floor": 4,
    "difficulty": "Hell",
    "energy_cost": 5,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 860,
                    "monster": 13,
                    "stars": 3,
                    "level": 40,
                    "hp": 6015,
                    "attack": 377,
                    "defense": 327,
                    "speed": 111,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 861,
                    "monster": 13,
                    "stars": 3,
                    "level": 40,
                    "hp": 6015,
                    "attack": 377,
                    "defense": 327,
                    "speed": 111,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 862,
                    "monster": 13,
                    "stars": 4,
                    "level": 40,
                    "hp": 6825,
                    "attack": 426,
                    "defense": 370,
                    "speed": 111,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 863,
                    "monster": 13,
                    "stars": 4,
                    "level": 40,
                    "hp": 6825,
                    "attack": 426,
                    "defense": 370,
                    "speed": 111,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 864,
                    "monster": 13,
                    "stars": 4,
                    "level": 40,
                    "hp": 6825,
                    "attack": 426,
                    "defense": 370,
                    "speed": 111,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 865,
                    "monster": 13,
                    "stars": 4,
                    "level": 40,
                    "hp": 6825,
                    "attack": 426,
                    "defense": 370,
                    "speed": 111,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 866,
                    "monster": 13,
                    "stars": 6,
                    "level": 40,
                    "hp": 10485,
                    "attack": 656,
                    "defense": 570,
                    "speed": 106,
                    "resist": 21,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 867,
                    "monster": 13,
                    "stars": 4,
                    "level": 40,
                    "hp": 6825,
                    "attack": 426,
                    "defense": 370,
                    "speed": 111,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}