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

{
    "id": 78,
    "url": "https://swarfarm.com/api/v2/levels/78/?format=api",
    "dungeon": 4,
    "floor": 1,
    "difficulty": "Hell",
    "energy_cost": 5,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 670,
                    "monster": 94,
                    "stars": 4,
                    "level": 40,
                    "hp": 5175,
                    "attack": 305,
                    "defense": 408,
                    "speed": 90,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 671,
                    "monster": 345,
                    "stars": 4,
                    "level": 40,
                    "hp": 7530,
                    "attack": 275,
                    "defense": 400,
                    "speed": 101,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 672,
                    "monster": 345,
                    "stars": 4,
                    "level": 40,
                    "hp": 7530,
                    "attack": 275,
                    "defense": 400,
                    "speed": 101,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 673,
                    "monster": 345,
                    "stars": 4,
                    "level": 40,
                    "hp": 7530,
                    "attack": 275,
                    "defense": 400,
                    "speed": 101,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 674,
                    "monster": 345,
                    "stars": 4,
                    "level": 40,
                    "hp": 7530,
                    "attack": 275,
                    "defense": 400,
                    "speed": 101,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 675,
                    "monster": 94,
                    "stars": 4,
                    "level": 40,
                    "hp": 5175,
                    "attack": 305,
                    "defense": 408,
                    "speed": 90,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 676,
                    "monster": 345,
                    "stars": 4,
                    "level": 40,
                    "hp": 7530,
                    "attack": 275,
                    "defense": 400,
                    "speed": 101,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 677,
                    "monster": 94,
                    "stars": 5,
                    "level": 40,
                    "hp": 6330,
                    "attack": 374,
                    "defense": 499,
                    "speed": 90,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 678,
                    "monster": 94,
                    "stars": 6,
                    "level": 40,
                    "hp": 10140,
                    "attack": 599,
                    "defense": 799,
                    "speed": 99,
                    "resist": 21,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 679,
                    "monster": 345,
                    "stars": 5,
                    "level": 40,
                    "hp": 9195,
                    "attack": 335,
                    "defense": 489,
                    "speed": 101,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}