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

{
    "id": 9,
    "url": "https://swarfarm.com/api/v2/dungeons/9/?format=api",
    "enabled": true,
    "name": "Faimon Volcano",
    "slug": "faimon-volcano",
    "category": "Scenario",
    "icon": "scenario_faimon_volcano.png",
    "levels": [
        169,
        170,
        171,
        172,
        173,
        174,
        175,
        176,
        177,
        178,
        179,
        180,
        181,
        182,
        183,
        184,
        185,
        186,
        187,
        188,
        189
    ]
}