Get Hero Image - Revadike/InternalSteamWebAPI GitHub Wiki
GET /points/heroimage
Rate limits
No known rate limit
Request
Authenticated:
TODOMethod:
GETHost:
store.steampowered.comPath:
/points/heroimageQuery Parameters:
Name Type Required Description appidnumber TODOThe Steam AppID
Response
200 OK
Name Type Description img_urlstring TODO
Example
GET https://store.steampowered.com/points/heroimage?appid=440
{
"img_url": "https://cdn.akamai.steamstatic.com/steam/apps/440/capsule_616x353.jpg?t=1592263852"
}