Skip to main content
GET
/
discovery
Discovery
curl --request GET \
  --url https://cherrytree.soyab.uk/discovery
[
  {
    "total": 123,
    "results": [
      {
        "id": 123,
        "discoveryLocation": "<string>",
        "discoveryExp": 123,
        "discoveryLevel": 123,
        "drops": [
          {
            "dropId": 123,
            "itemId": 123,
            "name": "<string>",
            "rarity": "<string>",
            "baseChance": 123,
            "luckChance": 123,
            "extremeLuckChance": 123
          }
        ]
      }
    ]
  }
]

Response

200 - application/json

200 Response

total
number
required
results
object[]
required