Skip to content

Get Sticker Details

Revadike edited this page Mar 10, 2022 · 2 revisions

GET /economy/stickerjson/:sticker_name

Rate limits

No known rate limit

Request

Authenticated: No

Method: GET

Host: steamcommunity.com or community.akamai.steamstatic.com

Path: /economy/stickerjson/:sticker_name

Variables:

Name Type Description
:sticker_name string The name of the sticker

Query Parameters:

Name Type Required Description
l string TODO Language
origin string No The origin URL, changes the Access-Control-Allow-Origin header in the response

Response

200 OK

Name Type Description
appid number TODO
item_name string TODO

Example

GET https://steamcommunity.com/economy/stickerjson/steamhappy?l=english&origin=https:%2F%2Fstore.steampowered.com
{
    "appid": 1263950,
    "item_name": "Steam Happy"
}
Clone this wiki locally