martincarrera / clash-royale-api

:crown: Clash Royale API that provides information about the game.
http://www.clashapi.xyz/
MIT License
353 stars 80 forks source link

Add chest cycle information #34

Open martincarrera opened 7 years ago

martincarrera commented 7 years ago

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.

MaherFa commented 7 years ago

from the official game files, chest_order.decoded.csv hope this can help or confirm.

AmirSavand commented 7 years ago

I've seen mobile apps track chests, it's gonna be an easy and a good feature.

barreeeiroo commented 7 years ago

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 screenshot_20170323-204037

nickleefly commented 7 years ago

See statsroyale upcoming chest image Maybe this helps

AmirSavand commented 7 years ago

@nickleefly These numbers can be implemented easily with scripts no need images, but the numbers however should be in the API.

nickleefly commented 7 years ago

@AmirSavand CR is not releasing an API just yet

AmirSavand commented 7 years ago

@nickleefly I meant this API, not clash royales. API should just give the numbers and the consumer should put the on chest images.

atulya2109 commented 7 years ago

Checkout https://github.com/atulya2109/Stats-Royale-Python working on chestCycleData and Clan data

atulya2109 commented 7 years ago

Need a few helping hands