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

{
    "id": 4001,
    "url": "https://swarfarm.com/api/v2/dungeons/4001/?format=api",
    "enabled": true,
    "name": "Hall of Wind",
    "slug": "hall-of-wind",
    "category": "Cairos Dungeon",
    "icon": "cairos_wind.png",
    "levels": [
        325,
        326,
        327,
        328,
        329,
        330,
        331,
        332,
        333,
        334
    ]
}