Jump to content
McKay Development

How to get the rust item schema


Juliiiiian

Recommended Posts

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.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...