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

{
    "id": 2001,
    "url": "https://swarfarm.com/api/v2/dungeons/2001/?format=api",
    "enabled": true,
    "name": "Hall of Fire",
    "slug": "hall-of-fire",
    "category": "Cairos Dungeon",
    "icon": "cairos_fire.png",
    "levels": [
        305,
        306,
        307,
        308,
        309,
        310,
        311,
        312,
        313,
        314
    ]
}