API: RSS: Users: getuserprofile-lastgamelist-nm-rss
Returns list of games for a specific user. Uses Nickname as input parameter.
Url:
http://api.goozex.com/public/api/rss/users/getuserprofile-lastgamelist-nm-rss.asp
Call as:
getuserprofile-lastgamelist-nm-rss.asp?appname=[
app_name ]&nm=[ nicknamecoded ]>=[R |
P | V]&topquantity=[ x ]&nocover=[ 0 | 1 ]
Parameters:
app_name: Unique ID of the application
values: alphanumeric string given by Goozex to identify each application. Required.
nm: Nickname of the user.
values: string representing the nickname, coded and url-encoded
gt: gametype: what type of game list to return. Values: R : games received (default), P : games playing now, V : games rated
topquantity: (optional) specifies max number of games to return in list. Omit to get last 3 games received
values: 1 to 10. Default = 3
nocover: (optional) specifies whether the games with NO cover should be included in the list or not.
this works as a best attempt to remove no cover games from the list. In some cases it may fail (e.g. all games are no cover)
values: 0 = do not include no-cover games (default). 1 = include no-cover games (list without changes)
Returns:
<item>
<title> Game Title
<link> Link to game page
<guid> Link to game page
<game_itemid> ID of the game
<game_itemurl> Link to game page
<game_title> Game Title
<game_cover_icon> Filename of game cover icon
<game_cover_icon_url> URL of of game cover icon
</item>
Example:
http://api.goozex.com/public/api/rss/users/getuserprofile-lastgamelist-nm-rss.asp?appname=test&nm=zannabianca