Get Sticker Details - Revadike/InternalSteamWebAPI GitHub Wiki
GET /economy/stickerjson/:sticker_name
Rate limits
No known rate limit
Request
Authenticated: No
Method:
GETHost:
steamcommunity.comorcommunity.akamai.steamstatic.comPath:
/economy/stickerjson/:sticker_nameVariables:
Name Type Description :sticker_namestring The name of the sticker Query Parameters:
Name Type Required Description lstring TODOLanguage originstring No The origin URL, changes the Access-Control-Allow-Originheader in the response
Response
200 OK
Name Type Description appidnumber TODOitem_namestring TODO
Example
GET https://steamcommunity.com/economy/stickerjson/steamhappy?l=english&origin=https:%2F%2Fstore.steampowered.com
{
"appid": 1263950,
"item_name": "Steam Happy"
}