Jump to content
McKay Development

Juliiiiian

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Juliiiiian

  1. Found a way https://api.steampowered.com/IGameInventory/GetItemDefArchive/v1/?appid=252490&digest=DBE27F7DBB7B0DE45D75E532AD5B63B12ABC3D4D
  2. Hello, I have the following problem: I want to get a schema for all the Rust skins, like in CSGO they have an endpoint for it. [https://api.steampowered.com/IEconItems_730/GetSchema/v2/?key=<apikey>] I found a way to do it, and it's the worst way posible. Steps: 1. Get the Rust server files 2. Get the Rust.Workshop.dll 3. Open it in some dll editor like dotPeek 4. Then go into the Approved.txt And yeah there you have the C# code and can extract the skins data up to date. Even tho this way works as you would imagine, it's a very laborious way to get the skins and I don't know how to automate this task. So my question is: Is there any endpoint to get the schema? Because when I look on SteamDB: https://steamdb.info/app/252490/items/ They have every item, even ones that aren't in the dll. And I don't think that they are going to do the same as me, there needs to be an endpoint to get all this data.
×
×
  • Create New...