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
}
]
}
]
}
]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
}
]
}
]
}
]200 Response
Show child attributes
Was this page helpful?