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

{
    "id": 95,
    "url": "https://swarfarm.com/api/v2/levels/95/?format=api",
    "dungeon": 5,
    "floor": 4,
    "difficulty": "Hard",
    "energy_cost": 4,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 784,
                    "monster": 86,
                    "stars": 3,
                    "level": 26,
                    "hp": 4020,
                    "attack": 258,
                    "defense": 198,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 785,
                    "monster": 86,
                    "stars": 3,
                    "level": 26,
                    "hp": 4020,
                    "attack": 258,
                    "defense": 198,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 786,
                    "monster": 86,
                    "stars": 3,
                    "level": 26,
                    "hp": 4020,
                    "attack": 258,
                    "defense": 198,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 787,
                    "monster": 86,
                    "stars": 3,
                    "level": 26,
                    "hp": 4020,
                    "attack": 258,
                    "defense": 198,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 788,
                    "monster": 86,
                    "stars": 3,
                    "level": 27,
                    "hp": 4110,
                    "attack": 264,
                    "defense": 204,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 789,
                    "monster": 38,
                    "stars": 3,
                    "level": 27,
                    "hp": 4110,
                    "attack": 187,
                    "defense": 198,
                    "speed": 100,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 790,
                    "monster": 38,
                    "stars": 3,
                    "level": 27,
                    "hp": 4110,
                    "attack": 187,
                    "defense": 198,
                    "speed": 100,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 791,
                    "monster": 38,
                    "stars": 3,
                    "level": 27,
                    "hp": 4110,
                    "attack": 187,
                    "defense": 198,
                    "speed": 100,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 792,
                    "monster": 86,
                    "stars": 4,
                    "level": 27,
                    "hp": 5055,
                    "attack": 324,
                    "defense": 249,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 793,
                    "monster": 86,
                    "stars": 4,
                    "level": 27,
                    "hp": 7155,
                    "attack": 459,
                    "defense": 353,
                    "speed": 102,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 794,
                    "monster": 38,
                    "stars": 4,
                    "level": 27,
                    "hp": 5055,
                    "attack": 229,
                    "defense": 242,
                    "speed": 100,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}