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

{
    "id": 45,
    "url": "https://swarfarm.com/api/v2/levels/45/?format=api",
    "dungeon": 3,
    "floor": 3,
    "difficulty": "Normal",
    "energy_cost": 3,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3451,
                    "monster": 371,
                    "stars": 1,
                    "level": 10,
                    "hp": 840,
                    "attack": 63,
                    "defense": 44,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3452,
                    "monster": 319,
                    "stars": 1,
                    "level": 10,
                    "hp": 765,
                    "attack": 66,
                    "defense": 45,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3453,
                    "monster": 371,
                    "stars": 1,
                    "level": 10,
                    "hp": 840,
                    "attack": 63,
                    "defense": 44,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3454,
                    "monster": 319,
                    "stars": 2,
                    "level": 10,
                    "hp": 1065,
                    "attack": 92,
                    "defense": 63,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3455,
                    "monster": 319,
                    "stars": 2,
                    "level": 10,
                    "hp": 1065,
                    "attack": 92,
                    "defense": 63,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3456,
                    "monster": 319,
                    "stars": 2,
                    "level": 10,
                    "hp": 1065,
                    "attack": 92,
                    "defense": 63,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3457,
                    "monster": 371,
                    "stars": 3,
                    "level": 10,
                    "hp": 1605,
                    "attack": 122,
                    "defense": 86,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3458,
                    "monster": 372,
                    "stars": 3,
                    "level": 10,
                    "hp": 2025,
                    "attack": 181,
                    "defense": 130,
                    "speed": 105,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3459,
                    "monster": 319,
                    "stars": 3,
                    "level": 10,
                    "hp": 1485,
                    "attack": 128,
                    "defense": 88,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}