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

{
    "id": 5,
    "url": "https://swarfarm.com/api/v2/dungeons/5/?format=api",
    "enabled": true,
    "name": "Telain Forest",
    "slug": "telain-forest",
    "category": "Scenario",
    "icon": "scenario_telain_forest.png",
    "levels": [
        85,
        86,
        87,
        88,
        89,
        90,
        91,
        92,
        93,
        94,
        95,
        96,
        97,
        98,
        99,
        100,
        101,
        102,
        103,
        104,
        105
    ]
}