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