Skip to main content
GET
/
dungeons
Dungeons
curl --request GET \
  --url https://immo.soyab.uk/dungeons
[
  {
    "dungeons": [
      {
        "id": 123,
        "name": "<string>",
        "description": "<string>",
        "image_url": "<string>",
        "level_required": 123,
        "difficulty": 123,
        "length": 123,
        "cost": 123,
        "shards": 123,
        "completion_requirement": 123,
        "location": {
          "id": 123,
          "name": "<string>"
        },
        "loot": [
          {
            "hashed_item_id": "<string>",
            "name": "<string>",
            "image_url": "<string>",
            "quality": "<string>",
            "quantity": "<unknown>",
            "chance": "<unknown>"
          }
        ],
        "experience": {
          "skills": {
            "combat": 123,
            "dungeoneering": 123
          }
        }
      }
    ],
    "endpoint_updates_at": "<string>"
  }
]

Response

200 - application/json

200 Response

dungeons
object[]
required
endpoint_updates_at
string
required