P.S. Sorry, if i break some rules. This information is only for developers, if i am wrong - you can remove this thread. 
But i am not sure if this is the right decision

Hello, developers.


Some time ago i create small API, that helped me a lot.
There are few methods for now, but i am ready to add more, for your request.

So, what you can do with it:
Get image of item with skin from workshop (for items, that are not approved):
URL: http://api.hougan.space/rust/skin/getImage/ < skinId > - will return image of item in few seconds (or momentally)
Limits: 20 requests per second
You can use it, when you are working at UI, where you should show images of workshop items (to choose skin in interface, for example)

Simple code snippet:
lu9edsNdENo.jpg

Get resized image of item from Rust
URLhttp://api.hougan.space/rust/item/getImage/< shortName >/< imageSize >
Limits: 50 requests per second
You can use it, when you dont need to show big image of item (for example small previews), when you will show big image, scaled to small image - you will loose quality, but give load to user RAM. So you can scale it auto with my site, and then just show already scaled image to user.

Simple code snippet:
tVXoWbIRDwk.jpg


Get online on rust server with request
URL: http://api.hougan.space/online/&lt; IP >/< PORT >/< RequestID >
Just put random ID at <RequestID>
Limits: 10 requests per second

Possible answers:
{"Code": "101","Data": "Server did not answer to request!"}
{"Code": "105","Data": {"CurrentOnline": 69,"MaxOnline": "200","Name": "HARDLAND 2.0 [X5-X10|24.04|LOOT+|CASE|UNIQ+]"}}

So, if you are interesting in something, you can answer in this thread, and i will probably add it to API.
Thanks.