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

{
    "id": 1001,
    "url": "https://swarfarm.com/api/v2/dungeons/1001/?format=api",
    "enabled": true,
    "name": "Hall of Dark",
    "slug": "hall-of-dark",
    "category": "Cairos Dungeon",
    "icon": "cairos_dark.png",
    "levels": [
        295,
        296,
        297,
        298,
        299,
        300,
        301,
        302,
        303,
        304
    ]
}