Skip to main content
GET
/
safes
Safecracking
curl --request GET \
  --url https://cherrytree.soyab.uk/safes
[
  {
    "total": 123,
    "results": [
      {
        "id": 123,
        "safe": "<string>",
        "level": 123,
        "locks": 123,
        "speed": 123,
        "width": 123,
        "exp": 123,
        "drops": [
          {
            "itemId": 123,
            "name": "<string>",
            "amount": 123,
            "percentage": 123,
            "text": "<string>"
          }
        ],
        "boostDrops": [
          {
            "itemId": 123,
            "name": "<string>",
            "amount": 123,
            "percentage": 123,
            "text": "<string>"
          }
        ]
      }
    ]
  }
]

Response

200 - application/json

200 Response

total
number
required
results
object[]
required