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

{
    "id": 10,
    "url": "https://swarfarm.com/api/v2/levels/10/?format=api",
    "dungeon": 1,
    "floor": 3,
    "difficulty": "Hard",
    "energy_cost": 4,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 2373,
                    "monster": 75,
                    "stars": 2,
                    "level": 16,
                    "hp": 1470,
                    "attack": 104,
                    "defense": 124,
                    "speed": 96,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2374,
                    "monster": 75,
                    "stars": 2,
                    "level": 16,
                    "hp": 1470,
                    "attack": 104,
                    "defense": 124,
                    "speed": 96,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 2375,
                    "monster": 75,
                    "stars": 3,
                    "level": 17,
                    "hp": 1995,
                    "attack": 141,
                    "defense": 169,
                    "speed": 96,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2376,
                    "monster": 75,
                    "stars": 3,
                    "level": 17,
                    "hp": 1995,
                    "attack": 141,
                    "defense": 169,
                    "speed": 96,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2377,
                    "monster": 75,
                    "stars": 3,
                    "level": 17,
                    "hp": 1995,
                    "attack": 141,
                    "defense": 169,
                    "speed": 96,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 2378,
                    "monster": 75,
                    "stars": 3,
                    "level": 17,
                    "hp": 1995,
                    "attack": 141,
                    "defense": 169,
                    "speed": 96,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2379,
                    "monster": 75,
                    "stars": 4,
                    "level": 17,
                    "hp": 2970,
                    "attack": 194,
                    "defense": 253,
                    "speed": 96,
                    "resist": 19,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 2380,
                    "monster": 75,
                    "stars": 3,
                    "level": 17,
                    "hp": 1995,
                    "attack": 141,
                    "defense": 169,
                    "speed": 96,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}