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

{
    "id": 61,
    "url": "https://swarfarm.com/api/v2/levels/61/?format=api",
    "dungeon": 3,
    "floor": 5,
    "difficulty": "Hell",
    "energy_cost": 5,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 2234,
                    "monster": 90,
                    "stars": 4,
                    "level": 40,
                    "hp": 4620,
                    "attack": 556,
                    "defense": 291,
                    "speed": 111,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2235,
                    "monster": 90,
                    "stars": 4,
                    "level": 40,
                    "hp": 4620,
                    "attack": 556,
                    "defense": 291,
                    "speed": 111,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2236,
                    "monster": 90,
                    "stars": 4,
                    "level": 40,
                    "hp": 4620,
                    "attack": 556,
                    "defense": 291,
                    "speed": 111,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 2237,
                    "monster": 90,
                    "stars": 4,
                    "level": 40,
                    "hp": 4620,
                    "attack": 556,
                    "defense": 291,
                    "speed": 111,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2238,
                    "monster": 90,
                    "stars": 4,
                    "level": 40,
                    "hp": 4620,
                    "attack": 556,
                    "defense": 291,
                    "speed": 111,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2239,
                    "monster": 90,
                    "stars": 4,
                    "level": 40,
                    "hp": 4620,
                    "attack": 556,
                    "defense": 291,
                    "speed": 111,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 2240,
                    "monster": 90,
                    "stars": 5,
                    "level": 40,
                    "hp": 5640,
                    "attack": 680,
                    "defense": 356,
                    "speed": 111,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2241,
                    "monster": 91,
                    "stars": 6,
                    "level": 40,
                    "hp": 9630,
                    "attack": 1170,
                    "defense": 658,
                    "speed": 117,
                    "resist": 21,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2242,
                    "monster": 90,
                    "stars": 5,
                    "level": 40,
                    "hp": 5640,
                    "attack": 680,
                    "defense": 356,
                    "speed": 111,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}