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

{
    "id": 3001,
    "url": "https://swarfarm.com/api/v2/dungeons/3001/?format=api",
    "enabled": true,
    "name": "Hall of Water",
    "slug": "hall-of-water",
    "category": "Cairos Dungeon",
    "icon": "cairos_water.png",
    "levels": [
        315,
        316,
        317,
        318,
        319,
        320,
        321,
        322,
        323,
        324
    ]
}