PublicAPI icon indicating copy to clipboard operation
PublicAPI copied to clipboard

[SkyBlock] Feature Request: Traveling Zoo Data

Open Eejit43 opened this issue 3 years ago • 0 comments

I think a nice addition to the api would be data for Oringo's Traveling Zoo pets.

It could be as simple as:

{
  "success": true,
  "lastUpdated": 0,
  "current": {
    "BLUE_WHALE": "EPIC",
    "TIGER": "LEGENDARY",
    "LION": "UNCOMMON"
  }
}

and possibly include information for year (e.g. 224) and/or season (e.g. winter).

current would obviously be empty if the Traveling Zoo is not active

Eejit43 avatar Aug 14 '22 19:08 Eejit43