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

{
    "id": 19,
    "url": "https://swarfarm.com/api/v2/levels/19/?format=api",
    "dungeon": 1,
    "floor": 5,
    "difficulty": "Hell",
    "energy_cost": 5,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 881,
                    "monster": 14,
                    "stars": 3,
                    "level": 40,
                    "hp": 7125,
                    "attack": 360,
                    "defense": 270,
                    "speed": 114,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 882,
                    "monster": 47,
                    "stars": 3,
                    "level": 40,
                    "hp": 7620,
                    "attack": 344,
                    "defense": 253,
                    "speed": 114,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 883,
                    "monster": 47,
                    "stars": 4,
                    "level": 40,
                    "hp": 8610,
                    "attack": 390,
                    "defense": 287,
                    "speed": 114,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 884,
                    "monster": 14,
                    "stars": 4,
                    "level": 40,
                    "hp": 8070,
                    "attack": 408,
                    "defense": 306,
                    "speed": 114,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 885,
                    "monster": 47,
                    "stars": 4,
                    "level": 40,
                    "hp": 8610,
                    "attack": 390,
                    "defense": 287,
                    "speed": 114,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 886,
                    "monster": 14,
                    "stars": 4,
                    "level": 40,
                    "hp": 8070,
                    "attack": 408,
                    "defense": 306,
                    "speed": 114,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 887,
                    "monster": 47,
                    "stars": 6,
                    "level": 40,
                    "hp": 13275,
                    "attack": 599,
                    "defense": 442,
                    "speed": 109,
                    "resist": 21,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 888,
                    "monster": 47,
                    "stars": 4,
                    "level": 40,
                    "hp": 8610,
                    "attack": 390,
                    "defense": 287,
                    "speed": 114,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}