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