Skip to main content
GET
/
fishing
Fishing
curl --request GET \
  --url https://cherrytree.soyab.uk/fishing
[
  {
    "total": 123,
    "results": [
      {
        "id": 123,
        "fishingLocation": "<string>",
        "fishingExp": 123,
        "fishingLevel": 123,
        "fishingSpeedInMilliseconds": 123,
        "premiumLocation": true,
        "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