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

{
    "id": 44,
    "url": "https://swarfarm.com/api/v2/levels/44/?format=api",
    "dungeon": 3,
    "floor": 2,
    "difficulty": "Normal",
    "energy_cost": 3,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3442,
                    "monster": 371,
                    "stars": 1,
                    "level": 9,
                    "hp": 795,
                    "attack": 60,
                    "defense": 42,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3443,
                    "monster": 371,
                    "stars": 1,
                    "level": 9,
                    "hp": 795,
                    "attack": 60,
                    "defense": 42,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3444,
                    "monster": 371,
                    "stars": 1,
                    "level": 9,
                    "hp": 795,
                    "attack": 60,
                    "defense": 42,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3445,
                    "monster": 371,
                    "stars": 2,
                    "level": 9,
                    "hp": 1110,
                    "attack": 84,
                    "defense": 60,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3446,
                    "monster": 371,
                    "stars": 2,
                    "level": 9,
                    "hp": 1110,
                    "attack": 84,
                    "defense": 60,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3447,
                    "monster": 371,
                    "stars": 2,
                    "level": 9,
                    "hp": 1110,
                    "attack": 84,
                    "defense": 60,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3448,
                    "monster": 371,
                    "stars": 2,
                    "level": 9,
                    "hp": 1110,
                    "attack": 84,
                    "defense": 60,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3449,
                    "monster": 320,
                    "stars": 3,
                    "level": 9,
                    "hp": 2295,
                    "attack": 198,
                    "defense": 136,
                    "speed": 105,
                    "resist": 40,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3450,
                    "monster": 371,
                    "stars": 2,
                    "level": 9,
                    "hp": 1110,
                    "attack": 84,
                    "defense": 60,
                    "speed": 93,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}