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

{
    "id": 23,
    "url": "https://swarfarm.com/api/v2/levels/23/?format=api",
    "dungeon": 2,
    "floor": 2,
    "difficulty": "Normal",
    "energy_cost": 3,
    "xp": null,
    "frontline_slots": 4,
    "backline_slots": null,
    "total_slots": 4,
    "waves": [
        {
            "enemies": [
                {
                    "id": 3381,
                    "monster": 96,
                    "stars": 1,
                    "level": 4,
                    "hp": 420,
                    "attack": 31,
                    "defense": 56,
                    "speed": 102,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3382,
                    "monster": 42,
                    "stars": 1,
                    "level": 4,
                    "hp": 420,
                    "attack": 31,
                    "defense": 56,
                    "speed": 102,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3383,
                    "monster": 96,
                    "stars": 1,
                    "level": 4,
                    "hp": 420,
                    "attack": 31,
                    "defense": 56,
                    "speed": 102,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3384,
                    "monster": 96,
                    "stars": 2,
                    "level": 4,
                    "hp": 630,
                    "attack": 47,
                    "defense": 84,
                    "speed": 102,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3385,
                    "monster": 96,
                    "stars": 2,
                    "level": 4,
                    "hp": 630,
                    "attack": 47,
                    "defense": 84,
                    "speed": 102,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3386,
                    "monster": 96,
                    "stars": 2,
                    "level": 4,
                    "hp": 630,
                    "attack": 47,
                    "defense": 84,
                    "speed": 102,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        },
        {
            "enemies": [
                {
                    "id": 3387,
                    "monster": 96,
                    "stars": 3,
                    "level": 4,
                    "hp": 930,
                    "attack": 70,
                    "defense": 125,
                    "speed": 102,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3388,
                    "monster": 96,
                    "stars": 3,
                    "level": 4,
                    "hp": 1215,
                    "attack": 81,
                    "defense": 164,
                    "speed": 107,
                    "resist": 16,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                },
                {
                    "id": 3389,
                    "monster": 42,
                    "stars": 3,
                    "level": 4,
                    "hp": 930,
                    "attack": 70,
                    "defense": 125,
                    "speed": 102,
                    "resist": 15,
                    "crit_bonus": 0,
                    "crit_damage_reduction": 0,
                    "accuracy_bonus": 0
                }
            ]
        }
    ]
}