This is a type of a single object within the collection "games". A single object describes a single game.
Important: there are several BREAKING changes here in comparison to the legacy Game format:
id
string
number
rating
img
https://cdn.akamai.steamstatic.com/steam/apps/${GAME_ID}/header.jpg
achievements
achievementsTotal
url
http://store.steampowered.com/api/appdetails?appids=${GAME_ID}
sale
Generated using TypeDoc
This is a type of a single object within the collection "games". A single object describes a single game.
Important: there are several BREAKING changes here in comparison to the legacy Game format:
id
→ type change → wasstring
, isnumber
rating
→ removedimg
→ removed (can be constructed using just Steam ID in the following way:https://cdn.akamai.steamstatic.com/steam/apps/${GAME_ID}/header.jpg
)achievements
→ removedachievementsTotal
→ addedurl
→ removed (can be constructed using just Steam ID in the following way:http://store.steampowered.com/api/appdetails?appids=${GAME_ID}
)sale
→ removed