curl --request GET \
--url https://cherrytree.soyab.uk/exploration[
{
"total": 123,
"results": [
{
"id": 123,
"safe": "<string>",
"level": 123,
"steps": 123,
"energy": 123,
"exp": 123,
"drops": [
{
"name": "<string>",
"amount": 123,
"percentage": 123,
"text": "<string>",
"itemId": 123
}
],
"metalDrops": [
{
"name": "<string>",
"amount": 123,
"percentage": 123,
"text": "<string>",
"itemId": 123
}
]
}
]
}
]curl --request GET \
--url https://cherrytree.soyab.uk/exploration[
{
"total": 123,
"results": [
{
"id": 123,
"safe": "<string>",
"level": 123,
"steps": 123,
"energy": 123,
"exp": 123,
"drops": [
{
"name": "<string>",
"amount": 123,
"percentage": 123,
"text": "<string>",
"itemId": 123
}
],
"metalDrops": [
{
"name": "<string>",
"amount": 123,
"percentage": 123,
"text": "<string>",
"itemId": 123
}
]
}
]
}
]200 Response
Show child attributes
Was this page helpful?