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

{
    "id": 47,
    "url": "https://swarfarm.com/api/v2/levels/47/?format=api",
    "dungeon": 3,
    "floor": 5,
    "difficulty": "Normal",
    "energy_cost": 3,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3469,
                    "monster": 90,
                    "stars": 2,
                    "level": 12,
                    "hp": 1110,
                    "attack": 135,
                    "defense": 71,
                    "speed": 106,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3470,
                    "monster": 90,
                    "stars": 2,
                    "level": 12,
                    "hp": 1110,
                    "attack": 135,
                    "defense": 71,
                    "speed": 106,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3471,
                    "monster": 90,
                    "stars": 2,
                    "level": 12,
                    "hp": 1110,
                    "attack": 135,
                    "defense": 71,
                    "speed": 106,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3472,
                    "monster": 90,
                    "stars": 2,
                    "level": 11,
                    "hp": 1080,
                    "attack": 130,
                    "defense": 68,
                    "speed": 106,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3473,
                    "monster": 90,
                    "stars": 2,
                    "level": 11,
                    "hp": 1080,
                    "attack": 130,
                    "defense": 68,
                    "speed": 106,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3474,
                    "monster": 90,
                    "stars": 2,
                    "level": 11,
                    "hp": 1080,
                    "attack": 130,
                    "defense": 68,
                    "speed": 106,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3475,
                    "monster": 90,
                    "stars": 3,
                    "level": 12,
                    "hp": 1530,
                    "attack": 185,
                    "defense": 97,
                    "speed": 106,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3476,
                    "monster": 91,
                    "stars": 3,
                    "level": 12,
                    "hp": 1860,
                    "attack": 225,
                    "defense": 127,
                    "speed": 107,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3477,
                    "monster": 90,
                    "stars": 3,
                    "level": 12,
                    "hp": 1530,
                    "attack": 185,
                    "defense": 97,
                    "speed": 106,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}