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
278 stars 34 forks source link

possible improvement... #131

Open Cutcorwn opened 3 days ago

Cutcorwn commented 3 days ago

Hello again! I'm working on a project using the API to create one similar site like CSGOSkins ,CSGOStash, and I noticed that these sites can filter skins by "Finish Style" such as Gunsmith, Custom Paint Job, Solid Color, Anodized, Airbrushed, etc.

I was looking at the code, and I'm not sure if it's possible to include this information in the API for skins. for not finding anything in items_game.json..

Edit1: I was also looking for a way to include the release date of the skin or in which update the skin was added, but I'm not sure if items_game.json has this information. I'm still a bit of a novice in this, but I couldn't find it there.

ByMykel commented 2 days ago

Hi @Cutcorwn.

Hello again! I'm working on a project using the API to create one similar site like CSGOSkins ,CSGOStash, and I noticed that these sites can filter skins by "Finish Style" such as Gunsmith, Custom Paint Job, Solid Color, Anodized, Airbrushed, etc.

I am not sure but in csgo_english.json I have found this:

image

Those translations could be used based on this style value in items_game.json: image

I am not sure of this and don't have a lot of free time to check it.