Skip to main content
GET
/
farming
Farming
curl --request GET \
  --url https://cherrytree.soyab.uk/farming
[
  {
    "total": 123,
    "results": [
      {
        "id": 123,
        "itemId": 123,
        "seedName": "<string>",
        "seedDurationInSeconds": 123,
        "seedLevel": 123,
        "seedExp": 123,
        "rewardId": 123,
        "reward": "<string>",
        "chanceForScythe": 123,
        "chanceForScytheText": "<string>"
      }
    ]
  }
]

Response

200 - application/json

200 Response

total
number
required
results
object[]
required