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

{
    "id": 8001,
    "url": "https://swarfarm.com/api/v2/dungeons/8001/?format=api",
    "enabled": true,
    "name": "Giant's Keep",
    "slug": "giants-keep",
    "category": "Cairos Dungeon",
    "icon": "giant_water.png",
    "levels": [
        355,
        356,
        357,
        358,
        359,
        360,
        361,
        362,
        363,
        364,
        684,
        685
    ]
}