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

{
    "id": 39,
    "url": "https://swarfarm.com/api/v2/levels/39/?format=api",
    "dungeon": 2,
    "floor": 4,
    "difficulty": "Hell",
    "energy_cost": 5,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 629,
                    "monster": 185,
                    "stars": 4,
                    "level": 40,
                    "hp": 5895,
                    "attack": 236,
                    "defense": 442,
                    "speed": 88,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 630,
                    "monster": 365,
                    "stars": 4,
                    "level": 40,
                    "hp": 6855,
                    "attack": 243,
                    "defense": 371,
                    "speed": 91,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 631,
                    "monster": 185,
                    "stars": 4,
                    "level": 40,
                    "hp": 5895,
                    "attack": 236,
                    "defense": 442,
                    "speed": 88,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 632,
                    "monster": 365,
                    "stars": 4,
                    "level": 40,
                    "hp": 6855,
                    "attack": 243,
                    "defense": 371,
                    "speed": 91,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 633,
                    "monster": 365,
                    "stars": 4,
                    "level": 40,
                    "hp": 6855,
                    "attack": 243,
                    "defense": 371,
                    "speed": 91,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 634,
                    "monster": 185,
                    "stars": 5,
                    "level": 40,
                    "hp": 7200,
                    "attack": 288,
                    "defense": 541,
                    "speed": 88,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 635,
                    "monster": 365,
                    "stars": 6,
                    "level": 40,
                    "hp": 13695,
                    "attack": 484,
                    "defense": 742,
                    "speed": 104,
                    "resist": 21,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 636,
                    "monster": 185,
                    "stars": 5,
                    "level": 40,
                    "hp": 7200,
                    "attack": 288,
                    "defense": 541,
                    "speed": 88,
                    "resist": 18,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}