Images

Item

Get the Steam CDN image URL for a specific item by its market hash name.

Endpoint

This endpoint Redirects to the image of specified item if it exists in our database, else an error is returned.

GET   /image/item/{ AppID }/{ market_hash_name }
This endpoint does not need an api_key to be provided.

Required parameters

AppID
number
Identifier of the application which you want to fetch.
market_hash_name
string
The market_hash_name of the item you want to fetch (e.g. AK-47 | Redline (Field-Tested)).

Response

This endpoint returns a 302 redirect to the Steam CDN image URL for the specified item. If the item is not found in the database, an error response is returned.

StatusDescription
302Redirect to the item image URL on Steam CDN
404Item not found in database