Skip to content
Revadike edited this page Feb 24, 2022 · 2 revisions

GET /points/heroimage

Rate limits

No known rate limit

Request

Authenticated: TODO

Method: GET

Host: store.steampowered.com

Path: /points/heroimage

Query Parameters:

Name Type Required Description
appid number TODO The Steam AppID

Response

200 OK

Name Type Description
img_url string 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"
}
Clone this wiki locally