How can I get a list of all CSGO items including skin name, quality and rarity?
问题 I'm not looking for details of a specific player inventory, but a list of all items for CSGO. What I want is details of the weapons in particular, but including skin name information and rarity. To make it easier to explain this site has the information I need, except rarity. http://csgo.steamanalyst.com/list.php By using the following api url I can get weapon model names but not skin names (ie. "Zirka") http://api.steampowered.com/IEconItems_730/GetSchema/v0002/?key={YOUR_API_KEY} 回答1: I