PublicAPI
PublicAPI copied to clipboard
[SkyBlock] Feature Request: Traveling Zoo Data
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