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

{
    "id": 4,
    "url": "https://swarfarm.com/api/v2/dungeons/4/?format=api",
    "enabled": true,
    "name": "Mt. White Ragon",
    "slug": "mt-white-ragon",
    "category": "Scenario",
    "icon": "scenario_mt_white_ragon.png",
    "levels": [
        64,
        65,
        66,
        67,
        68,
        69,
        70,
        71,
        72,
        73,
        74,
        75,
        76,
        77,
        78,
        79,
        80,
        81,
        82,
        83,
        84
    ]
}