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

{
    "id": 65,
    "url": "https://swarfarm.com/api/v2/levels/65/?format=api",
    "dungeon": 4,
    "floor": 2,
    "difficulty": "Normal",
    "energy_cost": 3,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3536,
                    "monster": 345,
                    "stars": 2,
                    "level": 14,
                    "hp": 1455,
                    "attack": 59,
                    "defense": 85,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3537,
                    "monster": 345,
                    "stars": 2,
                    "level": 14,
                    "hp": 1455,
                    "attack": 59,
                    "defense": 85,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3538,
                    "monster": 345,
                    "stars": 2,
                    "level": 14,
                    "hp": 1455,
                    "attack": 59,
                    "defense": 85,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3539,
                    "monster": 345,
                    "stars": 2,
                    "level": 13,
                    "hp": 1410,
                    "attack": 57,
                    "defense": 82,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3540,
                    "monster": 345,
                    "stars": 2,
                    "level": 13,
                    "hp": 1410,
                    "attack": 57,
                    "defense": 82,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3541,
                    "monster": 345,
                    "stars": 2,
                    "level": 13,
                    "hp": 1410,
                    "attack": 57,
                    "defense": 82,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3542,
                    "monster": 345,
                    "stars": 2,
                    "level": 13,
                    "hp": 1410,
                    "attack": 57,
                    "defense": 82,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3543,
                    "monster": 345,
                    "stars": 3,
                    "level": 14,
                    "hp": 1980,
                    "attack": 79,
                    "defense": 115,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3544,
                    "monster": 345,
                    "stars": 3,
                    "level": 14,
                    "hp": 3510,
                    "attack": 128,
                    "defense": 187,
                    "speed": 106,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3545,
                    "monster": 345,
                    "stars": 3,
                    "level": 14,
                    "hp": 1980,
                    "attack": 79,
                    "defense": 115,
                    "speed": 101,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}