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

{
    "id": 42,
    "url": "https://swarfarm.com/api/v2/levels/42/?format=api",
    "dungeon": 2,
    "floor": 7,
    "difficulty": "Hell",
    "energy_cost": 6,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 1269,
                    "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": 1270,
                    "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": 1271,
                    "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
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 1272,
                    "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": 1273,
                    "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": 1274,
                    "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
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 1275,
                    "monster": 1073,
                    "stars": 6,
                    "level": 40,
                    "hp": 32595,
                    "attack": 888,
                    "defense": 1363,
                    "speed": 103,
                    "resist": 36,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}