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

{
    "id": 1,
    "url": "https://swarfarm.com/api/v2/dungeons/1/?format=api",
    "enabled": true,
    "name": "Garen Forest",
    "slug": "garen-forest",
    "category": "Scenario",
    "icon": "scenario_garen_forest.png",
    "levels": [
        1,
        2,
        3,
        4,
        5,
        6,
        7,
        8,
        9,
        10,
        11,
        12,
        13,
        14,
        15,
        16,
        17,
        18,
        19,
        20,
        21
    ]
}