ByMykel / CSGO-API

An unofficial JSON API for Counter-Strike 2 in multiples languages. List of skins, cases, stickers, collections, collectibles, agents, graffiti, keys, patches and music kits.
https://bymykel.github.io/CSGO-API/
MIT License
283 stars 34 forks source link

Add rarity's color #34

Closed AmarSmajlovic closed 10 months ago

AmarSmajlovic commented 1 year ago

It would be beneficial to have price and color information included in the skin details. Currently, these attributes are missing, which limits the usability and completeness of the repository. Adding price and color fields would greatly enhance the repository by providing users with easy access to essential information about each item.

ByMykel commented 1 year ago

@AmarSmajlovic For getting the prices I recomend you https://prices.csgotrader.app/latest/prices_v6.json, to implement the prices in this API i would need to scrap the steam market periodically and that is a lot of work for something that you can already have with the last link.

When you say colors you mean the rarities color? That is something doable and also something that you could implement as you have the rarities of every skin.

ByMykel commented 1 year ago

I'm not sure if you meant rarities color.

If somehow the rarity color is important reopen this issue.