HypixelDev / PublicAPI

Official Java implementation of the Hypixel Public API.
https://api.hypixel.net
MIT License
535 stars 152 forks source link

[SkyBlock] Feature Request: Traveling Zoo Data #558

Closed Eejit43 closed 1 year ago

Eejit43 commented 1 year ago

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