Header

SteamAPI

Java JavaScript

Get Item

If you want to get an item of the steam workshop, this request is what you need.


https://renardfute.fr/market/getitem

Inputs

steamLoginSecure

- Your steamLoginSecure cookie, has to be set through headers or via cookies

appid

- The app id of the game that has the item you want to get.

name

- The name of the item. (It has to be the name in the url, not necessarily the one shown)

currency

- The currency id of steam (hint) [Optional, Default: 3]

country

- The country, which tell the language. [Optional, Default: france]

Outputs

Item:

name

- Item name.

appid

- The app id of this item.

lowest

- The lowest price of this item, as a string with the currency char at the end.

volume

- The number of item currently on sale.

median

- The median price of this item, as a string with the currency char at the end.

iconURL

- The url of the item icon, transparent background (124px/124px)

History:

date

- The date formated with MMM dd yyyy H: X

price

- A float in the currency given as input

quantity

- Quantity of item sold this day