Description Usage Arguments Value Returns See Also
View source: R/get-recently-played-games.R
Returns returns a list of games a player has played in the last two weeks if the profile is publicly visible.
1 | get_recently_played_games(steam_key, steam64_id, count)
|
steam_key |
A Steam Web API Key. |
steam64_id |
A 64-bit SteamID. |
count |
The number of games to return. Returns all games if unspecified. |
A list of games a player has played in the last two weeks.
Each item in the resulting list contains:
The unique identifier for the game
The name of the game
The total number of minutes played in the last 2 weeks.
The total number of minutes played on record, since Steam began tracking total playtime in early 2009.
The filename for the game's icon. Accessible at http://media.steampowered.com/steamcommunity/public/images/apps/APP_ID/IMG_ICON_URL.jpg replacing APP_ID and IMG_ICON_URL as necessary.
The filename for the game's logo. Accessible at http://media.steampowered.com/steamcommunity/public/images/apps/APP_ID/IMG_LOGO_URL.jpg replacing APP_ID and IMG_LOGO_URL as necessary.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.