Skip to main content
GET
/
event
Event
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>"
          }
        ]
      }
    ]
  }
]

Response

200 - application/json

200 Response

total
number
required
results
object[]
required