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

{
    "id": 5001,
    "url": "https://swarfarm.com/api/v2/dungeons/5001/?format=api",
    "enabled": true,
    "name": "Hall of Magic",
    "slug": "hall-of-magic",
    "category": "Cairos Dungeon",
    "icon": "cairos_magic.png",
    "levels": [
        335,
        336,
        337,
        338,
        339,
        340,
        341,
        342,
        343,
        344
    ]
}