Skip to main content
GET
/
secretrares
Secret Rares
curl --request GET \
  --url https://cherrytree.soyab.uk/secretrares
[
  {
    "total": 123,
    "results": [
      {
        "id": 123,
        "itemName": "<string>",
        "secretDrops": [
          {
            "chance": 123,
            "chanceText": "<string>",
            "impactedByWishingWell": true,
            "conditions": [
              "<string>"
            ],
            "chanceWithMaxWw": 123,
            "chanceWithMaxWwText": "<string>",
            "chanceWithMaxWwAndBC65": 123,
            "chanceWithMaxWwAndBC65Text": "<string>",
            "chanceWithMaxWwAndBC65AndRingOfSecrets": 123,
            "chanceWithMaxWwAndBC65AndRingOfSecretsText": "<string>",
            "chanceWithSoulReaperPotion": 123,
            "chanceWithSoulReaperPotionText": "<string>"
          }
        ],
        "itemId": 123
      }
    ]
  }
]

Response

200 - application/json

200 Response

total
number
required
results
object[]
required