GET /api/v2/levels/1/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 1,
"url": "https://swarfarm.com/api/v2/levels/1/?format=api",
"dungeon": 1,
"floor": 1,
"difficulty": "Normal",
"energy_cost": 3,
"xp": null,
"frontline_slots": 2,
"backline_slots": null,
"total_slots": 2,
"waves": [
{
"enemies": [
{
"id": 713,
"monster": 13,
"stars": 1,
"level": 1,
"hp": 540,
"attack": 46,
"defense": 30,
"speed": 93,
"resist": 15,
"crit_bonus": 0,
"crit_damage_reduction": 0,
"accuracy_bonus": 0
},
{
"id": 714,
"monster": 86,
"stars": 1,
"level": 1,
"hp": 555,
"attack": 48,
"defense": 27,
"speed": 93,
"resist": 15,
"crit_bonus": 0,
"crit_damage_reduction": 0,
"accuracy_bonus": 0
}
]
}
]
}