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

{
    "id": 64,
    "url": "https://swarfarm.com/api/v2/levels/64/?format=api",
    "dungeon": 4,
    "floor": 1,
    "difficulty": "Normal",
    "energy_cost": 3,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3526,
                    "monster": 94,
                    "stars": 2,
                    "level": 13,
                    "hp": 1065,
                    "attack": 63,
                    "defense": 84,
                    "speed": 90,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3527,
                    "monster": 345,
                    "stars": 2,
                    "level": 13,
                    "hp": 1560,
                    "attack": 57,
                    "defense": 82,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3528,
                    "monster": 94,
                    "stars": 2,
                    "level": 13,
                    "hp": 1065,
                    "attack": 63,
                    "defense": 84,
                    "speed": 90,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3529,
                    "monster": 345,
                    "stars": 2,
                    "level": 13,
                    "hp": 1560,
                    "attack": 57,
                    "defense": 82,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3530,
                    "monster": 94,
                    "stars": 2,
                    "level": 13,
                    "hp": 1065,
                    "attack": 63,
                    "defense": 84,
                    "speed": 90,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3531,
                    "monster": 345,
                    "stars": 2,
                    "level": 13,
                    "hp": 1560,
                    "attack": 57,
                    "defense": 82,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3532,
                    "monster": 345,
                    "stars": 2,
                    "level": 13,
                    "hp": 1560,
                    "attack": 57,
                    "defense": 82,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3533,
                    "monster": 94,
                    "stars": 3,
                    "level": 14,
                    "hp": 1485,
                    "attack": 88,
                    "defense": 117,
                    "speed": 90,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3534,
                    "monster": 94,
                    "stars": 3,
                    "level": 14,
                    "hp": 2415,
                    "attack": 143,
                    "defense": 190,
                    "speed": 94,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3535,
                    "monster": 345,
                    "stars": 3,
                    "level": 14,
                    "hp": 2160,
                    "attack": 79,
                    "defense": 115,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}