clash-royale-api
clash-royale-api copied to clipboard
Add chest cycle information
Create a new endpoint and add the current chest cycle information, and if possible all the information about the chests that are outside the cycle.
from the official game files, chest_order.decoded.csv hope this can help or confirm.
I've seen mobile apps track chests, it's gonna be an easy and a good feature.
We should add the info for the special chests: epic, legendary and supermagical:
https://forum.supercell.com/showthread.php/1451395-Legendary-Epic-Chest-Cycle-or-Random
See statsroyale upcoming chest
Maybe this helps
@nickleefly These numbers can be implemented easily with scripts no need images, but the numbers however should be in the API.
@AmirSavand CR is not releasing an API just yet
@nickleefly I meant this API, not clash royales. API should just give the numbers and the consumer should put the on chest images.
Checkout https://github.com/atulya2109/Stats-Royale-Python working on chestCycleData and Clan data
Need a few helping hands