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

{
    "id": 16,
    "url": "https://swarfarm.com/api/v2/levels/16/?format=api",
    "dungeon": 1,
    "floor": 2,
    "difficulty": "Hell",
    "energy_cost": 5,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 1959,
                    "monster": 5,
                    "stars": 3,
                    "level": 40,
                    "hp": 5160,
                    "attack": 377,
                    "defense": 262,
                    "speed": 124,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1960,
                    "monster": 79,
                    "stars": 3,
                    "level": 40,
                    "hp": 5655,
                    "attack": 369,
                    "defense": 237,
                    "speed": 124,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 1961,
                    "monster": 5,
                    "stars": 3,
                    "level": 40,
                    "hp": 5160,
                    "attack": 377,
                    "defense": 262,
                    "speed": 124,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1962,
                    "monster": 5,
                    "stars": 3,
                    "level": 40,
                    "hp": 5160,
                    "attack": 377,
                    "defense": 262,
                    "speed": 124,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1963,
                    "monster": 79,
                    "stars": 3,
                    "level": 40,
                    "hp": 5655,
                    "attack": 369,
                    "defense": 237,
                    "speed": 124,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 1964,
                    "monster": 79,
                    "stars": 4,
                    "level": 40,
                    "hp": 6390,
                    "attack": 417,
                    "defense": 269,
                    "speed": 124,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 1965,
                    "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": 1966,
                    "monster": 5,
                    "stars": 4,
                    "level": 40,
                    "hp": 5850,
                    "attack": 426,
                    "defense": 296,
                    "speed": 124,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}