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

{
    "id": 7001,
    "url": "https://swarfarm.com/api/v2/dungeons/7001/?format=api",
    "enabled": true,
    "name": "Hall of Light",
    "slug": "hall-of-light",
    "category": "Cairos Dungeon",
    "icon": "cairos_light.png",
    "levels": [
        345,
        346,
        347,
        348,
        349,
        350,
        351,
        352,
        353,
        354
    ]
}