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