Hi, I want to know if an API/github repo/anything provides a list of all items available for a game. Example: all CSGO items with their weapon, type, rarity, icon url, etc.. I would like the complete list to be able to query it. Eg: Find all covert. Find all mil-spec AK47. Find all Rifle covert, etc. For dota2 it's doable with the API method "GetSchemaURL" and then following the link provided : https://steamcdn-a.akamaihd.net/apps/570/scripts/items/items_game.802aed5ea680938e2c54fd4964713f9b07e48e4b.txt The same file for CSGO is pretty messy and don't contain items name. Any suggestions? Thanks