hi this is a somewhat README for this api because i am too lazy to make good docs for this gift names can be written in any of the following formats: - full official api name: Scared Cat, Sakura Flower - lowercased version of the name: scared cat, sakura flower - spaceless version of any of the above: ScaredCat, sakuraflower - dashed/underscored version of any of the above: scared-cat, sakura_flower - id of the gift (t.me/GiftChangesIDs): 5837059369300132790, 5167939598143193218 below are all the api endpoints, enjoy COMMON GET /ids - the same as cdn.changes.tg/gifts/id-to-name.json GET /names - same as /ids but with backwards EMOJI GET /emoji - get giftId<->customEmojiId mapping GIFTS GET /gifts - name list of all upgradable gifts GET /gift/:gift - detailed info about a certain gift MODELS GET /models/:gift - list of all gift models. add ?sorted to sort by rarity GET /model/:gift/:model - download this gift model /model/:gift/:model.tgs - download this gift model in tgs format (default) /model/:gift/:model.json - download this gift model in decompressed lottie json format /model/:gift/:model.png - download this gift model in png format GET /model/:gift/:model/info - detailed info about a certain gift model BACKDROPS GET /backdrops - list of all gift backdrops sorted by backdropId GET /backdrops/:gift - list of all gift backdrops. add ?sorted to sort by rarity GET /backdrop/:gift/:backdrop/info - detailed info about a certain gift backdrop SYMBOLS/PATTERNS GET /symbols/:gift - list of all gift symbols. add ?sorted to sort by rarity /patterns/:gift - list of all gift symbols (just an alias) GET /symbol/:gift/:symbol/info - detailed info about a certain gift pattern /pattern/:gift/:pattern/info - detailed info about a certain gift pattern (just an alias) GET /symbol/:gift/:symbol - download this gift pattern /pattern/:gift/:pattern.tgs - download this gift pattern in tgs format (default) /symbol/:gift/:symbol.json - download this gift pattern in decompressed lottie json format /pattern/:gift/:pattern.png - download this gift pattern in png format ORIGINALS GET /original/:giftId - download this gift /original/:giftId.tgs - download this gift in tgs format (default) /original/:giftId.json - download this gift in decompressed lottie json format /original/:giftId.png - download this gift in png format t.me/GiftChanges > all